Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h87 void enterCFGBlock(const CFGBlock *B) {} in enterCFGBlock() function
161 V.enterCFGBlock(CurrBlock); in walk()
443 void enterCFGBlock(const CFGBlock *B);
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp820 void SExprBuilder::enterCFGBlock(const CFGBlock *B) { in enterCFGBlock() function in SExprBuilder