Home
last modified time | relevance | path

Searched refs:hasAggregateEvaluationKind (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp1438 assert(E && hasAggregateEvaluationKind(E->getType()) && in EmitAggExpr()
1450 assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
DCodeGenFunction.h828 hasAggregateEvaluationKind(expr->getType()); in shouldBindAsLValue()
1583 static bool hasAggregateEvaluationKind(QualType T) { in hasAggregateEvaluationKind() function
DCGExpr.cpp162 if (hasAggregateEvaluationKind(E->getType())) in EmitAnyExprToTemp()
3486 assert(hasAggregateEvaluationKind(expr->getType()) && in EmitConditionalOperatorLValue()
4212 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) { in emitPseudoObjectExpr()
DCGStmt.cpp359 if (hasAggregateEvaluationKind(ExprTy)) { in EmitCompoundStmtWithoutScope()
DCGCall.cpp2688 assert(hasAggregateEvaluationKind(RetTy)); in EmitFunctionEpilog()
3282 bool HasAggregateEvalKind = hasAggregateEvaluationKind(type); in EmitCallArg()