Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h25 class MemRegion; variable
H A DExprEngine.h90 class MemRegion; variable
H A DSVals.h47 class MemRegion; variable
H A DMemRegion.h54 class MemRegion; variable
107 MemRegion(Kind k) : kind(k) {} in MemRegion() function
H A DSymbolManager.h600 virtual bool VisitMemRegion(const MemRegion *) { return true; } in VisitMemRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp147 llvm::SmallVector<const MemRegion *, 2> &ReqRegions, in allRegionsUsedByWait()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h39 class MemRegion; variable
H A DBugReporter.h63 class MemRegion; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp60 REGISTER_MAP_WITH_PROGRAMSTATE(CtorDtorMap, const MemRegion *, ObjectState) in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DPointerArithChecker.cpp74 REGISTER_MAP_WITH_PROGRAMSTATE(RegionState, const MemRegion *, AllocKind) in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DPthreadLockChecker.cpp250 REGISTER_LIST_WITH_PROGRAMSTATE(LockSet, const MemRegion *) in REGISTER_LIST_WITH_PROGRAMSTATE()
H A DLocalizationChecker.cpp106 REGISTER_MAP_WITH_PROGRAMSTATE(LocalizedMemMap, const MemRegion *, in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DCStringChecker.cpp276 REGISTER_MAP_WITH_PROGRAMSTATE(CStringLength, const MemRegion *, SVal) in REGISTER_MAP_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h52 class MemRegion; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp344 const MemRegion*) { in ProfileRegion()
356 const MemRegion*) { in ProfileRegion()
H A DExprEngineCallAndReturn.cpp429 const MemRegion *, unsigned) in REGISTER_MAP_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp972 [this](const std::pair<const MemRegion *, SVal> Binding) { in findBindingToReport()