Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h645 bool isFallthrough() const { return !isUnwind(); } isFallthrough() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2475 return isFallthrough; in isFallthroughStatement() local