Home | History | Annotate | Download | only in src

Lines Matching refs:MAKE_CASE

375 #define MAKE_CASE(type) case k##type: return #type;
376 HYDROGEN_CONCRETE_INSTRUCTION_LIST(MAKE_CASE)
377 #undef MAKE_CASE