Searched refs:SWITCH_ENUM_CAST (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c140 # define SWITCH_ENUM_CAST(x) ((int)(x)) macro
142 # define SWITCH_ENUM_CAST(x) (x) macro
3147 switch (SWITCH_ENUM_CAST ((re_opcode_t) *p++))
4164 switch (SWITCH_ENUM_CAST ((re_opcode_t) *p++))
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c131 #define SWITCH_ENUM_CAST(x) ((int)(x)) macro
133 #define SWITCH_ENUM_CAST(x) (x) macro
3260 switch (SWITCH_ENUM_CAST ((re_opcode_t) *p++))
4536 switch (SWITCH_ENUM_CAST ((re_opcode_t) *p++))
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c177 # define SWITCH_ENUM_CAST(x) ((int)(x)) macro
179 # define SWITCH_ENUM_CAST(x) (x) macro
4623 switch (SWITCH_ENUM_CAST ((re_opcode_t) *p++))
6102 switch (SWITCH_ENUM_CAST ((re_opcode_t) *p++))

Completed in 214 milliseconds