Searched refs:FnCheck (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp29 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
44 FnCheck Handler = llvm::StringSwitch<FnCheck>(C.getCalleeName(CE))
H A DGenericTaintChecker.cpp73 typedef ProgramStateRef (GenericTaintChecker::*FnCheck)(const CallExpr *,
315 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name)
379 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name)
H A DCheckSecuritySyntaxOnly.cpp89 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *); typedef in class:__anon4142::WalkAST
132 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name)
H A DCStringChecker.cpp75 typedef void (CStringChecker::*FnCheck)(CheckerContext &,
1965 FnCheck evalFunction = nullptr;

Completed in 64 milliseconds