Searched refs:seen (Results 1 - 25 of 50) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr34003-2.c7 int seen = 0; variable
11 ++seen;
17 if (bar () != 1 || seen != 1)
H A Duninit-10-O0.c18 char seen; member in struct:operand_data
H A Duninit-10.c18 char seen; member in struct:operand_data
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dcompact-eh-err1.l2 .*:20: Error: .cfi_inline_lsda seen for frame without .cfi_lsda
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dattr-arch-directive-1.s1 # .arch directives override previous attributes before instructions are seen.
H A Dattr-arch-directive-3.s1 # .arch directives merge attributes after instructions are seen.
H A Dattr-arch-directive-2.s2 # are seen, but not after.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dva-arg-pack-1.C14 char seen[20]; variable
28 if (x < 0 || x >= 20 || seen[x])
30 seen[x] = ++cnt;
82 if (x < 0 || x >= 20 || seen[x])
84 seen[x] = ++cnt | 64;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-pack-1.c12 char seen[20]; variable
26 if (x < 0 || x >= 20 || seen[x])
28 seen[x] = ++cnt;
80 if (x < 0 || x >= 20 || seen[x])
82 seen[x] = ++cnt | 64;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dva-arg-pack-1.c14 char seen[20]; variable
28 if (x < 0 || x >= 20 || seen[x])
30 seen[x] = ++cnt;
82 if (x < 0 || x >= 20 || seen[x])
84 seen[x] = ++cnt | 64;
/haiku-buildtools/binutils/libiberty/
H A Drust-demangle.c149 char seen[16]; local
157 memset (seen, 0, sizeof(seen));
160 seen[*str - '0'] = 1;
162 seen[*str - 'a' + 10] = 1;
166 /* Count how many distinct digits seen */
169 if (seen[i])
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr23478.C198 bool seen = false; local
207 seen = true;
209 if (!seen)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Ddoubleselect.go50 seen := make(map[int]bool)
53 if _, ok := seen[v]; ok {
57 seen[v] = true
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenoutput.c448 static char seen[MAX_MAX_OPERANDS];
475 if (seen[opno])
478 seen[opno] = 1;
501 if (seen[opno])
504 seen[opno] = 1;
528 if (seen[opno])
531 seen[opno] = 1;
703 /* Build up the list in the same order as the insns are seen
722 memset (seen, 0, sizeof seen);
444 static char seen[MAX_MAX_OPERANDS]; variable
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcfgloopmanip.c326 sbitmap seen; local
365 seen = sbitmap_alloc (last_basic_block_for_fn (cfun));
366 bitmap_clear (seen);
370 bitmap_set_bit (seen, rem_bbs[i]->index);
374 && !bitmap_bit_p (seen, ae->dest->index)
386 && !bitmap_bit_p (seen, ae->dest->index))
388 bitmap_set_bit (seen, ae->dest->index);
410 bitmap_clear (seen);
416 if (bitmap_bit_p (seen, bb->index))
418 bitmap_set_bit (seen, b
636 sbitmap seen; local
[all...]
H A Dgenoutput.c135 char seen;
480 if (d->operand[opno].seen)
483 d->operand[opno].seen = 1;
501 if (d->operand[opno].seen)
504 d->operand[opno].seen = 1;
523 if (d->operand[opno].seen)
526 d->operand[opno].seen = 1;
877 if (d->operand[i].seen == 0)
918 /* Build up the list in the same order as the insns are seen
959 /* Build up the list in the same order as the insns are seen
134 char seen; member in struct:operand_data
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-8m.d10 # bug. When one input-section (seen in mmo.c as a chunk of data to
H A Dlocal1.d10 # (different meaning of "local" than for symbol), which can be seen as
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dsec-8m.d10 # bug. When one input-section (seen in mmo.c as a chunk of data to
H A Dlocal1.d10 # (different meaning of "local" than for symbol), which can be seen as
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Doperand-err-1.s15 ; These two could be seen useful in extreme cases, but those
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Doperand-err-1.s15 ; These two could be seen useful in extreme cases, but those
/haiku-buildtools/autoconf/lib/Autom4te/
H A DGeneral.pm331 my %seen = ();
334 if (! exists $seen{$item})
336 $seen{$item} = 1;
/haiku-buildtools/legacy/gcc/libio/dbz/
H A Ddbz.c267 int seen; /* have we examined current location? */ member in struct:searcher
1297 sp->seen = 0;
1318 if (sp->seen) {
1327 sp->seen = 1; /* now looking at current location */
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc7163 std::vector<Named_type*> seen; local
7164 seen.reserve(inherit.size());
7193 for (q = seen.begin(); q != seen.end(); ++q)
7201 if (q != seen.end())
7203 seen.push_back(nt);
8362 // circular type definitions, which are invalid but may be seen here.
8387 // circular type definitions, which are invalid but may be seen here.
9303 std::vector<const Named_type*> seen; local
9304 Type::add_methods_for_type(type, NULL, 0, false, false, &seen, *all_method
9322 add_methods_for_type(const Type* type, const Method::Field_indexes* field_indexes, unsigned int depth, bool is_embedded_pointer, bool needs_stub_method, std::vector<const Named_type*>* seen, Methods* methods) argument
9403 add_embedded_methods_for_type(const Type* type, const Method::Field_indexes* field_indexes, unsigned int depth, bool is_embedded_pointer, bool needs_stub_method, std::vector<const Named_type*>* seen, Methods* methods) argument
9805 std::vector<const Named_type*> seen; local
9921 find_field_or_method(const Type* type, const std::string& name, bool receiver_can_be_pointer, std::vector<const Named_type*>* seen, int* level, bool* is_method, bool* found_pointer_method, std::string* ambig1, std::string* ambig2) argument
10122 is_unexported_field_or_method(Gogo* gogo, const Type* type, const std::string& name, std::vector<const Named_type*>* seen) argument
[all...]

Completed in 340 milliseconds

12