Lines Matching refs:CASE
202 // case values). Note that this depends on 'if' being null terminated.
206 #define CASE(LEN, FIRST, THIRD, NAME) \
207 case HASH(LEN, FIRST, THIRD): \
215 CASE( 2, 'i', '\0', if);
216 CASE( 4, 'e', 'i', elif);
217 CASE( 4, 'e', 's', else);
218 CASE( 4, 'l', 'n', line);
219 CASE( 4, 's', 'c', sccs);
220 CASE( 5, 'e', 'd', endif);
221 CASE( 5, 'e', 'r', error);
222 CASE( 5, 'i', 'e', ident);
223 CASE( 5, 'i', 'd', ifdef);
224 CASE( 5, 'u', 'd', undef);
226 CASE( 6, 'a', 's', assert);
227 CASE( 6, 'd', 'f', define);
228 CASE( 6, 'i', 'n', ifndef);
229 CASE( 6, 'i', 'p', import);
230 CASE( 6, 'p', 'a', pragma);
232 CASE( 7, 'd', 'f', defined);
233 CASE( 7, 'i', 'c', include);
234 CASE( 7, 'w', 'r', warning);
236 CASE( 8, 'u', 'a', unassert);
237 CASE(12, 'i', 'c', include_next);
239 CASE(14, '_', 'p', __public_macro);
241 CASE(15, '_', 'p', __private_macro);
243 CASE(16, '_', 'i', __include_macros);
244 #undef CASE
433 case 'a':
436 case 'c':
439 case 'i':
442 case 'm':
445 case 'n':
463 case 'a':
468 case 'd':
472 case 'i':
475 case 'r':
478 case 's':
557 case OO_None:
558 case NUM_OVERLOADED_OPERATORS:
562 case OO_##Name: return Spelling;