Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcgraphunit.c698 bool error_found = false; in verify_cgraph_node() local
709 error_found = true; in verify_cgraph_node()
714 error_found = true; in verify_cgraph_node()
721 error_found = true; in verify_cgraph_node()
730 error_found = true; in verify_cgraph_node()
735 error_found = true; in verify_cgraph_node()
742 error_found = true; in verify_cgraph_node()
748 error_found = true; in verify_cgraph_node()
753 error_found = true; in verify_cgraph_node()
763 error_found = true; in verify_cgraph_node()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c9155 int error_found; in java_complete_class() local
9213 error_found = 0; in java_complete_class()
9231 error_found = 1; in java_complete_class()
9238 if (!error_found) in java_complete_class()
10315 int error_found; in process_imports() local
10337 error_found = in process_imports()
10358 error_found = 1; in process_imports()
10362 if (error_found) in process_imports()
16363 int error_found = 0; local
16404 error_found = 1;
[all …]
H A Dparse.y5590 int error_found; in java_complete_class() local
5648 error_found = 0; in java_complete_class()
5666 error_found = 1; in java_complete_class()
5673 if (!error_found) in java_complete_class()
6750 int error_found; in process_imports() local
6772 error_found = in process_imports()
6793 error_found = 1; in process_imports()
6797 if (error_found) in process_imports()
12798 int error_found = 0; local
12839 error_found = 1;
[all …]
H A DChangeLog2319 error_found, set when appropriate and used to decide whether to
12548 (process_imports): error_found local variable doesn't need to be
12804 (process_imports): Simply assign error_found to the value returned