Searched defs:FnCheck (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | STLAlgorithmModeling.cpp | 32 using FnCheck = bool (STLAlgorithmModeling::*)(CheckerContext &, typedef in __anon0b7998770111::STLAlgorithmModeling |
H A D | DebugContainerModeling.cpp | 41 typedef void (DebugContainerModeling::*FnCheck)(const CallExpr *, typedef in __anon3bf1f1870111::DebugContainerModeling |
H A D | DebugIteratorModeling.cpp | 42 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *, typedef in __anonb54cda4e0111::DebugIteratorModeling |
H A D | PthreadLockChecker.cpp | 85 typedef void (PthreadLockChecker::*FnCheck)(const CallEvent &Call, typedef in __anonba8256140111::PthreadLockChecker |
H A D | StreamChecker.cpp | 195 using FnCheck = std::function<void(const StreamChecker *, const FnDescription *, typedef |
H A D | CStringChecker.cpp | 127 using FnCheck = std::function<void(const CStringChecker *, CheckerContext &, typedef in __anonfd7ae7fd0111::CStringChecker |