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

/freebsd-12-stable/contrib/gcc/
H A Dc-common.h544 extern int flag_new_for_scope;
H A Dc-opts.c696 flag_new_for_scope = value;
H A Dc-common.c416 int flag_new_for_scope = 1;
415 int flag_new_for_scope = 1; variable
/freebsd-12-stable/contrib/gcc/cp/
H A Dsemantics.c827 if (flag_new_for_scope > 0)
896 if (flag_new_for_scope > 0)
H A Ddecl.c608 ended. We only use the new rules if flag_new_for_scope is
611 = current_binding_level->kind == sk_for && flag_new_for_scope == 1;
H A Dparser.c18720 if (flag_new_for_scope > 0)

Completed in 133 milliseconds