Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp101 const auto *RLR = Match.getNodeAs<Stmt>(RunLoopRunBind); in emitDiagnostics() local
102 assert(RLR && "Run loop launch not found"); in emitDiagnostics()
103 assert(ME != RLR); in emitDiagnostics()
106 if (seenBefore(DeclBody, RLR, ME)) in emitDiagnostics()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h519 TreeTy *RLR = getRight(RL);
521 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));