Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp111 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp149 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/external/clang/lib/CodeGen/
DCGClass.cpp1899 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
DTargetInfo.cpp156 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
7894 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
DCGOpenMPRuntime.cpp3838 auto *KmpCmplrdataUD = (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp1898 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
DTargetInfo.cpp190 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion()
10257 if (const RecordType *RT = QT->getAsUnionType()) in appendType()
DCGOpenMPRuntime.cpp4501 (*FI)->getType()->getAsUnionType()->getDecl(); in emitTaskInit()
/external/clang/lib/AST/
DType.cpp450 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
DExpr.cpp3211 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
DASTContext.cpp7409 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1200 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
3014 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
DSemaChecking.cpp1907 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
DSemaDecl.cpp3967 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
DSemaExpr.cpp7631 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/external/llvm-project/clang/lib/AST/
DType.cpp660 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
DExpr.cpp3685 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
DASTContext.cpp9267 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/external/clang/include/clang/AST/
DType.h1835 const RecordType *getAsUnionType() const;
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp1469 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType()
3620 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
DSemaOverload.cpp2042 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
DSemaChecking.cpp4267 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr()
DSemaDecl.cpp4688 else if (const RecordType *UT = DS.getRepAsType().get()->getAsUnionType()) in ParsedFreeStandingDeclSpec()
DSemaExpr.cpp9350 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/external/llvm-project/clang/include/clang/AST/
DType.h2226 const RecordType *getAsUnionType() const;