Home
last modified time | relevance | path

Searched refs:next_function_with_gimple_body (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraph.h2382 inline cgraph_node *next_function_with_gimple_body (cgraph_node *node);
3079 symbol_table::next_function_with_gimple_body (cgraph_node *node) in next_function_with_gimple_body() function
3122 (node) = symtab->next_function_with_gimple_body (node))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraph.h2352 inline cgraph_node *next_function_with_gimple_body (cgraph_node *node);
3058 symbol_table::next_function_with_gimple_body (cgraph_node *node) in next_function_with_gimple_body() function
3090 (node) = symtab->next_function_with_gimple_body (node))
H A DChangeLog-201425432 (cgraph_node *next_function_with_gimple_body (cgraph_node *node)):