Searched refs:ambiguous (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dinterface_1.f9010 ! identifies ambiguous as being ambiguous.
12 interface ambiguous
29 interface ambiguous
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug412.go15 return t.x // GC_ERROR "ambiguous selector t.x"
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dfpa-mem.s28 # Test mnemonic that is ambiguous between infix and suffic
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drd-regprefix-1.s12 ; Non-ambiguous, with a prefix.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dfpa-mem.s28 # Test mnemonic that is ambiguous between infix and suffic
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drd-regprefix-1.s12 ; Non-ambiguous, with a prefix.
/haiku-buildtools/gcc/gcc/cp/
H A Dsearch.c93 bool ambiguous; /* Found multiply ambiguous */
133 /* This is immediately ambiguous. */
135 data->ambiguous = true;
190 If the base is inaccessible, or ambiguous, then error_mark_node is
240 data.ambiguous = data.via_virtual = false;
248 bk = data.ambiguous ? bk_ambig : bk_not_base;
271 error ("%qT is an ambiguous base of %qT", base, t);
972 /* If non-NULL, the lookup was ambiguous, and this is a list of the member in struct:lookup_field_info
974 tree ambiguous;
91 bool ambiguous; /* Found multiply ambiguous */ member in struct:lookup_base_data_s
[all...]
H A Dsemantics.c3535 error ("request for member %qD is ambiguous in "
4831 vec<tree> ambiguous = vNULL;
4835 ambiguousp = &ambiguous;
4854 if (ambiguousp != &ambiguous)
4856 if (!ambiguous.is_empty ())
4861 error_at (loc, "user defined reduction lookup is ambiguous");
4862 FOR_EACH_VEC_ELT (ambiguous, idx, udr)
4868 ambiguous.release ();
4830 vec<tree> ambiguous = vNULL; local
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc231 // This is unfortunately ambiguous between old GNU extension
273 // This is ambiguous, so check the smaller size of char * (if it is
/haiku-buildtools/binutils/gold/
H A Dscript.h242 // which is ambiguous. We warn about that case by storing the
248 : real(r), is_global(ig), expression(e), ambiguous(NULL)
260 const Version_tree* ambiguous; member in struct:gold::Version_script_info::Version_tree_match
H A Dscript.cc2071 // Unfortunately, in practice, version scripts are ambiguous, and list
2218 // This is an ambiguous match. We still return the
2222 if (vtm.ambiguous == NULL)
2223 vtm.ambiguous = v;
2345 if (vtm.ambiguous != NULL)
2349 vtm.ambiguous->tag.c_str());
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsearch.c268 it isn't, return 0. If it is, but the derivation is MI-ambiguous
309 cp_error ("type `%T' is ambiguous base class for type `%T'", parent,
405 /* If we've found a non-virtual, ambiguous base class, we don't need
420 Return -2 if PARENT is an ambiguous base class of TYPE, and PROTECT is
483 /* Access restrictions don't count if we found an ambiguous basetype. */
1154 /* If non-NULL, the lookup was ambiguous, and this is a list of the member in struct:lookup_field_info
1156 tree ambiguous;
1282 lfi->ambiguous = NULL_TREE;
1304 if (!lfi->ambiguous && lfi->rval)
1309 lfi->ambiguous
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c3531 interfaces. Checking for duplicate and ambiguous interfaces has to
4383 is ambiguous. */
4390 && !st->ambiguous
4395 st->ambiguous = 1;
4415 to retain symbols ambiguous that were already so. */
4426 st->ambiguous = 0;
4862 int ambiguous = 0, j, nuse, symbol = 0; local
4993 mio_integer (&ambiguous);
5050 /* Check for ambiguous symbols. */
5052 st->ambiguous
[all...]
H A Dsymbol.c1999 gfc_error ("Symbol %qs at %C is ambiguous", sym->name);
2489 ambiguous with one another. */
2629 /* Generate an error if a symbol is ambiguous. */
2636 gfc_error ("Name %qs at %C is an ambiguous reference to %qs "
2639 gfc_error ("Name %qs at %C is an ambiguous reference to %qs "
2680 Returns nonzero if the name is ambiguous. */
2701 if (st->ambiguous && !st->n.sym->attr.generic)
2801 1 The symbol name was ambiguous
2847 if (st->ambiguous && !st->n.sym->attr.generic)
H A Dgfortran.h1571 int ambiguous; member in struct:gfc_symtree
H A Dmatch.c511 gfc_error ("Label name %qs at %C is ambiguous", name);

Completed in 381 milliseconds