Lines Matching refs:isEmptyRecord
494 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
536 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField()
542 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function
553 if (!isEmptyRecord(Context, I.getType(), true)) in isEmptyRecord()
585 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
862 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
895 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
915 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
1526 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
1808 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
5083 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate()
5103 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
5670 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in classifyArgumentType()
5748 if (isEmptyRecord(getContext(), RetTy, true) || Size == 0) in classifyReturnType()
6100 if (isEmptyRecord(getContext(), Ty, true)) { in EmitDarwinVAArg()
6448 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
6647 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType()
6675 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
6836 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg()
7281 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType()
7299 isEmptyRecord(getContext(), FD->getType(), true)) in GetSingleElementType()
8227 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
8279 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
8617 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
8774 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
8860 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
9585 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
10452 if (isEmptyRecord(getContext(), Ty, true)) in detectFPCCEligibleStructHelper()
10591 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
10712 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg()