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.cpp103 bool isEndCall(const FunctionDecl *Func);
206 if (isEndCall(Func)) { in checkPostCall()
764 bool isEndCall(const FunctionDecl *Func) { in isEndCall() function