Home
last modified time | relevance | path

Searched refs:isUnionType (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp274 !R->getValueType()->isUnionType() && in isNonUnionUninit()
312 if (T->isUnionType()) { in isNonUnionUninit()
373 assert(R->getValueType()->isUnionType() && in isUnionUninit()
H A DUninitializedPointee.cpp184 if (PointeeT->isUnionType()) { in isDereferencableUninit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp374 Enc += (RT->isUnionType()? 'u' : 's'); in appendRecordType()
398 if (RT->isUnionType()) in appendRecordType()
H A DX86.cpp2076 bool IsUnion = RT->isUnionType() && !UseClang11Compat; in classify()
2846 if (MTy->isRecordType() && !MTy->isUnionType()) { in classifyRegCallStructTypeImpl()
2908 !FI.getReturnType()->getTypePtr()->isUnionType()) { in computeInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h296 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnionType)
H A DType.h2287 bool isUnionType() const;
7073 isUnionType() ||
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp358 if (T->isRecordType() && !T->isUnionType()) in canSymbolicate()
H A DRegionStore.cpp1443 if (RTy->isUnionType()) in getBinding()
2376 if (Ty->isUnionType()) in bind()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1953 if (!RT->isUnionType()) { in GetNumNonZeroBytesInInit()
H A DCGExprConstant.cpp1071 assert(E->getType()->isUnionType() && in VisitCastExpr()
H A DCGObjCMac.cpp2485 if (FQT->isRecordType() || FQT->isUnionType()) { in BuildRCRecordLayout()
2486 if (FQT->isUnionType()) in BuildRCRecordLayout()
H A DCGDebugInfo.cpp5512 if (T->isUnionType() && DeclName.empty()) { in EmitGlobalVariable()
H A DCGOpenMPRuntime.cpp10562 if (CDT->isRecordType() || CDT->isUnionType()) in evaluateCDTSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1263 T->isUnionType() ? 3 : in CheckExplicitInitList()
5514 bool IsUnion = RT->isUnionType(); in TryOrBuildParenListInitialization()
5642 int InitKind = T->isArrayType() ? 0 : T->isUnionType() ? 3 : 4; in TryOrBuildParenListInitialization()
H A DSemaExprObjC.cpp2535 : Ret->isUnionType() ? /*Union*/ 1 : /*Struct*/ 0); in checkFoundationAPI()
H A DSemaDeclCXX.cpp1480 << DecompType << FD->getType()->isUnionType(); in checkMemberDecomposition()
2065 (Field->getType()->isUnionType() in CheckConstexprCtorInitializer()
2752 if (BaseType->isUnionType()) { in CheckBaseSpecifier()
H A DSemaOpenMP.cpp6112 !(FieldTy->isStructureOrClassType() || FieldTy->isUnionType())) in processImplicitMapsWithDefaultMappers()
21455 if (CurType->isUnionType()) { in VisitMemberExpr()
22022 if (!Type->isStructureOrClassType() && !Type->isUnionType() && in buildUserDefinedMapperRef()
22744 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType()
H A DSemaExprCXX.cpp5086 return T->isUnionType(); in EvaluateUnaryTypeTrait()
H A DSemaDeclAttr.cpp4248 if (TD && TD->getUnderlyingType()->isUnionType()) in handleTransparentUnionAttr()
H A DSemaDecl.cpp9730 << PT->isUnionType() in checkIsValidOpenCLKernelParameter()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp621 bool Type::isUnionType() const { in isUnionType() function in Type
H A DExprConstant.cpp6034 assert(SubobjType->isUnionType()); in found()
7504 if (Ty->isUnionType()) in checkBitCastConstexprEligibilityType()
11649 return CanTy->isUnionType() ? GCCTypeClass::Union in EvaluateBuiltinClassifyType()