Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp104 bool isEndCall(const FunctionDecl *Func);
203 if (isEndCall(Func)) { in checkPostCall()
760 bool isEndCall(const FunctionDecl *Func) { in isEndCall() function