HomeSort by relevance Sort by last modified time
    Searched refs:ambiguous (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 83 void ambiguous(int, double); // expected-note {{candidate}}
84 void ambiguous(double, int); // expected-note {{candidate}}
85 ambiguous({0}, {0}); // expected-error {{ambiguous}}
cxx0x-initializer-stdinitializerlist.cpp 89 void ambiguous(std::initializer_list<A>); // expected-note {{candidate}}
90 void ambiguous(std::initializer_list<B>); // expected-note {{candidate}}
91 ambiguous({ {1, 2}, {2, 3}, {3, 4} }); // expected-error {{ambiguous}}
98 ov2({1, 2, D()}); // expected-error {{ambiguous}}
cxx1y-variable-templates_top_level.cpp 203 namespace ambiguous { namespace in namespace:explicit_specialization
215 int a = pi2<int,int>; // expected-error {{ambiguous partial specializations of 'pi2<int, int>'}}
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug412.go 15 return t.x // GC_ERROR "ambiguous selector t.x"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug412.go 15 return t.x // GC_ERROR "ambiguous selector t.x"
  /external/bison/lib/
argmatch.c 75 or -2 if it is ambiguous (is a prefix of more than one element).
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */
114 ambiguous = true;
119 if (ambiguous)
135 : _("ambiguous argument %s for %s"));
89 bool ambiguous = false; \/* If true, multiple nonexact match(es). *\/ local
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8428.go 6 // versions of Clang that emit ambiguous DWARF info. See issue 8611.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8428.go 6 // versions of Clang that emit ambiguous DWARF info. See issue 8611.
  /build/make/core/
device.mk 66 $(error Device "$(dn)" ambiguous: matches $(d)) \
product.mk 241 $(error Product "$(pn)" ambiguous: matches $(p)) \
product_config.mk 241 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
fpa-mem.s 28 # Test mnemonic that is ambiguous between infix and suffic
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-regprefix-1.s 5 ; Ambiguous. Depends on default.
12 ; Non-ambiguous, with a prefix.
  /external/clang/test/Sema/
overloadable.c 109 void (*ambiguous)(int *) = &foo; // expected-error{{initializing 'void (*)(int *)' with an expression of incompatible type '<overloaded function type>'}} expected-note@105{{candidate function}} expected-note@106{{candidate function}}
  /toolchain/binutils/binutils-2.25/gold/
script.h 242 // 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
script.cc     [all...]
  /external/libvterm/src/
unicode.c 31 * terminal shall use. For characters in the East Asian Ambiguous (A)
234 * Ambiguous (A) category as defined in Unicode Technical Report #11
242 /* sorted list of non-overlapping intervals of East Asian Ambiguous
244 static const struct interval ambiguous[] = { local
300 if (bisearch(ucs, ambiguous,
301 sizeof(ambiguous) / sizeof(struct interval) - 1))
  /prebuilts/go/darwin-x86/src/html/template/
error.go 47 // ErrAmbigContext: "... appears in an ambiguous context within a URL"
58 // {{.X}} is in an ambiguous URL context since, depending on {{.C}},
84 // The example is ambiguous since {{.X}} might be an HTML text node,
  /prebuilts/go/linux-x86/src/html/template/
error.go 47 // ErrAmbigContext: "... appears in an ambiguous context within a URL"
58 // {{.X}} is in an ambiguous URL context since, depending on {{.C}},
84 // The example is ambiguous since {{.X}} might be an HTML text node,
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
plan9.go 167 MTSPR: "MOVD", MFSPR: "MOVD", // the width is ambiguous for SPRs
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
width.go 59 // narrow that map to a wide or ambiguous counterpart, plus U+20A9 ? WON
64 // classified as Ambiguous, rather than wide (e.g. U+2190).
201 // - Treat Ambiguous runes that have a halfwidth counterpart as wide, or some
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
plan9.go 167 MTSPR: "MOVD", MFSPR: "MOVD", // the width is ambiguous for SPRs
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
width.go 59 // narrow that map to a wide or ambiguous counterpart, plus U+20A9 ? WON
64 // classified as Ambiguous, rather than wide (e.g. U+2190).
201 // - Treat Ambiguous runes that have a halfwidth counterpart as wide, or some
  /external/bison/data/
glr.c     [all...]

Completed in 1126 milliseconds

1 2 3