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

  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 2349 cgraph_node *first_function_with_gimple_body (void);
3044 symbol_table::first_function_with_gimple_body (void) function in class:symbol_table
3089 for ((node) = symtab->first_function_with_gimple_body (); (node); \
  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 2352 cgraph_node *first_function_with_gimple_body (void);
3047 symbol_table::first_function_with_gimple_body (void) function in class:symbol_table
3092 for ((node) = symtab->first_function_with_gimple_body (); (node); \

Completed in 28 milliseconds