Home
last modified time | relevance | path

Searched refs:field_empty (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp86 if (CXXRD->field_empty() && CXXRD->getNumBases() == 1) in visitRecord()
155 if (!CXXRD->field_empty() && CXXRD->getNumBases() != 0) in shouldSkipDecl()
157 if (CXXRD->field_empty() && CXXRD->getNumBases() != 1) in shouldSkipDecl()
170 else if (RD->field_empty()) in shouldSkipDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp51 !D->getParent()->field_empty()) in TryEmitBaseDestructorAsAlias()
H A DABIInfoImpl.cpp146 assert(!UD->field_empty() && "sema created an empty transparent union"); in useFirstFieldIfTransparentUnion()
H A DCGClass.cpp2694 if (!RD->field_empty()) in LeastDerivedClassWithSameLayout()
H A DCGOpenMPRuntime.cpp3928 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp383 if (RD && !RD->field_empty()) { in appendRecordType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp238 !BaseClassDecl->field_empty()) { in setBases()
2011 hasUserDeclaredDestructor() || !field_empty() || hasFriends() || in isInterfaceLike()
H A DASTContext.cpp2628 return !RD->field_empty(); in unionHasUniqueObjectRepresentations()
H A DExprConstant.cpp3521 return !RD->field_empty(); in isReadByLvalueToRvalueConversion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp422 if (AwaiterDecl && AwaiterDecl->field_empty()) in tryMarkAwaitSuspendNoInline()
H A DSemaInit.cpp1043 return CXXRD->getNumBases() == 1 && CXXRD->field_empty(); in isIdiomaticBraceElisionEntity()
2195 if (I + 1 == E && RD->field_empty()) { in CheckStructUnionTypes()
H A DSemaDeclCXX.cpp9664 !FieldRecord->field_empty()) { in shouldDeleteForField()
H A DSemaDecl.cpp5800 if (getLangOpts().CPlusPlus && Record->field_empty()) in BuildAnonymousStructOrUnion()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2296 if (!RD->field_empty()) in isRecordEmpty()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4339 bool field_empty() const { in field_empty() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1816 if (!record_decl->field_empty()) in RecordHasFields()