Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp65 static bool seenBefore(const Stmt *Parent, const Stmt *A, const Stmt *B) { in seenBefore() function
75 return seenBefore(C, A, B); in seenBefore()
106 if (seenBefore(DeclBody, RLR, ME)) in emitDiagnostics()