Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c4378 get_failure_return (routine_type type) in get_failure_return() function
4791 printf_indent (indent, "return %s;\n", get_failure_return (os->type)); in print_state()
5000 get_failure_return (os->type)); in print_decision()
5073 get_failure_return (os->type)); in print_decision()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc4376 get_failure_return (routine_type type) in get_failure_return() function
4789 printf_indent (indent, "return %s;\n", get_failure_return (os->type)); in print_state()
4998 get_failure_return (os->type)); in print_decision()
5071 get_failure_return (os->type)); in print_decision()
H A DChangeLog-201529230 * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.