Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h137 void handleSuccessorBackEdge(const CFGBlock *Succ) {} in handleSuccessorBackEdge() function
242 V.handleSuccessorBackEdge(*SI); in walk()
479 void handleSuccessorBackEdge(const CFGBlock *Succ);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp966 void SExprBuilder::handleSuccessorBackEdge(const CFGBlock *Succ) { in handleSuccessorBackEdge() function in SExprBuilder