Home
last modified time | relevance | path

Searched refs:deduce (Results 1 – 18 of 18) sorted by relevance

/external/v8/tools/clang/plugins/tests/
Dauto_raw_pointer.txt1 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/
Dcxx0x-initializer-stdinitializerlist.cpp102 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()
Dattributed-auto-deduction.cpp4 void deduce() { in deduce() function
Ddecl-microsoft-call-conv.cpp254 decltype(auto) deduce(F f) { in deduce() function
263 decltype(signaturehelper(deduce(l))) p; in f()
/external/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll7 ; constant. However, instcombine can't deduce this, so we can
/external/walt/docs/
DDragLatency.md9 to deduce the delay.
/external/webrtc/webrtc/base/
Dbind.h.pump75 // parameter types rather than deduce them.
/external/python/cpython2/Doc/library/
Dcsv.rst215 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/
Dwindows.rst181 locate a "landmark file" (``Lib\os.py``) to deduce the "Python Home". If a
/external/llvm/docs/TableGen/
DLangIntro.rst118 In rare cases, TableGen is unable to deduce the element type in which case
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td1786 "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/
DLanguageExtensions.rst1367 analyze the form of the expression provided as the argument and deduce from
/external/dnsmasq/
DCHANGELOG.archive1257 Correctly deduce the size of numeric dhcp-options, rather
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.14023 offset parameters with a type parameter; deduce size and structure
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/llvm/docs/
DLangRef.rst12278 that the optimizer can otherwise deduce or facts that are of little use to the
/external/python/cpython2/Misc/
DHISTORY2475 from consuming a great deal of time to deduce the useless result that,
/external/bison/
DChangeLog-20128005 deduce locations of latest translations.