Searched defs:fallthrough (Results 1 – 4 of 4) sorted by relevance
26 #define fallthrough do {} while (0) macro
211 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
102 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
595 const CFGBlock *fallthrough = *Pred->succ_begin(); in getUninitUse() local