Searched refs:FALLTHROUGH_INTENDED (Results 1 – 3 of 3) sorted by relevance
622 FALLTHROUGH_INTENDED; in dexDecodeInstruction()624 case 4: pDec->arg[3] = (regList >> 12) & 0x0f; FALLTHROUGH_INTENDED; in dexDecodeInstruction()625 case 3: pDec->arg[2] = (regList >> 8) & 0x0f; FALLTHROUGH_INTENDED; in dexDecodeInstruction()626 case 2: pDec->arg[1] = (regList >> 4) & 0x0f; FALLTHROUGH_INTENDED; in dexDecodeInstruction()
40 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] macro
620 FALLTHROUGH_INTENDED; in shortyDescMatch()