Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp30 !LocationCheckers.empty() || in hasPathSensitiveCheckers()
330 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
697 LocationCheckers.push_back(checkfn); in _registerForLocation()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h599 std::vector<CheckLocationFunc> LocationCheckers; variable