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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 2025     OutExpr = OutExpr->IgnoreParenNoopCasts(getContext());
 2025     OutExpr = OutExpr->IgnoreParenNoopCasts(getContext());
 2027     OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr,
 2031     LValue Dest = EmitLValue(OutExpr);
 2038         hasAggregateEvaluationKind(OutExpr->getType());
 2039     if (!Info.allowsMemory() && (hasScalarEvaluationKind(OutExpr->getType()) ||
 2042       ResultRegQualTys.push_back(OutExpr->getType());
 2044       ResultTruncRegTypes.push_back(ConvertTypeForMem(OutExpr->getType()));
 2047         unsigned Size = getContext().getTypeSize(OutExpr->getType());
 2067         QualType OutputType = OutExpr->getType();
 2082             << OutExpr->getType() << OutputConstraint;