Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h107 void enterCFGBlock(const CFGBlock *B) {} in enterCFGBlock() function
180 V.enterCFGBlock(CurrBlock); in walk()
469 void enterCFGBlock(const CFGBlock *B);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp880 void SExprBuilder::enterCFGBlock(const CFGBlock *B) { in enterCFGBlock() function in SExprBuilder