Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h134 void handleSuccessor(const CFGBlock *Succ) {} in handleSuccessor() function
246 V.handleSuccessor(Blk); in walk()
478 void handleSuccessor(const CFGBlock *Succ);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp970 void SExprBuilder::handleSuccessor(const CFGBlock *Succ) { in handleSuccessor() function in SExprBuilder