Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp90 const RecordType *UT = T->getAsUnionType(); in checkPreCall()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp447 const RecordType *Type::getAsUnionType() const { in getAsUnionType() function in Type
DExpr.cpp3128 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant()
DASTContext.cpp6891 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGClass.cpp1516 const RecordType *RT = type->getAsUnionType(); in EnterDtorCleanups()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp1384 if (const RecordType *UT = T->getAsUnionType()) in possibleTransparentUnionPointerType()
3247 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl(); in handleTransparentUnionAttr()
DSemaChecking.cpp2191 if (const RecordType *UT = ArgExpr->getType()->getAsUnionType()) { in CheckNonNullArguments()
DSemaOverload.cpp1704 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion()
DSemaExpr.cpp6475 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DType.h1675 const RecordType *getAsUnionType() const;