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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c9704 add_code_to_chain (gfc_code **this_code, gfc_code **head, gfc_code **tail) function
9840 add_code_to_chain (&this_code, &tmp_head, &tmp_tail);
9853 add_code_to_chain (&this_code, &head, &tail);
9938 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail);
9971 add_code_to_chain (&block, &head, &tail);
9984 add_code_to_chain (&this_code, &head, &tail);
9992 add_code_to_chain (&this_code, &head, &tail);

Completed in 112 milliseconds