Lines Matching refs:isEmptyRecord

538 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
580 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField()
586 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function
597 if (!isEmptyRecord(Context, I.getType(), true)) in isEmptyRecord()
629 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
907 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
940 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
960 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
1569 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
1867 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
5202 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate()
5222 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
5783 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in classifyArgumentType()
5876 if (isEmptyRecord(getContext(), RetTy, true) || Size == 0) in classifyReturnType()
6250 if (isEmptyRecord(getContext(), Ty, true)) { in EmitDarwinVAArg()
6652 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
6851 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType()
6879 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
7049 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg()
7536 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType()
7551 isEmptyRecord(getContext(), FD->getType(), true)) in GetSingleElementType()
8619 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
8671 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
9012 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
9169 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
9255 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
10038 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
10999 if (isEmptyRecord(getContext(), Ty, true)) in detectFPCCEligibleStructHelper()
11151 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
11272 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg()
11429 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg()
11458 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()