| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cgraph.cc | 3205 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 D | symtab.cc | 1101 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 D | tree.cc | 13684 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 D | value-prof.cc | 486 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 D | cgraphunit.cc | 2374 bool error_found = false; in compile() local 2380 error_found = true; in compile() 2383 if (error_found) in compile()
|
| H A D | ChangeLog.tree-ssa | 4010 * cgraphunit.c (error_found): New static variable.
|
| H A D | ChangeLog-2009 | 709 (verify_cgraph_node): Add missing error_found = true code.
|
| H A D | ChangeLog-2011 | 37167 Set error_found for incorrectly represented calls to thunks.
|
| H A D | ChangeLog-2004 | 36776 (error_found): New static variable.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cgraph.c | 3142 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 D | symtab.c | 1057 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 D | tree.c | 14433 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 D | value-prof.c | 465 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 D | cgraphunit.c | 2859 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 D | trans-openmp.cc | 7589 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 D | expr.cc | 5612 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 D | expr.c | 5572 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()
|