Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp99 bool isEndCall(const FunctionDecl *Func);
198 if (isEndCall(Func)) { in checkPostCall()
755 bool isEndCall(const FunctionDecl *Func) { in isEndCall() function