Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp46 LocationCheckers, BindCheckers, EndAnalysisCheckers, in hasPathSensitiveCheckers()
398 CheckBindContext C(BindCheckers, location, val, S, Eng, PP); in runCheckersForBind()
845 BindCheckers.push_back(checkfn); in _registerForBind()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h670 std::vector<CheckBindFunc> BindCheckers; variable