Searched refs:hasAggregateEvaluationKind (Results 1 – 5 of 5) sorted by relevance
1438 assert(E && hasAggregateEvaluationKind(E->getType()) && in EmitAggExpr()1450 assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
828 hasAggregateEvaluationKind(expr->getType()); in shouldBindAsLValue()1583 static bool hasAggregateEvaluationKind(QualType T) { in hasAggregateEvaluationKind() function
162 if (hasAggregateEvaluationKind(E->getType())) in EmitAnyExprToTemp()3486 assert(hasAggregateEvaluationKind(expr->getType()) && in EmitConditionalOperatorLValue()4212 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) { in emitPseudoObjectExpr()
359 if (hasAggregateEvaluationKind(ExprTy)) { in EmitCompoundStmtWithoutScope()
2688 assert(hasAggregateEvaluationKind(RetTy)); in EmitFunctionEpilog()3282 bool HasAggregateEvalKind = hasAggregateEvaluationKind(type); in EmitCallArg()