Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIteratorModeling.cpp141 bool isEndCall(const FunctionDecl *Func);
360 if (isEndCall(Func)) { in checkPostCall()
1160 bool isEndCall(const FunctionDecl *Func) { in isEndCall() function