Searched defs:fallthrough (Results 1 – 10 of 10) sorted by relevance
4 void fallthrough(int n) { in fallthrough() function
4 int fallthrough(int n) { in fallthrough() function
7 int fallthrough(int n) { in fallthrough() function
5 void fallthrough(int n) { in fallthrough() function
108 int fallthrough(int i) { // CHECK-NEXT: File 0, [[@LINE]]:24 -> [[@LINE+14]]:2 = #0 in fallthrough() function
90 void fallthrough() { in fallthrough() function
184 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
91 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
598 const CFGBlock *fallthrough = *Pred->succ_begin(); in getUninitUse() local