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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c364 static GTY(()) struct c_scope *current_function_scope;
661 current_scope->outer_function = current_function_scope;
662 current_function_scope = current_scope;
917 current_function_scope = scope->outer_function;
2543 will be nonnull but current_function_scope will be null. */
2544 scope = current_function_scope ? current_function_scope : current_scope;
2600 bind (name, label, current_function_scope,
2677 bind (name, label, current_function_scope,
2885 && (!errorcount || current_function_scope))
362 static GTY(()) struct c_scope *current_function_scope; variable in typeref:struct:c_scope
[all...]

Completed in 103 milliseconds