Home
last modified time | relevance | path

Searched refs:isStructureOrClassType (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp54 if (!ToPointeeTy->isStructureOrClassType()) in VisitCastExpr()
H A DCallAndMessageChecker.cpp685 if (CanRetTy->isStructureOrClassType()) { in HandleNilReceiver()
H A DIteratorModeling.cpp391 const bool IsIterFirst = FirstType->isStructureOrClassType(); in handleOverloadedOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1462 if (RTy->isStructureOrClassType()) in getBinding()
2135 if (Ty->isStructureOrClassType()) in bind()
2171 else if (T->isStructureOrClassType() || T->isArrayType()) { in setImplicitDefaultValue()
2230 if (ElementTy->isStructureOrClassType()) in bindArray()
2279 else if (ElemType->isStructureOrClassType()) in bindVector()
2334 assert(T->isStructureOrClassType()); in bindStruct()
2400 assert(BTy->isStructureOrClassType() && "Base classes must be classes!"); in bindStruct()
2430 else if (FTy->isStructureOrClassType()) in bindStruct()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp179 if (PointeeT->isStructureOrClassType()) { in isDereferencableUninit()
H A DUninitializedObjectChecker.cpp311 if (T->isStructureOrClassType()) { in isNonUnionUninit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h295 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureOrClassType)
H A DType.h2037 bool isStructureOrClassType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp3919 if (IsRegCall && it->type->isStructureOrClassType()) in computeInfo()
7357 if (RT && RT->isStructureOrClassType()) { in GetSingleElementType()
7823 if (!RT || !RT->isStructureOrClassType()) { in HandleAggregates()
7930 if (RT && RT->isStructureOrClassType()) { in returnAggregateInRegs()
10775 if (IsFixed && FLen && Ty->isStructureOrClassType()) { in classifyArgumentType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2002 if (VD->getType()->isStructureOrClassType()) in markEscapingByrefs()
H A DSemaOpenMP.cpp5681 !(FieldTy->isStructureOrClassType() || FieldTy->isUnionType())) in processImplicitMapsWithDefaultMappers()
18856 if (!Type->isStructureOrClassType() && !Type->isUnionType() && in buildUserDefinedMapperRef()
19546 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp581 bool Type::isStructureOrClassType() const { in isStructureOrClassType() function in Type