Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp310 bool isPopBackCall(const FunctionDecl *Func);
665 } else if (isPopBackCall(Func)) { in checkPostCall()
1741 bool isPopBackCall(const FunctionDecl *Func) { in isPopBackCall() function