/third_party/glslang/Test/ |
D | 400.vert | 76 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
|
D | hlsl.params.default.negative.frag | 21 // 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/ |
D | logger.c | 35 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/ |
D | testdst_rules.cpp | 89 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/ |
D | local_time_adjustor.hpp | 119 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()
|
D | dst_rules.hpp | 25 ambiguous, invalid_time_label}; enumerator 85 return ambiguous; in process_local_dst_end_day()
|
/third_party/gettext/gettext-tools/src/ |
D | xg-arglist-parser.c | 284 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/ |
D | local_date_time.hpp | 51 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/ |
D | tabnanny.rst | 1 :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/ |
D | is_convertible.qbk | 26 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/ |
D | VariableDeclaration13_es6.types | 3 // that would make it ambiguous with a `let` LexicalDeclaration whose first LexicalBinding was an A…
|
D | VariableDeclaration13_es6.symbols | 3 // that would make it ambiguous with a `let` LexicalDeclaration whose first LexicalBinding was an A…
|
D | VariableDeclaration13_es6.errors.txt | 8 …// that would make it ambiguous with a `let` LexicalDeclaration whose first LexicalBinding was an …
|
D | ambiguousGenericAssertion1.errors.txt | 12 var r3 = <<T>(x: T) => T>f; // ambiguous, appears to the parser as a << operation
|
D | ambiguousGenericAssertion1.types | 19 var r3 = <<T>(x: T) => T>f; // ambiguous, appears to the parser as a << operation
|
/third_party/glslang/Test/baseResults/ |
D | 400.vert.out | 6 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/ |
D | ASN1_INTEGER_get_int64.pod | 49 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/ |
D | test924 | 27 SMTP ambiguous VRFY
|
/third_party/boost/libs/numeric/interval/examples/ |
D | Jamfile.v2 | 12 : [ compile filter.cpp : <build>yes <toolset>msvc-10.0:<build>no ] # ambiguous sin()
|
/third_party/boost/libs/config/test/ |
D | boost_no_adl_barrier.ipp | 29 begin(a); // ambiguous error in msvc-9.0
|
D | boost_no_char32_t.ipp | 18 // be ambiguous if char16_t is just a typedef.
|
D | boost_no_char16_t.ipp | 19 // be ambiguous if char16_t is just a typedef.
|
/third_party/python/Doc/c-api/ |
D | capsule.rst | 77 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/ |
D | indirect_reference_ref.rst | 15 ambiguous nor shall it violate access control, and
|
/third_party/boost/libs/geometry/doc/reference/core/ |
D | set_point.qbk | 11 …td:: library namespace and boost::geometry:: namespace set might become ambiguous, std::set is a c…
|