reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmt.cpp
 2029                                               Info.earlyClobber());
 2039     if (!Info.allowsMemory() && (hasScalarEvaluationKind(OutExpr->getType()) ||
 2045       if (Info.allowsRegister() && isScalarizableAggregate) {
 2057       if (Info.hasMatchingInput()) {
 2097     if (Info.isReadWrite()) {
 2101       llvm::Value *Arg = EmitAsmInputLValue(Info, Dest, InputExpr->getType(),
 2114       if (Info.allowsRegister())