Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp313 bool isPopFrontCall(const FunctionDecl *Func);
669 } else if (isPopFrontCall(Func)) { in checkPostCall()
1768 bool isPopFrontCall(const FunctionDecl *Func) { in isPopFrontCall() function