Searched refs:this_found (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | FindExt.t | 66 my @this_found = eval "FindExt::${type}_ext()"; 67 push @found_built, @this_found; 69 compare("${type}_ext", $Config{"${type}_ext"}, @this_found);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | uninit-A.c | 55 int super_found = 0, this_found = 0; local 96 if (!this_found && !super_found && (decl = IDENTIFIER_LOCAL_VALUE (name)))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 14889 int again, super_found = 0, this_found = 0, new_array_found = 0; local 15015 this_found = 1; 15039 if (!this_found && !super_found 15068 else if (! this_found &&
|
| H A D | parse.y | 11324 int again, super_found = 0, this_found = 0, new_array_found = 0; local 11450 this_found = 1; 11474 if (!this_found && !super_found 11503 else if (! this_found &&
|
| H A D | ChangeLog | 12430 (qualify_ambiguous_name): New local variable this_found. Now
|