Searched defs:FnCheck (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | STLAlgorithmModeling.cpp | 32 using FnCheck = bool (STLAlgorithmModeling::*)(CheckerContext &, typedef in __anon474763890111::STLAlgorithmModeling
|
H A D | DebugContainerModeling.cpp | 41 typedef void (DebugContainerModeling::*FnCheck)(const CallExpr *, typedef in __anona25ec9190111::DebugContainerModeling
|
H A D | DebugIteratorModeling.cpp | 42 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *, typedef in __anon6ad407a00111::DebugIteratorModeling
|
H A D | ExprInspectionChecker.cpp | 57 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *, typedef in __anon962985d00111::ExprInspectionChecker
|
H A D | PthreadLockChecker.cpp | 85 typedef void (PthreadLockChecker::*FnCheck)(const CallEvent &Call, typedef in __anon2fde34a60111::PthreadLockChecker
|
H A D | CheckSecuritySyntaxOnly.cpp | 97 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *); typedef in __anondad1c33f0111::WalkAST
|
H A D | StreamChecker.cpp | 165 using FnCheck = std::function<void(const StreamChecker *, const FnDescription *, global() typedef
|
H A D | CStringChecker.cpp | 123 using FnCheck = std::function<void(const CStringChecker *, CheckerContext &, global() typedef in __anon6d5a4d8f0111::CStringChecker
|