Home
last modified time | relevance | path

Searched refs:routine_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c249 enum routine_type { enum
958 routine_type type : 16;
3390 create_subroutine (routine_type type, state *s, vec <state *> &procs) in create_subroutine()
3407 find_subroutines (routine_type type, state *s, vec <state *> &procs) in find_subroutines()
4378 get_failure_return (routine_type type) in get_failure_return()
4407 routine_type type;
5253 print_subroutine_group (output_state *os, routine_type type, state *root) in print_subroutine_group()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc249 enum routine_type { enum
956 routine_type type : 16;
3388 create_subroutine (routine_type type, state *s, vec <state *> &procs) in create_subroutine()
3405 find_subroutines (routine_type type, state *s, vec <state *> &procs) in find_subroutines()
4376 get_failure_return (routine_type type) in get_failure_return()
4405 routine_type type;
5251 print_subroutine_group (output_state *os, routine_type type, state *root) in print_subroutine_group()
H A DChangeLog-19999539 * genrecog.c (routine_type): Add PEEPHOLE2.