Home
last modified time | relevance | path

Searched refs:isEmptyRecord (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp109 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
142 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
162 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
H A DCSKY.cpp65 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
91 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DLoongArch.cpp154 isEmptyRecord(getContext(), EltTy, true, true)) in detectFARsEligibleStructHelper()
173 if (isEmptyRecord(getContext(), Ty, true, true) && in detectFARsEligibleStructHelper()
317 if (isEmptyRecord(getContext(), Ty, true) && Size == 0) in classifyArgumentType()
429 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
H A DARM.cpp341 assert((isEmptyRecord(getContext(), Ty, true) || Size == 0) && in shouldIgnoreEmptyArg()
407 if (isEmptyRecord(getContext(), Ty, true) || in classifyArgumentType()
610 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType()
638 if (isEmptyRecord(getContext(), RetTy, true) || in classifyReturnType()
804 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in EmitVAArg()
H A DRISCV.cpp232 isEmptyRecord(getContext(), EltTy, true, true)) in detectFPCCEligibleStructHelper()
251 if (isEmptyRecord(getContext(), Ty, true, true)) in detectFPCCEligibleStructHelper()
609 if (isEmptyRecord(getContext(), Ty, true) && Size == 0) in classifyArgumentType()
756 if (isEmptyRecord(getContext(), Ty, true)) in EmitVAArg()
H A DLanai.cpp109 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DHexagon.cpp120 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
174 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
H A DAArch64.cpp426 bool IsEmpty = isEmptyRecord(getContext(), Ty, true); in classifyArgumentType()
494 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
565 (isEmptyRecord(getContext(), RetTy, true) || Size == 0)) in classifyReturnType()
754 if (isEmptyRecord(getContext(), I.getType(), true)) in passAsPureScalableType()
1130 if (isEmptyRecord(getContext(), Ty, true)) in EmitDarwinVAArg()
H A DARC.cpp119 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DSystemZ.cpp224 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType()
239 isEmptyRecord(getContext(), FD->getType(), true)) in GetSingleElementType()
H A DAMDGPU.cpp148 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
239 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
H A DX86.cpp521 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
803 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp283 return isEmptyRecord(Context, FT, AllowArrays, AsIfNoUniqueAddr); in isEmptyField()
286 bool CodeGen::isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays, in isEmptyRecord() function in CodeGen
298 if (!isEmptyRecord(Context, I.getType(), true, AsIfNoUniqueAddr)) in isEmptyRecord()
357 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
H A DABIInfo.cpp85 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate()
105 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
H A DABIInfoImpl.h120 bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays,
H A DCGCall.cpp6157 if (!isEmptyRecord(getContext(), RetTy, true)) { in EmitCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4114 {"_Z13isEmptyRecordRN5clang10ASTContextENS_8QualTypeEb", "isEmptyRecord(clang::ASTContext&, clang::…