Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h887 printBlockLabel(SS, E->thenBlock(), -1); in printBranch()
H A DThreadSafetyTIL.h1435 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function
1436 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function