Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.h722 extern bool currently_expanding_function_start;
Dfunction.cc5081 bool currently_expanding_function_start; variable
5085 currently_expanding_function_start = true; in expand_function_start()
5280 currently_expanding_function_start = false; in expand_function_start()
DChangeLog4481 * function.cc (currently_expanding_function_start): New variable.
4483 currently_expanding_function_start.
4484 * function.h (currently_expanding_function_start): Declare.