HomeSort by relevance Sort by last modified time
    Searched refs:deduce (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
attributed-auto-deduction.cpp 4 void deduce() { function
cxx0x-initializer-stdinitializerlist.cpp 102 T deduce(std::initializer_list<T>); // expected-note {{conflicting types for parameter 'T' ('int' vs. 'double')}}
107 static_assert(same_type<decltype(deduce({1, 2, 3})), int>::value, "bad deduction");
108 static_assert(same_type<decltype(deduce({1.0, 2.0, 3.0})), double>::value, "bad deduction");
110 deduce({1, 2.0}); // expected-error {{no matching function}}
124 auto bl = {1, 2.0}; // expected-error {{cannot deduce}}
195 auto x { { 0, 0 } }; // expected-error {{cannot deduce type for variable 'x' with type 'auto' from nested initializer list}}
decl-microsoft-call-conv.cpp 254 decltype(auto) deduce(F f) { function in namespace:test9
263 decltype(signaturehelper(deduce(l))) p;
  /external/walt/docs/
DragLatency.md 9 to deduce the delay.
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv8-mont.pl 110 // way to deduce it? If you follow operations, you can
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 133 // first tries to deduce the type from name's file extension and,
  /prebuilts/go/linux-x86/src/net/http/
fs.go 133 // first tries to deduce the type from name's file extension and,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go 85 // would not otherwise be able to deduce that fact.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go 85 // would not otherwise be able to deduce that fact.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 509 of an error message on a given line to deduce the information it
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 509 of an error message on a given line to deduce the information it
    [all...]

Completed in 1887 milliseconds