Home
last modified time | relevance | path

Searched refs:get_containing_scope (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcfgexpand.c1784 parent = get_containing_scope (parent)) in tree_expand_cfg()
H A Dtree.c5849 get_containing_scope (tree t) in get_containing_scope() function
5883 context = get_containing_scope (context); in decl_function_context()
H A Dtree.h4142 extern tree get_containing_scope (tree);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c2470 parent = get_containing_scope (parent))
2603 parent = get_containing_scope (parent))
H A Dtree.c4200 get_containing_scope (t) in get_containing_scope() function
4239 context = get_containing_scope (context);
H A Dtree.h2763 extern tree get_containing_scope PARAMS ((tree));
H A DChangeLog.22932 * tree.h (get_containing_scope): Declare it.
2933 * tree.c (get_containing_scope): New fucntion.
2935 * toplev.c (rest_of_compilation): Use get_containing_scope.