Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp246 if (CoroEnds.back()->isFallthrough() && isa<CoroEndInst>(II)) { in buildFrom()
251 if (CoroEnds.front()->isFallthrough()) in buildFrom()
H A DCoroEarly.cpp195 if (cast<AnyCoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
H A DCoroInstr.h645 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2475 bool isFallthrough = hasSpecificAttr<FallThroughAttr>(A->getAttrs()); in isFallthroughStatement() local
2476 assert((!isFallthrough || isa<NullStmt>(A->getSubStmt())) && in isFallthroughStatement()
2478 return isFallthrough; in isFallthroughStatement()