HomeSort by relevance Sort by last modified time
    Searched refs:hasScalarEvaluationKind (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.cpp 619 !hasScalarEvaluationKind(CurFnInfo->getReturnType())) {
627 !hasScalarEvaluationKind(CurFnInfo->getReturnType())) {
    [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp     [all...]
CGVTables.cpp 278 !hasScalarEvaluationKind(CurFnInfo->getReturnType()))
CGDecl.cpp     [all...]
CGExprAgg.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
TargetInfo.cpp 45 return !CodeGenFunction::hasScalarEvaluationKind(T) ||
    [all...]

Completed in 107 milliseconds