Searched refs:isUnionType (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnionType)
H A DType.h1547 bool isUnionType() const;
4772 isUnionType() ||
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp346 if (T->isRecordType() && !T->isUnionType())
H A DSimpleSValBuilder.cpp137 if (castTy->isUnionType())
H A DRegionStore.cpp242 if (TR->getValueType()->isUnionType())
1331 if (RTy->isUnionType())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2099 if (FQT->isRecordType() || FQT->isUnionType()) {
2100 if (FQT->isUnionType())
2121 assert(!FQT->isUnionType() &&
4569 if (FQT->isRecordType() || FQT->isUnionType()) {
4570 if (FQT->isUnionType())
4592 assert(!FQT->isUnionType() &&
H A DCGExprAgg.cpp1331 if (!RT->isUnionType()) {
H A DCGExprConstant.cpp659 assert(E->getType()->isUnionType() &&
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp687 CurrentObjectType->isUnionType()? 3 :
1373 if (DeclType->isUnionType() && IList->getNumInits() == 0) {
1445 if (InitializedSomething && DeclType->isUnionType())
1478 if (DeclType->isUnionType() && !VerifyOnly) {
1489 !DeclType->isUnionType()) {
1503 if (VerifyOnly && Field != FieldEnd && !DeclType->isUnionType() &&
H A DSemaExprCXX.cpp3079 return T->isUnionType();
H A DSemaDeclAttr.cpp3301 if (TD && TD->getUnderlyingType()->isUnionType())
H A DSemaDeclCXX.cpp1295 if (BaseType->isUnionType()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp404 bool Type::isUnionType() const { function in class:Type
H A DExprConstant.cpp4900 else if (ArgTy->isUnionType())
4904 else if (ArgTy->isUnionType())

Completed in 483 milliseconds