Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp41 !BindCheckers.empty() || in hasPathSensitiveCheckers()
388 CheckBindContext C(BindCheckers, location, val, S, Eng, PP); in runCheckersForBind()
753 BindCheckers.push_back(checkfn); in _registerForBind()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h610 std::vector<CheckBindFunc> BindCheckers; variable