Home
last modified time | relevance | path

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

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