HomeSort by: relevance | last modified time | path
    Searched refs:hasAggregateEvaluationKind (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.cpp 159 assert(!CGF.hasAggregateEvaluationKind(ResultType) &&
CGExprAgg.cpp 1984 assert(E && hasAggregateEvaluationKind(E->getType()) &&
1996 assert(hasAggregateEvaluationKind(E->getType()) && "Invalid argument!");
CGStmt.cpp 482 if (hasAggregateEvaluationKind(ExprTy)) {
2286 hasAggregateEvaluationKind(OutExpr->getType());
CGVTables.cpp 367 hasAggregateEvaluationKind(ResultType)))
CGExpr.cpp 236 if (hasAggregateEvaluationKind(E->getType()))
4523 assert(hasAggregateEvaluationKind(expr->getType()) &&
5402 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) {
CodeGenFunction.h 1237 hasAggregateEvaluationKind(expr->getType());
2363 static bool hasAggregateEvaluationKind(QualType T) {
CGCall.cpp 3429 assert(hasAggregateEvaluationKind(RetTy));
4281 bool HasAggregateEvalKind = hasAggregateEvaluationKind(type);

Completed in 36 milliseconds