Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp279 !R->getValueType()->isUnionType() && in isNonUnionUninit()
317 if (T->isUnionType()) { in isNonUnionUninit()
378 assert(R->getValueType()->isUnionType() && in isUnionUninit()
H A DUninitializedPointee.cpp185 if (PointeeT->isUnionType()) { in isDereferencableUninit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h296 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnionType)
H A DType.h2038 bool isUnionType() const;
6664 isUnionType() ||
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp342 if (T->isRecordType() && !T->isUnionType()) in canSymbolicate()
H A DRegionStore.cpp1466 if (RTy->isUnionType()) in getBinding()
2139 if (Ty->isUnionType()) in bind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp1237 T->isUnionType() ? 3 : in CheckExplicitInitList()
2052 if (DeclType->isUnionType() && IList->getNumInits() == 0) { in CheckStructUnionTypes()
2180 if (InitializedSomething && DeclType->isUnionType()) in CheckStructUnionTypes()
2221 if (DeclType->isUnionType() && StructuredList) { in CheckStructUnionTypes()
2232 !DeclType->isUnionType()) { in CheckStructUnionTypes()
2247 if (!StructuredList && Field != FieldEnd && !DeclType->isUnionType() && in CheckStructUnionTypes()
H A DSemaExprObjC.cpp2532 : Ret->isUnionType() ? /*Union*/ 1 : /*Struct*/ 0); in checkFoundationAPI()
H A DSemaOpenMP.cpp5681 !(FieldTy->isStructureOrClassType() || FieldTy->isUnionType())) in processImplicitMapsWithDefaultMappers()
18291 if (CurType->isUnionType()) { in VisitMemberExpr()
18856 if (!Type->isStructureOrClassType() && !Type->isUnionType() && in buildUserDefinedMapperRef()
19546 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType()
H A DSemaDeclCXX.cpp1417 << DecompType << FD->getType()->isUnionType(); in checkMemberDecomposition()
1986 (Field->getType()->isUnionType() in CheckConstexprCtorInitializer()
2532 if (BaseType->isUnionType()) { in CheckBaseSpecifier()
H A DSemaExprCXX.cpp4790 return T->isUnionType(); in EvaluateUnaryTypeTrait()
H A DSemaDeclAttr.cpp3680 if (TD && TD->getUnderlyingType()->isUnionType()) in handleTransparentUnionAttr()
H A DSemaDecl.cpp8893 << PT->isUnionType() in checkIsValidOpenCLKernelParameter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp3082 bool IsUnion = RT->isUnionType() && !UseClang11Compat; in classify()
3828 if (FD->getType()->isRecordType() && !FD->getType()->isUnionType()) { in classifyRegCallStructTypeImpl()
3881 !FI.getReturnType()->getTypePtr()->isUnionType()) { in computeInfo()
10170 Enc += (RT->isUnionType()? 'u' : 's'); in appendRecordType()
10194 if (RT->isUnionType()) in appendRecordType()
H A DCGExprAgg.cpp1896 if (!RT->isUnionType()) { in GetNumNonZeroBytesInInit()
H A DCGExprConstant.cpp1050 assert(E->getType()->isUnionType() && in VisitCastExpr()
H A DCGObjCMac.cpp2552 if (FQT->isRecordType() || FQT->isUnionType()) { in BuildRCRecordLayout()
2553 if (FQT->isUnionType()) in BuildRCRecordLayout()
H A DCGDebugInfo.cpp4803 if (T->isUnionType() && DeclName.empty()) { in EmitGlobalVariable()
H A DCGOpenMPRuntime.cpp11297 if (CDT->isRecordType() || CDT->isUnionType()) in evaluateCDTSize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp595 bool Type::isUnionType() const { in isUnionType() function in Type
H A DExprConstant.cpp5856 assert(SubobjType->isUnionType()); in found()
7178 if (Ty->isUnionType()) in checkBitCastConstexprEligibilityType()
11024 return CanTy->isUnionType() ? GCCTypeClass::Union in EvaluateBuiltinClassifyType()