Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp1347 assert(E && hasAggregateEvaluationKind(E->getType()) && in EmitAggExpr()
1359 assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
DCGExpr.cpp136 if (hasAggregateEvaluationKind(E->getType())) in EmitAnyExprToTemp()
2613 assert(hasAggregateEvaluationKind(expr->getType()) && in EmitConditionalOperatorLValue()
3214 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) { in emitPseudoObjectExpr()
DCGStmt.cpp232 if (hasAggregateEvaluationKind(ExprTy)) { in EmitCompoundStmtWithoutScope()
DCodeGenFunction.h1265 static bool hasAggregateEvaluationKind(QualType T) { in hasAggregateEvaluationKind() function
DCGCall.cpp2030 bool HasAggregateEvalKind = hasAggregateEvaluationKind(type); in EmitCallArg()