Searched refs:cgn (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-gimplify.c148 struct cgraph_node *cgn; local
178 cgn = cgraph_node::get_create (fndecl);
179 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested)
180 c_genericize (cgn->decl);
/haiku-buildtools/gcc/gcc/
H A Dtree-nested.c734 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
737 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested)
739 for (arg = DECL_ARGUMENTS (cgn->decl); arg; arg = DECL_CHAIN (arg))
743 if (check_for_nested_with_variably_modified (cgn->decl,
755 create_nesting_tree (struct cgraph_node *cgn) argument
762 info->context = cgn
3032 struct cgraph_node *cgn; local
[all...]
H A Dgimplify.c867 struct cgraph_node *cgn = cgraph_node::get (fndecl);
879 if (cgn)
880 for (cgn = cgn->nested; cgn; cgn = cgn->next_nested)
881 unshare_body (cgn->decl);
916 struct cgraph_node *cgn = cgraph_node::get (fndecl);
922 if (cgn)
866 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
915 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
9222 struct cgraph_node *cgn; local
[all...]

Completed in 62 milliseconds