Home
last modified time | relevance | path

Searched refs:LocationCheckers (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp46 LocationCheckers, BindCheckers, EndAnalysisCheckers, in hasPathSensitiveCheckers()
356 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
841 LocationCheckers.push_back(checkfn); in _registerForLocation()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h668 std::vector<CheckLocationFunc> LocationCheckers; variable