Searched refs:after_function_constants (Results 1 – 2 of 2) sorted by relevance
2514 static struct deferred_constant *after_function_constants; variable2558 for (p = after_function_constants; p; p = next) in output_after_function_constants()2565 after_function_constants = 0; in output_after_function_constants()2776 p->next = after_function_constants;2777 after_function_constants = p;
8038 (after_function_constants): New static variable.