Searched refs:isFallthrough (Results 1 – 4 of 4) sorted by relevance
266 if (CoroEnds.back()->isFallthrough() && isa<CoroEndInst>(II)) { in analyze()271 if (CoroEnds.front()->isFallthrough()) in analyze()
224 if (cast<AnyCoroEndInst>(&I)->isFallthrough()) in lowerEarlyIntrinsics()
685 bool isFallthrough() const { return !isUnwind(); } in isFallthrough() function
2561 bool isFallthrough = hasSpecificAttr<FallThroughAttr>(A->getAttrs()); in isFallthroughStatement() local2562 assert((!isFallthrough || isa<NullStmt>(A->getSubStmt())) && in isFallthroughStatement()2564 return isFallthrough; in isFallthroughStatement()