Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dcfgexpand.c1765 parent = get_containing_scope (parent)) in tree_expand_cfg()
H A Dtree.c5880 get_containing_scope (tree t) in get_containing_scope() function
5914 context = get_containing_scope (context); in decl_function_context()
H A Dtree.h4230 extern tree get_containing_scope (tree);
H A DChangeLog-19992932 * 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.