Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp93 if (!Ty->getAsUnionType()) in classifyArgumentType()
H A DXCore.cpp623 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp146 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
H A DCGClass.cpp1962 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
H A DCGOpenMPRuntime.cpp3974 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp394 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1228 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
3772 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
H A DSemaOverload.cpp2427 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
H A DSemaChecking.cpp2990 if (const RecordType *UT = Expr->getType()->getAsUnionType(); in CheckNonNullExpr()
H A DSemaDecl.cpp5122 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
H A DSemaExpr.cpp9509 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp740 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
H A DExpr.cpp4026 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
H A DASTContext.cpp10714 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2738 const RecordType *getAsUnionType() const;