Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp45 LocationCheckers, BindCheckers, EndAnalysisCheckers, in hasPathSensitiveCheckers()
397 CheckBindContext C(BindCheckers, location, val, S, Eng, PP); in runCheckersForBind()
828 BindCheckers.push_back(checkfn); in _registerForBind()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h671 std::vector<CheckBindFunc> BindCheckers; variable