Home | History | Annotate | Download | only in src

Lines Matching refs:MAKE_CASE

503 #define MAKE_CASE(type) case k##type: return #type;
504 HYDROGEN_CONCRETE_INSTRUCTION_LIST(MAKE_CASE)
505 #undef MAKE_CASE