Home
last modified time | relevance | path

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

12

/external/v8/tools/clang/plugins/tests/
Dauto_raw_pointer.txt1 auto_raw_pointer.cpp:28:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
5 auto_raw_pointer.cpp:29:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
9 auto_raw_pointer.cpp:30:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
13 auto_raw_pointer.cpp:35:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
17 auto_raw_pointer.cpp:36:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
21 auto_raw_pointer.cpp:37:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
25 auto_raw_pointer.cpp:44:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
29 auto_raw_pointer.cpp:45:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
33 auto_raw_pointer.cpp:52:3: warning: [chromium-style] auto variable type must not deduce to a raw po…
37 auto_raw_pointer.cpp:54: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/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dcgscc-devirt-iteration.ll47 ; to make that possible. This forces us to first deduce readonly, then
48 ; devirtualize again, and then deduce readnone.
64 ; This indirect call is the first to be resolved, allowing us to deduce
89 ; after we deduce 'readonly' for the rest of the SCC. Once it is
90 ; devirtualized, we can deduce readnone for the SCC.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dstore-load-unaliased-gep.ll5 ; Function below should deduce just to "return length".
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll7 ; constant. However, instcombine can't deduce this, so we can
/external/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll7 ; constant. However, instcombine can't deduce this, so we can
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-update.ll19 ; using that can deduce precise function attrs.
152 ; form a new SCC and should use that can deduce precise function attrs.
/external/walt/docs/
DDragLatency.md9 to deduce the delay.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/BDCE/
Dinvalidate-assumptions.ll3 ; The 'nuw' on the subtract allows us to deduce that %setbit is not demanded.
/external/gflags/src/
Dgflags_completions.h.in59 // If we can deduce either the exact flag intended, or a common flag
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp78 static uint32_t deduce(const Constant *C);
419 uint32_t ConstantProperties::deduce(const Constant *C) { in deduce() function in ConstantProperties
567 uint32_t NewPs = Ps & ConstantProperties::deduce(LC); in add()
600 uint32_t Ps = ConstantProperties::deduce(Values[0]); in properties()
604 Ps &= ConstantProperties::deduce(Values[i]); in properties()
/external/webrtc/webrtc/base/
Dbind.h.pump75 // parameter types rather than deduce them.
/external/perfetto/protos/third_party/pprof/
Dprofile.proto135 // If no unit is specified, consumer may apply heuristic to deduce the unit.
/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/scapy/doc/scapy/
Dintroduction.rst35 …or beginners, but when you know what you're doing, you keep on trying to deduce what really happen…
Dbuild_dissect.rst951 …d when a packet is assembled, you don't have to fill lenfield, that will deduce its value directly…
953 …es the header part, so that you must subtract the fixed header length to deduce the varfield lengt…
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReleaseNotes.rst151 deduce the instruction size, without having to specify it with
/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/python/cpython3/Doc/library/
Dcsv.rst252 The :class:`Sniffer` class is used to deduce the format of a CSV file.
/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/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DLangIntro.rst119 In rare cases, TableGen is unable to deduce the element type in which case
/external/one-true-awk/
DFIXES867 fixed the bug on p. 198 in which it couldn't deduce that an

12