Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcfgexpand.c1765 parent = get_containing_scope (parent)) in tree_expand_cfg()
HDtree.c5880 get_containing_scope (tree t) in get_containing_scope() function
5914 context = get_containing_scope (context); in decl_function_context()
HDtree.h4230 extern tree get_containing_scope (tree);
HDChangeLog-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.