Home
last modified time | relevance | path

Searched refs:getAsUnionType (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp391 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp1962 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
H A DTargetInfo.cpp203 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
10938 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
11587 if (!Ty->getAsUnionType()) in classifyArgumentType()
H A DCGOpenMPRuntime.cpp4161 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp664 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
H A DExpr.cpp3952 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
H A DASTContext.cpp10154 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp1550 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
4197 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
H A DSemaOverload.cpp2150 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
H A DSemaDecl.cpp5191 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
H A DSemaChecking.cpp5646 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
H A DSemaExpr.cpp10125 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2374 const RecordType *getAsUnionType() const;