Home
last modified time | relevance | path

Searched refs:FnCheck (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDebugContainerModeling.cpp39 typedef void (DebugContainerModeling::*FnCheck)(const CallExpr *, typedef in __anon70730f1e0111::DebugContainerModeling
42 CallDescriptionMap<FnCheck> Callbacks = {
69 const FnCheck *Handler = Callbacks.lookup(Call); in evalCall()
DDebugIteratorModeling.cpp40 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *, typedef in __anon3ac521050111::DebugIteratorModeling
43 CallDescriptionMap<FnCheck> Callbacks = {
72 const FnCheck *Handler = Callbacks.lookup(Call); in evalCall()
DSTLAlgorithmModeling.cpp31 using FnCheck = bool (STLAlgorithmModeling::*)(CheckerContext &, typedef in __anon5d18644e0111::STLAlgorithmModeling
34 const CallDescriptionMap<FnCheck> Callbacks = {
74 const FnCheck *Handler = Callbacks.lookup(Call); in evalCall()
DPthreadLockChecker.cpp84 typedef void (PthreadLockChecker::*FnCheck)(const CallEvent &Call, typedef in __anon5d7e402b0111::PthreadLockChecker
87 CallDescriptionMap<FnCheck> PThreadCallbacks = {
127 CallDescriptionMap<FnCheck> FuchsiaCallbacks = {
149 CallDescriptionMap<FnCheck> C11Callbacks = {
269 if (const FnCheck *Callback = PThreadCallbacks.lookup(Call)) in REGISTER_LIST_WITH_PROGRAMSTATE()
271 else if (const FnCheck *Callback = FuchsiaCallbacks.lookup(Call)) in REGISTER_LIST_WITH_PROGRAMSTATE()
273 else if (const FnCheck *Callback = C11Callbacks.lookup(Call)) in REGISTER_LIST_WITH_PROGRAMSTATE()
DExprInspectionChecker.cpp52 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *, typedef in __anon661a9f350111::ExprInspectionChecker
81 FnCheck Handler = in REGISTER_SET_WITH_PROGRAMSTATE()
82 llvm::StringSwitch<FnCheck>(C.getCalleeName(CE)) in REGISTER_SET_WITH_PROGRAMSTATE()
DCheckSecuritySyntaxOnly.cpp98 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *); typedef in __anon6b6ec9e40111::WalkAST
148 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in VisitCallExpr()
DStreamChecker.cpp150 using FnCheck = std::function<void(const StreamChecker *, const FnDescription *, typedef
157 FnCheck PreFn;
158 FnCheck EvalFn;
DCStringChecker.cpp118 typedef void (CStringChecker::*FnCheck)(CheckerContext &, typedef in __anon5c7f5e940111::CStringChecker
120 CallDescriptionMap<FnCheck> Callbacks = {
151 FnCheck identifyCall(const CallEvent &Call, CheckerContext &C) const;
2264 CStringChecker::FnCheck CStringChecker::identifyCall(const CallEvent &Call, in identifyCall()
2290 const FnCheck *Callback = Callbacks.lookup(Call); in identifyCall()
2298 FnCheck Callback = identifyCall(Call, C); in evalCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp32 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *, typedef in __anon845bd7470111::ExprInspectionChecker
49 FnCheck Handler = llvm::StringSwitch<FnCheck>(C.getCalleeName(CE)) in REGISTER_SET_WITH_PROGRAMSTATE()
DGenericTaintChecker.cpp73 typedef ProgramStateRef (GenericTaintChecker::*FnCheck)(const CallExpr *, typedef in __anon2b6e19490111::GenericTaintChecker
315 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in addSourcesPre()
379 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in addSourcesPost()
DCheckSecuritySyntaxOnly.cpp89 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *); typedef in __anon1ede4e760111::WalkAST
132 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in VisitCallExpr()
DCStringChecker.cpp75 typedef void (CStringChecker::*FnCheck)(CheckerContext &, typedef in __anon4b8366e60111::CStringChecker
2022 FnCheck evalFunction = nullptr; in evalCall()