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 D | SymExpr.h | 25 class MemRegion; variable
|
H A D | ExprEngine.h | 90 class MemRegion; variable
|
H A D | SVals.h | 47 class MemRegion; variable
|
H A D | MemRegion.h | 54 class MemRegion; variable 107 MemRegion(Kind k) : kind(k) {} in MemRegion() function
|
H A D | SymbolManager.h | 600 virtual bool VisitMemRegion(const MemRegion *) { return true; } in VisitMemRegion()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIChecker.cpp | 147 llvm::SmallVector<const MemRegion *, 2> &ReqRegions, in allRegionsUsedByWait()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 39 class MemRegion; variable
|
H A D | BugReporter.h | 63 class MemRegion; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | VirtualCallChecker.cpp | 60 REGISTER_MAP_WITH_PROGRAMSTATE(CtorDtorMap, const MemRegion *, ObjectState) in REGISTER_MAP_WITH_PROGRAMSTATE()
|
H A D | PointerArithChecker.cpp | 74 REGISTER_MAP_WITH_PROGRAMSTATE(RegionState, const MemRegion *, AllocKind) in REGISTER_MAP_WITH_PROGRAMSTATE()
|
H A D | PthreadLockChecker.cpp | 250 REGISTER_LIST_WITH_PROGRAMSTATE(LockSet, const MemRegion *) in REGISTER_LIST_WITH_PROGRAMSTATE()
|
H A D | LocalizationChecker.cpp | 106 REGISTER_MAP_WITH_PROGRAMSTATE(LocalizedMemMap, const MemRegion *, in REGISTER_MAP_WITH_PROGRAMSTATE()
|
H A D | CStringChecker.cpp | 276 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 D | CheckerManager.h | 52 class MemRegion; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 344 const MemRegion*) { in ProfileRegion() 356 const MemRegion*) { in ProfileRegion()
|
H A D | ExprEngineCallAndReturn.cpp | 429 const MemRegion *, unsigned) in REGISTER_MAP_WITH_PROGRAMSTATE()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 972 [this](const std::pair<const MemRegion *, SVal> Binding) { in findBindingToReport()
|