Searched refs:isEmptyRecord (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 176 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays); 207 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField() 213 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function 224 if (!isEmptyRecord(Context, I.getType(), true)) in isEmptyRecord() 256 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct() 1069 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 3508 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate() 3528 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate() 3989 if (isEmptyRecord(getContext(), Ty, true)) { in classifyArgumentType() 4040 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType() [all …]
|