Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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 …]
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 …]
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 …]
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()
Dcgraphunit.cc2374 bool error_found = false; in compile() local
2380 error_found = true; in compile()
2383 if (error_found) in compile()
DChangeLog.tree-ssa4010 * cgraphunit.c (error_found): New static variable.
DChangeLog-2009709 (verify_cgraph_node): Add missing error_found = true code.
DChangeLog-201137167 Set error_found for incorrectly represented calls to thunks.
DChangeLog-200436776 (error_found): New static variable.