Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h142 bool isEmptyFieldForLayout(const ASTContext &Context, const FieldDecl *FD);
H A DABIInfoImpl.cpp313 bool CodeGen::isEmptyFieldForLayout(const ASTContext &Context, in isEmptyFieldForLayout() function in CodeGen
342 if (!isEmptyFieldForLayout(Context, I)) in isEmptyRecordForLayout()
H A DCGRecordLayoutBuilder.cpp388 } else if (isEmptyFieldForLayout(Context, *Field)) { in accumulateFields()
637 if (!isEmptyFieldForLayout(Context, *Probe)) { in accumulateBitFields()
1165 if (isEmptyFieldForLayout(getContext(), FD)) in ComputeRecordLayout()
H A DCodeGenTBAA.cpp361 if (isEmptyFieldForLayout(Context, *i)) in CollectFields()
H A DCGExprConstant.cpp740 if (isEmptyFieldForLayout(CGM.getContext(), Field)) { in Build()
862 isEmptyFieldForLayout(CGM.getContext(), *Field)) in Build()
2548 !isEmptyFieldForLayout(CGM.getContext(), Field)) { in EmitNullConstant()
H A DCGClass.cpp937 if (isEmptyFieldForLayout(CGF.getContext(), F)) in addMemcpyableField()
1819 if (isEmptyFieldForLayout(Context, Field)) in PushCleanupForField()
H A DCGExpr.cpp4764 if (isEmptyFieldForLayout(CGF.getContext(), field)) in emitAddrOfFieldStorage()
H A DCGOpenMPRuntime.cpp7770 !isEmptyFieldForLayout(CGF.getContext(), Field)) { in getPlainLayout()