Home
last modified time | relevance | path

Searched refs:isEmptyRecordForLayout (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DTargetInfo.cpp7 bool clang::CIRGen::isEmptyRecordForLayout(const ASTContext &context, in isEmptyRecordForLayout() function in clang::CIRGen
21 if (!isEmptyRecordForLayout(context, I.getType())) in isEmptyRecordForLayout()
40 return isEmptyRecordForLayout(context, fd->getType()); in isEmptyFieldForLayout()
H A DTargetInfo.h33 bool isEmptyRecordForLayout(const ASTContext &context, QualType t);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp315 return isEmptyRecordForLayout(Context, FD->getType()); in isEmptyFieldForLayout()
318 bool CodeGen::isEmptyRecordForLayout(const ASTContext &Context, QualType T) { in isEmptyRecordForLayout() function in CodeGen
331 if (!isEmptyRecordForLayout(Context, I.getType())) in isEmptyRecordForLayout()
H A DABIInfoImpl.h131 bool isEmptyRecordForLayout(const ASTContext &Context, QualType T);
H A DCGRecordLayoutBuilder.cpp735 if (!isEmptyRecordForLayout(Context, Base.getType()) && in accumulateBases()
883 if (isEmptyRecordForLayout(Context, Base.getType())) in calculateTailClippingOffset()
899 if (isEmptyRecordForLayout(Context, Base.getType())) in accumulateVBases()
H A DCGExprConstant.cpp2647 if (isEmptyRecordForLayout(CGM.getContext(), I.getType()) || in EmitNullConstant()
2687 if (isEmptyRecordForLayout(CGM.getContext(), I.getType())) in EmitNullConstant()
H A DCGOpenMPRuntime.cpp8002 if (isEmptyRecordForLayout(CGF.getContext(), BaseTy) || in getPlainLayout()
8016 if (isEmptyRecordForLayout(CGF.getContext(), BaseTy)) in getPlainLayout()