| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 67 ABSTRACT_REGION(TypedValueRegion, TypedRegion) 68 REGION(CompoundLiteralRegion, TypedValueRegion) 69 REGION(CXXBaseObjectRegion, TypedValueRegion) 70 REGION(CXXDerivedObjectRegion, TypedValueRegion) 71 REGION(CXXTempObjectRegion, TypedValueRegion) 72 REGION(CXXThisRegion, TypedValueRegion) 73 ABSTRACT_REGION(DeclRegion, TypedValueRegion) 83 REGION(ElementRegion, TypedValueRegion) 84 REGION(ObjCStringRegion, TypedValueRegion) 85 REGION(StringRegion, TypedValueRegion)
|
| H A D | MemRegion.h | 522 class TypedValueRegion : public TypedRegion { 526 TypedValueRegion(const MemRegion* sReg, Kind k) : TypedRegion(sReg, k) { in TypedValueRegion() function 789 class StringRegion : public TypedValueRegion { 795 : TypedValueRegion(sreg, StringRegionKind), Str(str) { in StringRegion() 822 class ObjCStringRegion : public TypedValueRegion { 829 : TypedValueRegion(sreg, ObjCStringRegionKind), Str(str) { in ObjCStringRegion() 858 class CompoundLiteralRegion : public TypedValueRegion { 865 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) { in CompoundLiteralRegion() 891 class DeclRegion : public TypedValueRegion { 893 DeclRegion(const MemRegion *sReg, Kind k) : TypedValueRegion(sReg, k) { in DeclRegion() [all …]
|
| H A D | SymbolManager.h | 42 const TypedValueRegion *R; 45 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue() 51 const TypedValueRegion* getRegion() const { return R; } in getRegion() 53 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() 133 const TypedValueRegion *R; 136 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() 144 const TypedValueRegion *getRegion() const { return R; } in getRegion() 154 const TypedValueRegion *r) { in Profile() 441 const SymbolRegionValue* getRegionValueSymbol(const TypedValueRegion* R); 457 const TypedValueRegion *R);
|
| H A D | BasicValueFactory.h | 63 const TypedValueRegion *region; 66 LazyCompoundValData(const StoreRef &st, const TypedValueRegion *r) in LazyCompoundValData() 72 const TypedValueRegion *getRegion() const { return region; } in getRegion() 76 const TypedValueRegion *region); 243 const TypedValueRegion *region);
|
| H A D | SValBuilder.h | 212 DefinedOrUnknownSVal getRegionValueSymbolVal(const TypedValueRegion *region); 242 SymbolRef parentSymbol, const TypedValueRegion *region); 269 const TypedValueRegion *region) { in makeLazyCompoundVal()
|
| H A D | SVals.h | 50 class TypedValueRegion; variable 492 const TypedValueRegion *getRegion() const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 117 const TypedValueRegion *R; 120 DereferenceInfo(const TypedValueRegion *R, bool NCB, bool IC) in DereferenceInfo() 173 const TypedValueRegion *R = DerefInfo->R; in isDereferencableUninit() 225 llvm::SmallSet<const TypedValueRegion *, 5> VisitedRegions; in dereference() 237 const auto *R = V.getAsRegion()->getAs<TypedValueRegion>(); in dereference() 248 R = Tmp->getAs<TypedValueRegion>(); in dereference() 265 const auto *SuperR = dyn_cast<TypedValueRegion>(R->getSuperRegion()); in dereference()
|
| H A D | UninitializedObjectChecker.cpp | 110 static const TypedValueRegion * 156 const TypedValueRegion *R = getConstructedRegion(CtorDecl, Context); in checkEndFunction() 230 ProgramStateRef State, const TypedValueRegion *const R, in FindUninitializedFields() 276 bool FindUninitializedFields::isNonUnionUninit(const TypedValueRegion *R, in isNonUnionUninit() 359 .getRegionAs<TypedValueRegion>(); in isNonUnionUninit() 377 bool FindUninitializedFields::isUnionUninit(const TypedValueRegion *R) { in isUnionUninit() 457 static const TypedValueRegion * 466 auto *R = ObjectV.getAsRegion()->getAs<TypedValueRegion>(); in getConstructedRegion() 476 const TypedValueRegion *CurrRegion = getConstructedRegion(Ctor, Context); in willObjectBeAnalyzedLater() 488 const TypedValueRegion *OtherRegion = in willObjectBeAnalyzedLater()
|
| H A D | UninitializedObject.h | 199 const TypedValueRegion *const ObjectR; 222 const TypedValueRegion *const R, 290 bool isUnionUninit(const TypedValueRegion *R); 294 bool isNonUnionUninit(const TypedValueRegion *R, FieldChainInfo LocalChain);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 496 const TypedValueRegion *R, 502 const TypedValueRegion* R, SVal V); 506 const TypedValueRegion* R, SVal V); 509 const TypedValueRegion* R, 571 SVal getBindingForLazySymbol(const TypedValueRegion *R); 574 const TypedValueRegion *R, 585 SVal getBindingForStruct(RegionBindingsConstRef B, const TypedValueRegion *R); 586 SVal getBindingForArray(RegionBindingsConstRef B, const TypedValueRegion *R); 587 NonLoc createLazyBinding(RegionBindingsConstRef B, const TypedValueRegion *R); 596 const TypedValueRegion *R, [all …]
|
| H A D | Store.cpp | 105 if (const auto *TR = dyn_cast<TypedValueRegion>(R)) { in castRegion() 179 if (const auto *TR = dyn_cast<TypedValueRegion>(baseR)) { in castRegion() 234 const auto *TVR = dyn_cast<TypedValueRegion>(MR); in regionMatchesCXXRecordType() 308 if (const auto *TVR = dyn_cast<TypedValueRegion>(MR)) in getCXXRecordType() 393 Failed = isa<TypedValueRegion>(MR); in attemptDownCast()
|
| H A D | MemRegion.cpp | 428 void TypedValueRegion::anchor() {} in anchor() 756 QualType Ty = cast<TypedValueRegion>(SR)->getDesugaredValueType(Ctx); in getStaticSize() 770 QualType Ty = cast<TypedValueRegion>(SR)->getDesugaredValueType(Ctx); in getStaticSize() 907 const TypedValueRegion *OrigR = I.getOriginalRegion(); in getStackOrCaptureRegionForDeclContext() 1161 const TypedValueRegion *Super, in isValidBaseClass() 1184 if (isa<TypedValueRegion>(Super)) { in getCXXBaseObjectRegion() 1185 assert(isValidBaseClass(RD, cast<TypedValueRegion>(Super), IsVirtual)); in getCXXBaseObjectRegion() 1318 R = cast<TypedValueRegion>(R)->getSuperRegion(); in StripCasts() 1455 if (const auto *TVR = dyn_cast<TypedValueRegion>(R)) { in calculateOffset()
|
| H A D | BasicValueFactory.cpp | 40 const TypedValueRegion *region) { in Profile() 145 const TypedValueRegion *region) { in getLazyCompoundValData()
|
| H A D | SymbolManager.cpp | 157 SymbolManager::getRegionValueSymbol(const TypedValueRegion* R) { in getRegionValueSymbol() 193 const TypedValueRegion *R) { in getDerivedSymbol()
|
| H A D | ProgramState.cpp | 257 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R)) { in getSValAsScalarOrLoc()
|
| H A D | ExprEngineObjC.cpp | 60 if (const auto *R = dyn_cast<TypedValueRegion>(MV->getRegion())) { in populateObjCForDestinationSet()
|
| H A D | SVals.cpp | 148 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
|
| H A D | SValBuilder.cpp | 118 SValBuilder::getRegionValueSymbolVal(const TypedValueRegion *region) { in getRegionValueSymbolVal() 222 const TypedValueRegion *region) { in getDerivedRegionValueSymbolVal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InnerPointerChecker.cpp | 181 dyn_cast_or_null<TypedValueRegion>(Arg.getAsRegion()); in checkFunctionArguments() 214 const TypedValueRegion *ObjRegion = nullptr; in checkPostCall() 217 ObjRegion = dyn_cast_or_null<TypedValueRegion>( in checkPostCall() 234 dyn_cast_or_null<TypedValueRegion>(Call.getArgSVal(0).getAsRegion()); in checkPostCall() 321 const auto *TypedRegion = cast<TypedValueRegion>(ObjRegion); in VisitNode()
|
| H A D | BoolAssignmentChecker.cpp | 59 const TypedValueRegion *TR = in checkBind() 60 dyn_cast_or_null<TypedValueRegion>(loc.getAsRegion()); in checkBind()
|
| H A D | DereferenceChecker.cpp | 260 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind()
|
| H A D | DeleteWithNonVirtualDtorChecker.cpp | 68 const auto *BaseClassRegion = MR->getAs<TypedValueRegion>(); in checkPreStmt()
|
| H A D | NullabilityChecker.cpp | 537 dyn_cast_or_null<TypedValueRegion>(Location.getAsRegion()); in checkLocation() 1096 const TypedValueRegion *TVR = in checkBind() 1097 dyn_cast_or_null<TypedValueRegion>(L.getAsRegion()); in checkBind()
|
| H A D | Taint.cpp | 204 const TypedValueRegion *R = SD->getRegion(); in isTainted()
|
| H A D | CStringChecker.cpp | 1012 << cast<TypedValueRegion>(MR)->getValueType().getAsString(); in SummarizeRegion() 1016 << cast<TypedValueRegion>(MR)->getValueType().getAsString(); in SummarizeRegion() 1020 << cast<TypedValueRegion>(MR)->getValueType().getAsString(); in SummarizeRegion() 1024 << cast<TypedValueRegion>(MR)->getValueType().getAsString(); in SummarizeRegion() 1028 << cast<TypedValueRegion>(MR)->getValueType().getAsString(); in SummarizeRegion()
|