Home
last modified time | relevance | path

Searched refs:ref_found (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDcgraph.c3341 bool ref_found = false; in verify_node() local
3358 else if (ref_found) in verify_node()
3364 ref_found = true; in verify_node()
3365 if (!ref_found) in verify_node()
3402 bool ref_found = false; in verify_node() local
3409 if (ref_found) in verify_node()
3419 ref_found = true; in verify_node()
3422 if (!ref_found) in verify_node()
/dragonfly/contrib/gcc-4.7/gcc/
HDcgraphunit.c664 bool ref_found = false; in verify_cgraph_node() local
679 else if (ref_found) in verify_cgraph_node()
685 ref_found = true; in verify_cgraph_node()
686 if (!ref_found) in verify_cgraph_node()