Searched refs:VisitMemRegion (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h129 RetTy VisitMemRegion(const MemRegion *R) { return RetTy(); } function in class:clang::ento::MemRegionVisitor
H A DSymbolManager.h643 virtual bool VisitMemRegion(const MemRegion *) { return true; } function in class:clang::ento::SymbolVisitor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h235 std::string VisitMemRegion(const MemRegion *R) { function in class:clang::ento::SValExplainer
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp154 bool VisitMemRegion(const MemRegion *R) override {
H A DProgramState.cpp595 if (!visitor.VisitMemRegion(R))
H A DSimpleSValBuilder.cpp1329 SVal VisitMemRegion(const MemRegion *R) { return loc::MemRegionVal(R); } function in class:Simplifier

Completed in 113 milliseconds