Searched refs:OutExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1444 const Expr *OutExpr = S.getOutputExpr(i); local
1445 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext());
1447 OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr,
1450 LValue Dest = EmitLValue(OutExpr);
1456 if (!Info.allowsMemory() && !hasAggregateLLVMType(OutExpr->getType())) {
1458 ResultRegQualTys.push_back(OutExpr->getType());
1460 ResultRegTypes.push_back(ConvertTypeForMem(OutExpr->getType()));
1476 QualType OutputType = OutExpr->getType();

Completed in 1246 milliseconds