Home
last modified time | relevance | path

Searched refs:isFallthrough (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp250 if (CoroEnds.back()->isFallthrough() && isa<CoroEndInst>(II)) { in buildFrom()
255 if (CoroEnds.front()->isFallthrough()) in buildFrom()
H A DCoroEarly.cpp195 if (cast<AnyCoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
H A DCoroInstr.h618 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp2468 bool isFallthrough = hasSpecificAttr<FallThroughAttr>(A->getAttrs()); in isFallthroughStatement() local
2469 assert((!isFallthrough || isa<NullStmt>(A->getSubStmt())) && in isFallthroughStatement()
2471 return isFallthrough; in isFallthroughStatement()