HomeSort by: relevance | last modified time | path
    Searched defs:next_defined_function (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 2343 inline cgraph_node *next_defined_function (cgraph_node *node);
3006 symbol_table::next_defined_function (cgraph_node *node) function in class:symbol_table
3021 (node) = symtab->next_defined_function ((node)))
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 2340 inline cgraph_node *next_defined_function (cgraph_node *node);
3003 symbol_table::next_defined_function (cgraph_node *node) function in class:symbol_table
3018 (node) = symtab->next_defined_function ((node)))

Completed in 20 milliseconds