Searched defs:fallthrough (Results 1 – 4 of 4) sorted by relevance
40 # define fallthrough __attribute__((fallthrough)) macro42 # define fallthrough /* Fall through. */ macro
129 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
335 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
70 #define fallthrough /* FALLTHROUGH */ do { } while(0) macro