Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp175 const OneItParamFn *Handler1 = OneIterParamFunctions.lookup(Call); in checkPostCall() local
176 if (Handler1) { in checkPostCall()
177 (this->**Handler1)(C, InstCall->getCXXThisVal(), Call.getArgSVal(0)); in checkPostCall()