Home
last modified time | relevance | path

Searched refs:error_found (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcgraphunit.c408 bool error_found = false; in verify_edge_count_and_frequency() local
412 error_found = true; in verify_edge_count_and_frequency()
417 error_found = true; in verify_edge_count_and_frequency()
422 error_found = true; in verify_edge_count_and_frequency()
441 error_found = true; in verify_edge_count_and_frequency()
443 return error_found; in verify_edge_count_and_frequency()
498 bool error_found = false; in verify_cgraph_node() local
510 error_found = true; in verify_cgraph_node()
515 error_found = true; in verify_cgraph_node()
520 error_found = true; in verify_cgraph_node()
[all …]
H A Dvalue-prof.c364 static bool error_found = false; variable
379 error_found = true; in visit_hist()
395 error_found = false; in verify_histograms()
411 error_found = true; in verify_histograms()
419 if (error_found) in verify_histograms()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraph.c3066 bool error_found = false; in verify_count() local
3070 error_found = true; in verify_count()
3072 return error_found; in verify_count()
3143 bool error_found = false; in verify_node() local
3149 error_found |= verify_base (); in verify_node()
3156 error_found = true; in verify_node()
3161 error_found = true; in verify_node()
3166 error_found = true; in verify_node()
3171 error_found = true; in verify_node()
3176 error_found = true; in verify_node()
[all …]
H A Dsymtab.c991 bool error_found = false; in verify_base() local
999 error_found = true; in verify_base()
1006 error_found = true; in verify_base()
1014 error_found = true; in verify_base()
1020 error_found = true; in verify_base()
1029 error_found = true; in verify_base()
1037 error_found = true; in verify_base()
1046 error_found = true; in verify_base()
1059 error_found = true; in verify_base()
1066 error_found = true; in verify_base()
[all …]
H A Dtree.c13540 bool error_found = false; in verify_type() local
13545 error_found = true; in verify_type()
13551 error_found = true; in verify_type()
13554 error_found = true; in verify_type()
13563 error_found = true; in verify_type()
13581 error_found = true; in verify_type()
13589 error_found = true; in verify_type()
13596 error_found = true; in verify_type()
13611 error_found = true; in verify_type()
13621 error_found = true; in verify_type()
[all …]
H A Dvalue-prof.c496 static bool error_found = false; variable
513 error_found = true; in visit_hist()
527 error_found = false; in verify_histograms()
543 error_found = true; in verify_histograms()
550 if (error_found) in verify_histograms()
H A Dcgraphunit.c2644 bool error_found = false; in compile() local
2650 error_found = true; in compile()
2653 if (error_found) in compile()