Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprAgg.cpp1404 assert(E && hasAggregateEvaluationKind(E->getType()) && in EmitAggExpr()
1416 assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
HDCGExpr.cpp141 if (hasAggregateEvaluationKind(E->getType())) in EmitAnyExprToTemp()
2870 assert(hasAggregateEvaluationKind(expr->getType()) && in EmitConditionalOperatorLValue()
3527 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) { in emitPseudoObjectExpr()
HDCodeGenFunction.h764 hasAggregateEvaluationKind(expr->getType()); in shouldBindAsLValue()
1427 static bool hasAggregateEvaluationKind(QualType T) { in hasAggregateEvaluationKind() function
HDCGCall.cpp2352 assert(hasAggregateEvaluationKind(RetTy)); in EmitFunctionEpilog()
2896 bool HasAggregateEvalKind = hasAggregateEvaluationKind(type); in EmitCallArg()
HDCGStmt.cpp310 if (hasAggregateEvaluationKind(ExprTy)) { in EmitCompoundStmtWithoutScope()