Home
last modified time | relevance | path

Searched refs:next_function (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraph.h2376 inline cgraph_node *next_function (cgraph_node *node);
3054 symbol_table::next_function (cgraph_node *node) in next_function() function
3094 (node) = symtab->next_function ((node)))
H A Dipa.c509 next = next_function (node); in remove_unreachable_nodes()
H A Dcgraphunit.c852 node = symtab->next_function (node)) in process_function_and_variable_attributes()
H A Dipa-inline.c1713 next = symtab->next_function (node); in recursive_inlining()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraph.h2346 inline cgraph_node *next_function (cgraph_node *node);
3033 symbol_table::next_function (cgraph_node *node) in next_function() function
3073 (node) = symtab->next_function ((node)))
H A Dipa.cc512 next = next_function (node); in remove_unreachable_nodes()
H A Dcgraphunit.cc859 node = symtab->next_function (node)) in process_function_and_variable_attributes()
H A Dipa-inline.cc1773 next = symtab->next_function (node); in recursive_inlining()
H A DChangeLog-201425407 (cgraph_node *next_function (cgraph_node *node)):new function