Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h120 void exitCFGBlock(const CFGBlock *B) {} in exitCFGBlock() function
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp959 void SExprBuilder::exitCFGBlock(const CFGBlock *B) { in exitCFGBlock() function in clang::threadSafety::SExprBuilder