Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIteratorModeling.cpp140 bool isBeginCall(const FunctionDecl *Func);
354 if (isBeginCall(Func)) { in checkPostCall()
1153 bool isBeginCall(const FunctionDecl *Func) { in isBeginCall() function