Home
last modified time | relevance | path

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

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