Home
last modified time | relevance | path

Searched refs:this_found (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/t/porting/
H A DFindExt.t66 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 Duninit-A.c55 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 Dparse.c14889 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 Dparse.y11324 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 DChangeLog12430 (qualify_ambiguous_name): New local variable this_found. Now