Home
last modified time | relevance | path

Searched refs:EvalCallFunc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h533 using EvalCallFunc = CheckerFn<bool (const CallEvent &, CheckerContext &)>; variable
579 void _registerForEvalCall(EvalCallFunc checkfn);
688 std::vector<EvalCallFunc> EvalCallCheckers;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp892 void CheckerManager::_registerForEvalCall(EvalCallFunc checkfn) { in _registerForEvalCall()