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, BlockEntranceCheckers, in hasPathSensitiveCheckers()
360 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
907 LocationCheckers.push_back(checkfn); in _registerForLocation()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h673 std::vector<CheckLocationFunc> LocationCheckers; variable