Home
last modified time | relevance | path

Searched refs:after_function_constants (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c2514 static struct deferred_constant *after_function_constants; variable
2558 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;
H A DFSFChangeLog.118038 (after_function_constants): New static variable.