Searched defs:FnCheck (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | STLAlgorithmModeling.cpp | 32 using FnCheck = bool (STLAlgorithmModeling::*)(CheckerContext &, typedef in __anon0599f2ee0111::STLAlgorithmModeling
|
H A D | DebugContainerModeling.cpp | 40 typedef void (DebugContainerModeling::*FnCheck)(const CallExpr *, typedef in __anon3f92c5be0111::DebugContainerModeling
|
H A D | DebugIteratorModeling.cpp | 41 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *, typedef in __anonf37883a50111::DebugIteratorModeling
|
H A D | PthreadLockChecker.cpp | 85 typedef void (PthreadLockChecker::*FnCheck)(const CallEvent &Call, typedef in __anoned0ba6cb0111::PthreadLockChecker
|
H A D | ExprInspectionChecker.cpp | 57 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *, typedef in __anon1ece01d50111::ExprInspectionChecker
|
H A D | CheckSecuritySyntaxOnly.cpp | 98 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *); typedef in __anon1e8554840111::WalkAST
|
H A D | StreamChecker.cpp | 165 using FnCheck = std::function<void(const StreamChecker *, const FnDescription *, typedef
|
H A D | CStringChecker.cpp | 134 using FnCheck = std::function<void(const CStringChecker *, CheckerContext &, typedef in __anonb92275340111::CStringChecker
|