Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp151 FnCheck identifyCall(const CallEvent &Call, CheckerContext &C) const;
2264 CStringChecker::FnCheck CStringChecker::identifyCall(const CallEvent &Call, in identifyCall() function in CStringChecker
2298 FnCheck Callback = identifyCall(Call, C); in evalCall()