Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp94 if (!Ty->getAsUnionType()) in classifyArgumentType()
H A DXCore.cpp623 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp150 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp140 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
H A DCGClass.cpp1966 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
H A DCGOpenMPRuntime.cpp3948 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp393 const RecordType *UT = T->getAsUnionType(); in isTransparentUnion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1256 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
4370 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
H A DSemaChecking.cpp3317 if (const RecordType *UT = Expr->getType()->getAsUnionType(); in CheckNonNullExpr()
H A DSemaOverload.cpp2604 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
H A DSemaDecl.cpp5236 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
H A DSemaExpr.cpp9673 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp789 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
H A DExpr.cpp4053 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
H A DASTContext.cpp11287 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2816 const RecordType *getAsUnionType() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10866 {"_ZNK5clang4Type14getAsUnionTypeEv", "clang::Type::getAsUnionType() const"},