Home
last modified time | relevance | path

Searched refs:isEmptyFieldForLayout (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DTargetInfo.cpp26 if (!isEmptyFieldForLayout(context, I)) in isEmptyRecordForLayout()
32 bool clang::CIRGen::isEmptyFieldForLayout(const ASTContext &context, in isEmptyFieldForLayout() function in clang::CIRGen
H A DTargetInfo.h27 bool isEmptyFieldForLayout(const ASTContext &context, const FieldDecl *fd);
H A DCIRGenRecordLayoutBuilder.cpp417 if (!isEmptyFieldForLayout(astContext, *probe)) { in accumulateBitFields()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h125 bool isEmptyFieldForLayout(const ASTContext &Context, const FieldDecl *FD);
H A DABIInfoImpl.cpp307 bool CodeGen::isEmptyFieldForLayout(const ASTContext &Context, in isEmptyFieldForLayout() function in CodeGen
336 if (!isEmptyFieldForLayout(Context, I)) in isEmptyRecordForLayout()
H A DCGRecordLayoutBuilder.cpp388 } else if (isEmptyFieldForLayout(Context, *Field)) { in accumulateFields()
637 if (!isEmptyFieldForLayout(Context, *Probe)) { in accumulateBitFields()
1157 if (isEmptyFieldForLayout(getContext(), FD)) in ComputeRecordLayout()
H A DCodeGenTBAA.cpp451 if (isEmptyFieldForLayout(Context, *i)) in CollectFields()
H A DCGExprConstant.cpp761 if (isEmptyFieldForLayout(CGM.getContext(), Field)) { in Build()
897 isEmptyFieldForLayout(CGM.getContext(), *Field)) in Build()
2665 !isEmptyFieldForLayout(CGM.getContext(), Field)) { in EmitNullConstant()
H A DCGClass.cpp936 if (isEmptyFieldForLayout(CGF.getContext(), F)) in addMemcpyableField()
1823 if (isEmptyFieldForLayout(Context, Field)) in PushCleanupForField()
H A DCGExpr.cpp5093 if (isEmptyFieldForLayout(CGF.getContext(), field)) in emitAddrOfFieldStorage()
H A DCGOpenMPRuntime.cpp8031 !isEmptyFieldForLayout(CGF.getContext(), Field)) { in getPlainLayout()