Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraph.cc3205 bool error_found = false; in verify_count() local
3209 error_found = true; in verify_count()
3211 return error_found; in verify_count()
3432 bool error_found = false; in verify_node() local
3440 error_found |= verify_base (); in verify_node()
3447 error_found = true; in verify_node()
3452 error_found = true; in verify_node()
3457 error_found = true; in verify_node()
3464 error_found = true; in verify_node()
3469 error_found = true; in verify_node()
[all …]
H A Dsymtab.cc1101 bool error_found = false; in verify_base() local
1109 error_found = true; in verify_base()
1116 error_found = true; in verify_base()
1124 error_found = true; in verify_base()
1130 error_found = true; in verify_base()
1135 error_found = true; in verify_base()
1144 error_found = true; in verify_base()
1152 error_found = true; in verify_base()
1163 error_found = true; in verify_base()
1170 error_found = true; in verify_base()
[all …]
H A Dtree.cc13684 bool error_found = false; in verify_type() local
13689 error_found = true; in verify_type()
13695 error_found = true; in verify_type()
13698 error_found = true; in verify_type()
13707 error_found = true; in verify_type()
13726 error_found = true; in verify_type()
13734 error_found = true; in verify_type()
13741 error_found = true; in verify_type()
13756 error_found = true; in verify_type()
13766 error_found = true; in verify_type()
[all …]
H A Dvalue-prof.cc486 static bool error_found = false; variable
503 error_found = true; in visit_hist()
517 error_found = false; in verify_histograms()
533 error_found = true; in verify_histograms()
540 if (error_found) in verify_histograms()
H A Dcgraphunit.cc2374 bool error_found = false; in compile() local
2380 error_found = true; in compile()
2383 if (error_found) in compile()
H A DChangeLog.tree-ssa4010 * cgraphunit.c (error_found): New static variable.
H A DChangeLog-2009709 (verify_cgraph_node): Add missing error_found = true code.
H A DChangeLog-201137167 Set error_found for incorrectly represented calls to thunks.
H A DChangeLog-200436776 (error_found): New static variable.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraph.c3142 bool error_found = false; in verify_count() local
3146 error_found = true; in verify_count()
3148 return error_found; in verify_count()
3369 bool error_found = false; in verify_node() local
3377 error_found |= verify_base (); in verify_node()
3384 error_found = true; in verify_node()
3389 error_found = true; in verify_node()
3394 error_found = true; in verify_node()
3401 error_found = true; in verify_node()
3406 error_found = true; in verify_node()
[all …]
H A Dsymtab.c1057 bool error_found = false; in verify_base() local
1065 error_found = true; in verify_base()
1072 error_found = true; in verify_base()
1080 error_found = true; in verify_base()
1086 error_found = true; in verify_base()
1095 error_found = true; in verify_base()
1103 error_found = true; in verify_base()
1114 error_found = true; in verify_base()
1121 error_found = true; in verify_base()
1130 error_found = true; in verify_base()
[all …]
H A Dtree.c14433 bool error_found = false; in verify_type() local
14438 error_found = true; in verify_type()
14444 error_found = true; in verify_type()
14447 error_found = true; in verify_type()
14456 error_found = true; in verify_type()
14475 error_found = true; in verify_type()
14483 error_found = true; in verify_type()
14490 error_found = true; in verify_type()
14505 error_found = true; in verify_type()
14515 error_found = true; in verify_type()
[all …]
H A Dvalue-prof.c465 static bool error_found = false; variable
482 error_found = true; in visit_hist()
496 error_found = false; in verify_histograms()
512 error_found = true; in verify_histograms()
519 if (error_found) in verify_histograms()
H A Dcgraphunit.c2859 bool error_found = false; in compile() local
2865 error_found = true; in compile()
2868 if (error_found) in compile()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc7589 bool error_found = true; in gfc_trans_omp_declare_variant() local
7592 error_found = false; in gfc_trans_omp_declare_variant()
7600 error_found = false; in gfc_trans_omp_declare_variant()
7622 error_found = false; in gfc_trans_omp_declare_variant()
7626 if (error_found) in gfc_trans_omp_declare_variant()
H A Dexpr.cc5612 bool error_found; in gfc_expr_check_typed() local
5637 error_found = gfc_traverse_expr (e, NULL, &expr_check_typed_help, 0); in gfc_expr_check_typed()
5639 return error_found ? false : true; in gfc_expr_check_typed()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c5572 bool error_found; in gfc_expr_check_typed() local
5597 error_found = gfc_traverse_expr (e, NULL, &expr_check_typed_help, 0); in gfc_expr_check_typed()
5599 return error_found ? false : true; in gfc_expr_check_typed()