Searched refs:hasAggregateEvaluationKind (Results 1 – 5 of 5) sorted by relevance
1404 assert(E && hasAggregateEvaluationKind(E->getType()) && in EmitAggExpr()1416 assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
141 if (hasAggregateEvaluationKind(E->getType())) in EmitAnyExprToTemp()2870 assert(hasAggregateEvaluationKind(expr->getType()) && in EmitConditionalOperatorLValue()3527 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) { in emitPseudoObjectExpr()
764 hasAggregateEvaluationKind(expr->getType()); in shouldBindAsLValue()1427 static bool hasAggregateEvaluationKind(QualType T) { in hasAggregateEvaluationKind() function
2352 assert(hasAggregateEvaluationKind(RetTy)); in EmitFunctionEpilog()2896 bool HasAggregateEvalKind = hasAggregateEvaluationKind(type); in EmitCallArg()
310 if (hasAggregateEvaluationKind(ExprTy)) { in EmitCompoundStmtWithoutScope()