Searched refs:deduce (Results 1 – 18 of 18) sorted by relevance
/external/v8/tools/clang/plugins/tests/ |
D | auto_raw_pointer.txt | 1 auto_raw_pointer.cpp:20:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 5 auto_raw_pointer.cpp:21:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 9 auto_raw_pointer.cpp:22:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 13 auto_raw_pointer.cpp:27:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 17 auto_raw_pointer.cpp:28:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 21 auto_raw_pointer.cpp:29:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 25 auto_raw_pointer.cpp:36:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 29 auto_raw_pointer.cpp:37:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 33 auto_raw_pointer.cpp:44:3: warning: [chromium-style] auto variable type must not deduce to a raw po… 37 auto_raw_pointer.cpp:46:3: warning: [chromium-style] auto variable type must not deduce to a raw po… [all …]
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-stdinitializerlist.cpp | 102 T deduce(std::initializer_list<T>); // expected-note {{conflicting types for parameter 'T' ('int' v… 107 static_assert(same_type<decltype(deduce({1, 2, 3})), int>::value, "bad deduction"); in argument_deduction() 108 static_assert(same_type<decltype(deduce({1.0, 2.0, 3.0})), double>::value, "bad deduction"); in argument_deduction() 110 deduce({1, 2.0}); // expected-error {{no matching function}} in argument_deduction()
|
D | attributed-auto-deduction.cpp | 4 void deduce() { in deduce() function
|
D | decl-microsoft-call-conv.cpp | 254 decltype(auto) deduce(F f) { in deduce() function 263 decltype(signaturehelper(deduce(l))) p; in f()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | const_phi.ll | 7 ; constant. However, instcombine can't deduce this, so we can
|
/external/walt/docs/ |
D | DragLatency.md | 9 to deduce the delay.
|
/external/webrtc/webrtc/base/ |
D | bind.h.pump | 75 // parameter types rather than deduce them.
|
/external/python/cpython2/Doc/library/ |
D | csv.rst | 215 objects are not ordered, there is not enough information available to deduce 253 The :class:`Sniffer` class is used to deduce the format of a CSV file.
|
/external/python/cpython2/Doc/using/ |
D | windows.rst | 181 locate a "landmark file" (``Lib\os.py``) to deduce the "Python Home". If a
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 118 In rare cases, TableGen is unable to deduce the element type in which case
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 1786 "cannot deduce type for variable %1 with type %2 from " 1802 "cannot deduce actual type for variable %0 with type %1 from initializer list">; 1809 "cannot deduce type of initializer list because std::initializer_list was " 1831 "cannot deduce 'decltype(auto)' from initializer list">; 1835 "cannot deduce return type %0 from returned value of type %1">; 1842 "cannot deduce return type %0 for function with no return statements">; 1844 "cannot deduce return type %0 from omitted return expression">; 1846 "cannot deduce return type from initializer list">; 3196 "candidate template ignored: cannot deduce a type for %0 that would " 6067 "cannot deduce lambda return type from initializer list">; [all …]
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1367 analyze the form of the expression provided as the argument and deduce from
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1257 Correctly deduce the size of numeric dhcp-options, rather
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 4023 offset parameters with a type parameter; deduce size and structure
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/llvm/docs/ |
D | LangRef.rst | 12278 that the optimizer can otherwise deduce or facts that are of little use to the
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2475 from consuming a great deal of time to deduce the useless result that,
|
/external/bison/ |
D | ChangeLog-2012 | 8005 deduce locations of latest translations.
|