Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h685 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2561 bool isFallthrough = hasSpecificAttr<FallThroughAttr>(A->getAttrs()); in isFallthroughStatement() local