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

  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGExprAgg.cpp 617 } else if (CGF.hasAggregateLLVMType(type)) {
638 if (!CGF.hasAggregateLLVMType(type)) {
    [all...]
CodeGenFunction.cpp 57 bool CodeGenFunction::hasAggregateLLVMType(QualType type) {
93 return hasAggregateLLVMType(type->getAs<AtomicType>()->getValueType());
321 hasAggregateLLVMType(CurFnInfo->getReturnType())) {
    [all...]
CGDeclCXX.cpp 36 if (!CGF.hasAggregateLLVMType(type)) {
CGStmt.cpp 769 } else if (!hasAggregateLLVMType(RV->getType())) {
    [all...]
CGExpr.cpp 111 if (!hasAggregateLLVMType(E->getType()))
125 if (hasAggregateLLVMType(E->getType()) &&
139 else if (hasAggregateLLVMType(E->getType()))
357 if (CGF.hasAggregateLLVMType(E->getType()) &&
598 if (hasAggregateLLVMType(Ty)) {
    [all...]
CGClass.cpp 435 if (!CGF.hasAggregateLLVMType(T)) {
562 if (!CGF.hasAggregateLLVMType(Field->getType())) {
    [all...]
CGDecl.cpp     [all...]
CGExprScalar.cpp     [all...]
CGVTables.cpp 378 hasAggregateLLVMType(CurFnInfo->getReturnType()))
CGException.cpp     [all...]
CGExprCXX.cpp 755 if (!CGF.hasAggregateLLVMType(AllocType))
    [all...]
CGObjC.cpp 705 } else if (hasAggregateLLVMType(ivarType)) {
    [all...]
CodeGenFunction.h     [all...]
CGBuiltin.cpp     [all...]
TargetInfo.cpp 40 return CodeGenFunction::hasAggregateLLVMType(T) ||
    [all...]

Completed in 859 milliseconds