Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp471 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1896 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
H A DTargetInfo.cpp192 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
10465 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
H A DCGOpenMPRuntime.cpp4553 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp660 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
H A DExpr.cpp3838 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
H A DASTContext.cpp9415 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1453 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
3766 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
H A DSemaOverload.cpp2042 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
H A DSemaChecking.cpp4615 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
H A DSemaDecl.cpp4772 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
H A DSemaExpr.cpp9514 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2234 const RecordType *getAsUnionType() const;