Home
last modified time | relevance | path

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

123

/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-project/clang/test/SemaCXX/
Dcxx0x-initializer-stdinitializerlist.cpp102 T deduce(std::initializer_list<T>); // expected-note {{conflicting types for parameter 'T' ('int' v…
114 static_assert(same_type<decltype(deduce({1, 2, 3})), int>::value, "bad deduction"); in argument_deduction()
115 static_assert(same_type<decltype(deduce({1.0, 2.0, 3.0})), double>::value, "bad deduction"); in argument_deduction()
117 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-project/llvm/test/Other/
Dcgscc-devirt-iteration.ll50 ; to make that possible. This forces us to first deduce readonly, then
51 ; devirtualize again, and then deduce readnone.
67 ; This indirect call is the first to be resolved, allowing us to deduce
92 ; after we deduce 'readonly' for the rest of the SCC. Once it is
93 ; devirtualized, we can deduce readnone for the SCC.
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dstore-load-unaliased-gep.ll5 ; Function below should deduce just to "return length".
Dgep-can-replace-gep-idx-with-zero-typesize.ll10 ; If the source element is a scalable vector type, then we cannot deduce whether
/external/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll7 ; constant. However, instcombine can't deduce this, so we can
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll7 ; constant. However, instcombine can't deduce this, so we can
/external/llvm-project/llvm/test/Transforms/GVN/
Dunreachable-predecessor.ll3 ; loop.then is not reachable from loop, so we should be able to deduce that the
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dabseil-time-subtraction.rst9 There are two cases of Time subtraction in which deduce additional type
/external/llvm-project/llvm/test/Transforms/Attributor/
Dnosync.ll87 ; TEST 4 - negative, should not deduce nosync
105 ; TEST 5 - negative, should not deduce nosync
135 ; TEST 7 - negative, should not deduce nosync
152 ; TEST 8 - negative, should not deduce nosync
187 ; TEST 10 - negative, should not deduce nosync
204 ; TEST 11 - positive, should deduce nosync
/external/llvm-project/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/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-debug-loc-error-cases.s65 # A minimal compile unit is needed to deduce the address size of the location
/external/llvm-project/mlir/test/Examples/Toy/Ch5/
Dast.toy18 # arguments and deduce a return type of <2, 2> in initialization of `c`.
/external/llvm-project/mlir/test/Examples/Toy/Ch2/
Dast.toy18 # arguments and deduce a return type of <2, 2> in initialization of `c`.
/external/llvm-project/mlir/test/Examples/Toy/Ch1/
Dast.toy18 # arguments and deduce a return type of <2, 2> in initialization of `c`.
/external/llvm-project/mlir/test/Examples/Toy/Ch6/
Dast.toy18 # arguments and deduce a return type of <2, 2> in initialization of `c`.
/external/llvm-project/mlir/test/Examples/Toy/Ch3/
Dast.toy18 # arguments and deduce a return type of <2, 2> in initialization of `c`.
/external/llvm-project/mlir/test/Examples/Toy/Ch4/
Dast.toy18 # arguments and deduce a return type of <2, 2> in initialization of `c`.
/external/llvm-project/mlir/test/Examples/Toy/Ch7/
Dast.toy18 # arguments and deduce a return type of <2, 2> in initialization of `c`.
/external/walt/docs/
DDragLatency.md14 to deduce the delay.
/external/llvm-project/clang/test/SemaOpenCLCXX/
Daddress-space-deduction.cl21 // We only deduce addr space in type alias in pointer types.

123