/external/v8/tools/clang/plugins/tests/ |
D | auto_raw_pointer.txt | 1 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | cgscc-devirt-iteration.ll | 47 ; 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/ |
D | store-load-unaliased-gep.ll | 5 ; Function below should deduce just to "return length".
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | const_phi.ll | 7 ; constant. However, instcombine can't deduce this, so we can
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | const_phi.ll | 7 ; constant. However, instcombine can't deduce this, so we can
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | cgscc-update.ll | 19 ; using that can deduce precise function attrs. 152 ; form a new SCC and should use that can deduce precise function attrs.
|
/external/walt/docs/ |
D | DragLatency.md | 9 to deduce the delay.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/BDCE/ |
D | invalidate-assumptions.ll | 3 ; The 'nuw' on the subtract allows us to deduce that %setbit is not demanded.
|
/external/gflags/src/ |
D | gflags_completions.h.in | 59 // If we can deduce either the exact flag intended, or a common flag
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 78 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/ |
D | bind.h.pump | 75 // parameter types rather than deduce them.
|
/external/perfetto/protos/third_party/pprof/ |
D | profile.proto | 135 // If no unit is specified, consumer may apply heuristic to deduce the unit.
|
/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/scapy/doc/scapy/ |
D | introduction.rst | 35 …or beginners, but when you know what you're doing, you keep on trying to deduce what really happen…
|
D | build_dissect.rst | 951 …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/ |
D | ReleaseNotes.rst | 151 deduce the instruction size, without having to specify it with
|
/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/python/cpython3/Doc/library/ |
D | csv.rst | 252 The :class:`Sniffer` class is used to deduce the format of a CSV file.
|
/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/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | LangIntro.rst | 119 In rare cases, TableGen is unable to deduce the element type in which case
|
/external/one-true-awk/ |
D | FIXES | 867 fixed the bug on p. 198 in which it couldn't deduce that an
|