Searched refs:isEmptyRecord (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 580 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField() 907 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 6250 if (isEmptyRecord(getContext(), Ty, true)) { in EmitDarwinVAArg() 6652 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 7049 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg() 8619 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 9012 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 9255 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 10038 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() 11151 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType() [all …]
|