Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp44 LocationCheckers, BindCheckers, EndAnalysisCheckers, in hasPathSensitiveCheckers()
354 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
839 LocationCheckers.push_back(checkfn); in _registerForLocation()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h665 std::vector<CheckLocationFunc> LocationCheckers; variable