Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/third_party/glslang/Test/
D400.vert76 foo3(f, u); // ERROR, ambiguous
77 foo3(f, i); // ERROR, ambiguous
78 foo3(f, f); // ERROR, ambiguous
81 foo3(u, u); // ERROR, ambiguous
82 foo3(u, i); // ERROR, ambiguous
83 foo3(u, f); // ERROR, ambiguous
86 foo3(i, u); // ERROR, ambiguous
87 foo3(i, i); // ERROR, ambiguous
88 foo3(i, f); // ERROR, ambiguous
Dhlsl.params.default.negative.frag21 // These should not be ambiguous if given either an int or a float explicit second parameter.
40 return fn1(100) + // ERROR: ambiguous
47 fn2(112) + // ERROR: ambiguous
/third_party/toybox/toys/posix/
Dlogger.c35 int try, i, matchlen = 0, found = -1, ambiguous = 1; in arrayfind() local
40 if (matchlen<i) found = try, ambiguous = 0; in arrayfind()
41 if (matchlen==i) ambiguous++; in arrayfind()
49 return ambiguous ? -1 : found; in arrayfind()
/third_party/boost/libs/date_time/test/posix_time/
Dtestdst_rules.cpp89 us_dst_local::local_is_dst(t7.date(),t7.time_of_day())==boost::date_time::ambiguous); in main()
91 us_dst_local::local_is_dst(t8.date(),t8.time_of_day())==boost::date_time::ambiguous); in main()
172 check("check southern boundary-ambiguous", a8==boost::date_time::ambiguous); in main()
178 check("check southern boundary-ambiguous", a9==boost::date_time::ambiguous); in main()
214 us_dst_calc2::local_is_dst(t7.date(),t7.time_of_day())==boost::date_time::ambiguous); in main()
216 us_dst_calc2::local_is_dst(t8.date(),t8.time_of_day())==boost::date_time::ambiguous); in main()
284 …u_dst_calc::local_is_dst(eu_amgbig1.date(),eu_amgbig1.time_of_day())==boost::date_time::ambiguous); in main()
286 …u_dst_calc::local_is_dst(eu_amgbig2.date(),eu_amgbig2.time_of_day())==boost::date_time::ambiguous); in main()
332 …k_dst_calc::local_is_dst(uk_amgbig1.date(),uk_amgbig1.time_of_day())==boost::date_time::ambiguous); in main()
334 …k_dst_calc::local_is_dst(uk_amgbig2.date(),uk_amgbig2.time_of_day())==boost::date_time::ambiguous); in main()
[all …]
/third_party/boost/boost/date_time/
Dlocal_time_adjustor.hpp119 case ambiguous: { in utc_to_local_offset()
123 if (dst_flag == ambiguous) { in utc_to_local_offset()
152 case ambiguous: return utc_offset_rules::local_to_utc_base_offset(); in local_to_utc_offset()
Ddst_rules.hpp25 ambiguous, invalid_time_label}; enumerator
85 return ambiguous; in process_local_dst_end_day()
/third_party/gettext/gettext-tools/src/
Dxg-arglist-parser.c284 bool ambiguous = false; in arglist_parser_done() local
300 ambiguous = true; in arglist_parser_done()
324 ambiguous = true; in arglist_parser_done()
343 ambiguous = true; in arglist_parser_done()
355 ambiguous = true; in arglist_parser_done()
374 ambiguous = true; in arglist_parser_done()
382 if (ambiguous) in arglist_parser_done()
/third_party/boost/boost/date_time/local_time/
Dlocal_date_time.hpp51 using date_time::ambiguous;
121 else if(result != ambiguous && in_dst != dst_flag){ in local_date_time_base()
151 if(result == ambiguous) { in local_date_time_base()
247 case ambiguous: in is_dst()
/third_party/python/Doc/library/
Dtabnanny.rst1 :mod:`tabnanny` --- Detection of ambiguous indentation
51 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
/third_party/boost/libs/type_traits/doc/
Dis_convertible.qbk26 This template will also produce compiler errors if the conversion is ambiguous,
33 // This produces a compiler error, the conversion is ambiguous:
/third_party/typescript/tests/baselines/reference/
DVariableDeclaration13_es6.types3 // that would make it ambiguous with a `let` LexicalDeclaration whose first LexicalBinding was an A…
DVariableDeclaration13_es6.symbols3 // that would make it ambiguous with a `let` LexicalDeclaration whose first LexicalBinding was an A…
DVariableDeclaration13_es6.errors.txt8 …// that would make it ambiguous with a `let` LexicalDeclaration whose first LexicalBinding was an …
DambiguousGenericAssertion1.errors.txt12 var r3 = <<T>(x: T) => T>f; // ambiguous, appears to the parser as a << operation
DambiguousGenericAssertion1.types19 var r3 = <<T>(x: T) => T>f; // ambiguous, appears to the parser as a << operation
/third_party/glslang/Test/baseResults/
D400.vert.out6 ERROR: 0:76: 'foo3' : ambiguous best function under implicit type conversion
7 ERROR: 0:77: 'foo3' : ambiguous best function under implicit type conversion
8 ERROR: 0:78: 'foo3' : ambiguous best function under implicit type conversion
9 ERROR: 0:81: 'foo3' : ambiguous best function under implicit type conversion
10 ERROR: 0:82: 'foo3' : ambiguous best function under implicit type conversion
11 ERROR: 0:83: 'foo3' : ambiguous best function under implicit type conversion
12 ERROR: 0:86: 'foo3' : ambiguous best function under implicit type conversion
13 ERROR: 0:87: 'foo3' : ambiguous best function under implicit type conversion
14 ERROR: 0:88: 'foo3' : ambiguous best function under implicit type conversion
/third_party/openssl/doc/man3/
DASN1_INTEGER_get_int64.pod49 NULL and -1 on error (which is ambiguous because -1 is a legitimate value for
90 The ambiguous return values of ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
92 compatibility. Normally the ambiguous return values are not legitimate
/third_party/curl/tests/data/
Dtest92427 SMTP ambiguous VRFY
/third_party/boost/libs/numeric/interval/examples/
DJamfile.v212 : [ compile filter.cpp : <build>yes <toolset>msvc-10.0:<build>no ] # ambiguous sin()
/third_party/boost/libs/config/test/
Dboost_no_adl_barrier.ipp29 begin(a); // ambiguous error in msvc-9.0
Dboost_no_char32_t.ipp18 // be ambiguous if char16_t is just a typedef.
Dboost_no_char16_t.ipp19 // be ambiguous if char16_t is just a typedef.
/third_party/python/Doc/c-api/
Dcapsule.rst77 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
87 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
97 code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
/third_party/boost/libs/iterator/doc/
Dindirect_reference_ref.rst15 ambiguous nor shall it violate access control, and
/third_party/boost/libs/geometry/doc/reference/core/
Dset_point.qbk11 …td:: library namespace and boost::geometry:: namespace set might become ambiguous, std::set is a c…

12345678910>>...14