Home
last modified time | relevance | path

Searched refs:BindCheckers (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()
396 CheckBindContext C(BindCheckers, location, val, S, Eng, PP); in runCheckersForBind()
843 BindCheckers.push_back(checkfn); in _registerForBind()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h667 std::vector<CheckBindFunc> BindCheckers; variable