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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 2325 inline varpool_node *next_variable (varpool_node *node);
2911 symbol_table::next_variable (varpool_node *node) function in class:symbol_table
2923 (node) = symtab->next_variable ((node)))
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 2322 inline varpool_node *next_variable (varpool_node *node);
2908 symbol_table::next_variable (varpool_node *node) function in class:symbol_table
2920 (node) = symtab->next_variable ((node)))

Completed in 23 milliseconds