Home
last modified time | relevance | path

Searched defs:exitCFGBlock (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h138 void exitCFGBlock(const CFGBlock *B) {} in exitCFGBlock() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp933 void SExprBuilder::exitCFGBlock(const CFGBlock *B) { in exitCFGBlock() function in SExprBuilder