Searched refs:isEmptyRecord (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 162 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays); 193 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField() 199 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function 211 if (!isEmptyRecord(Context, i->getType(), true)) in isEmptyRecord() 245 if (isEmptyRecord(Context, i->getType(), true)) in isSingleElementStruct() 906 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 3502 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 3671 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType() 3699 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType() 3751 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg() [all …]
|