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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c206 #define B_IN_CURRENT_SCOPE(b) ((b)->depth == current_scope->depth)
398 Being in the file scope (current_scope == file_scope) causes
489 static GTY(()) struct c_scope *current_scope;
776 to insert this binding. Normally, scope == current_scope and
902 p->scope = current_scope;
903 p->bindings_in_scope = current_scope->bindings;
942 return current_scope;
954 for (scope = current_scope;
972 return current_scope == file_scope;
983 return (current_scope
487 static GTY(()) struct c_scope *current_scope; variable in typeref:struct:c_scope
9387 bind (DECL_NAME (decl), decl, current_scope, local
9405 bind (DECL_NAME (decl), decl, current_scope, local
9829 bind (DECL_NAME (p), p, current_scope, local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc215 #define B_IN_CURRENT_SCOPE(b) ((b)->depth == current_scope->depth)
407 Being in the file scope (current_scope == file_scope) causes
498 static GTY(()) struct c_scope *current_scope;
785 to insert this binding. Normally, scope == current_scope and
911 p->scope = current_scope;
912 p->bindings_in_scope = current_scope->bindings;
951 return current_scope;
963 for (scope = current_scope;
981 return current_scope == file_scope;
992 return (current_scope
496 static GTY(()) struct c_scope *current_scope; variable in typeref:struct:c_scope
9767 bind (DECL_NAME (decl), decl, current_scope, local
9787 bind (DECL_NAME (decl), decl, current_scope, local
10211 bind (DECL_NAME (p), p, current_scope, local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c363 current_scope (void)
405 tree cs = current_scope ();
418 tree cs = current_scope ();
427 tree cs = current_scope ();
1594 scope = current_scope ();
362 current_scope (void) function
H A Dlambda.c1006 /* Like current_scope, but looking through lambdas. */
1011 tree scope = current_scope ();
H A Dname-lookup.c4166 tree outer = current_scope ();
4618 tree current = current_scope ();
5076 DECL_CONTEXT (alias) = FROB_CONTEXT (current_scope ());
H A Dcoroutines.cc4420 DECL_CONTEXT (TYPE_NAME (coro_frame_type)) = current_scope ();
5132 DECL_CONTEXT (gro) = current_scope ();
H A Dpt.c717 tree scope = current_scope ();
825 if (current_scope() != DECL_CONTEXT (tmpl)
5697 ctx = current_scope ();
28099 if (TYPE_P (current_scope()) || !DECL_NAMESPACE_SCOPE_P (current_scope ()))
28107 DECL_CONTEXT (decl) = current_scope ();
H A Dclass.c389 && current_scope () != current_function_decl)
7849 if (current_scope () != current_function_decl
H A Dcp-tree.h4936 && processing_template_decl > template_class_depth (current_scope ()))
7109 extern tree current_scope (void);
H A Ddecl.c5067 || current_scope () != current_class_type))
10077 scope = current_scope ();
15976 context = current_scope ();
H A Dsemantics.c2010 tree cs = current_scope ();
H A Dparser.c19145 prev_scope = current_scope ();
24466 scope = current_scope ();
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc398 current_scope (void)
440 tree cs = current_scope ();
453 tree cs = current_scope ();
462 tree cs = current_scope ();
1610 scope = current_scope ();
397 current_scope (void) function
H A Dlambda.cc1005 /* Like current_scope, but looking through lambdas. */
1010 tree scope = current_scope ();
H A Dname-lookup.cc5110 tree outer = current_scope ();
5531 tree current = current_scope ();
6110 DECL_CONTEXT (alias) = FROB_CONTEXT (current_scope ());
H A Dpt.cc734 tree scope = current_scope ();
842 if (current_scope() != DECL_CONTEXT (tmpl)
5832 ctx = current_scope ();
6170 DECL_CHAIN (tmpl) = current_scope ();
29051 if (TYPE_P (current_scope()) || !DECL_NAMESPACE_SCOPE_P (current_scope ()))
29065 DECL_CONTEXT (decl) = current_scope ();
H A Dclass.cc400 && current_scope () != current_function_decl)
7952 if (current_scope () != current_function_decl
H A Dcp-tree.h5186 && current_template_depth > template_class_depth (current_scope ()))
7514 extern tree current_scope (void);
H A Dcoroutines.cc4462 DECL_CONTEXT (TYPE_NAME (coro_frame_type)) = current_scope ();
H A Ddecl.cc5397 || current_scope () != current_class_type))
10134 bool block_local = TREE_CODE (current_scope ()) == FUNCTION_DECL;
10708 scope = current_scope ();
16800 context = current_scope ();
H A Dmodule.cc18658 gcc_assert (global_namespace == current_scope () && loadedness == ML_NONE);
18956 gcc_assert (global_namespace == current_scope ());
H A Dparser.cc14636 else if (current_scope () != global_namespace)
20771 prev_scope = current_scope ();
26467 scope = current_scope ();
[all...]
H A Dsemantics.cc348 tree cs = current_scope ();
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc279 && current_scope () == current_function_decl;
846 gcc_assert (TYPE_CONTEXT (type) == FROB_CONTEXT (current_scope ()));
859 gcc_assert (DECL_CONTEXT (fndecl) == FROB_CONTEXT (current_scope ()));
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc120 && current_scope () == current_function_decl;
686 gcc_assert (TYPE_CONTEXT (type) == FROB_CONTEXT (current_scope ()));
699 gcc_assert (DECL_CONTEXT (fndecl) == FROB_CONTEXT (current_scope ()));

Completed in 1283 milliseconds