Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h107 void enterCFGBlock(const CFGBlock *B) {} in enterCFGBlock() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp888 void SExprBuilder::enterCFGBlock(const CFGBlock *B) { in enterCFGBlock() function in SExprBuilder