Home
last modified time | relevance | path

Searched refs:next_nested_function (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-nested.h76 next_nested_function (cgraph_node *node) in next_nested_function() function
Dtree-nested.cc921 cgn = next_nested_function (cgn)) in check_for_nested_with_variably_modified()
950 cgn = next_nested_function (cgn)) in create_nesting_tree()
3710 iter = next_nested_function (iter)) in gimplify_all_functions()
Domp-offload.cc359 cgn; cgn = next_nested_function (cgn)) in omp_discover_implicit_declare_target()
Dcgraph.cc3872 n = next_nested_function (n)) in verify_node()
Dgimplify.cc975 cgn = next_nested_function (cgn)) in unshare_body()
1019 cgn; cgn = next_nested_function (cgn)) in unvisit_body()
DChangeLog-20208495 (next_nested_function): New inline function.