Home
last modified time | relevance | path

Searched defs:MemRegion (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h26 class MemRegion; variable
H A DExprEngine.h87 class MemRegion; variable
H A DSVals.h47 class MemRegion; variable
H A DMemRegion.h56 class MemRegion; variable
112 MemRegion(Kind k) : kind(k) {} in MemRegion() function
H A DSymbolManager.h685 virtual bool VisitMemRegion(const MemRegion *) { return true; } in VisitMemRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp147 llvm::SmallVector<const MemRegion *, 2> &ReqRegions, in allRegionsUsedByWait()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp143 ArrayRef<const MemRegion *>, in checkRegionChanges()
H A DErrnoModeling.cpp72 REGISTER_TRAIT_WITH_PROGRAMSTATE(ErrnoRegion, const MemRegion *) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
H A DPthreadLockChecker.cpp284 REGISTER_LIST_WITH_PROGRAMSTATE(LockSet, const MemRegion *) in REGISTER_LIST_WITH_PROGRAMSTATE()
H A DSmartPtrModeling.cpp100 REGISTER_MAP_WITH_PROGRAMSTATE(TrackedRegionMap, const MemRegion *, SVal) in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DCStringChecker.cpp356 REGISTER_MAP_WITH_PROGRAMSTATE(CStringLength, const MemRegion *, SVal) in REGISTER_MAP_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp109 REGISTER_SET_WITH_PROGRAMSTATE(InvalidMemoryRegions, const MemRegion *) in REGISTER_SET_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h44 class MemRegion; variable
H A DBugReporter.h62 class MemRegion; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h51 class MemRegion; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp357 const MemRegion*) { in ProfileRegion()
369 const MemRegion*) { in ProfileRegion()
H A DExprEngineCallAndReturn.cpp499 const MemRegion *, unsigned) in REGISTER_MAP_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp965 [this](const std::pair<const MemRegion *, SVal> Binding) { in findBindingToReport()