HomeSort by relevance Sort by last modified time
    Searched defs:decltype (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/parameter-framework/upstream/parameter/
LogarithmicParameterAdaptation.h 73 double _dLogarithmBase{std::exp(decltype(_dLogarithmBase){1})}; function in class:CLogarithmicParameterAdaptation::std
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
range_access.h 48 begin(_Container& __cont) -> decltype(__cont.begin()) function
58 begin(const _Container& __cont) -> decltype(__cont.begin()) function
68 end(_Container& __cont) -> decltype(__cont.end()) function
78 end(const _Container& __cont) -> decltype(__cont.end()) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
range_access.h 48 begin(_Container& __cont) -> decltype(__cont.begin()) function
58 begin(const _Container& __cont) -> decltype(__cont.begin()) function
68 end(_Container& __cont) -> decltype(__cont.end()) function
78 end(const _Container& __cont) -> decltype(__cont.end()) function
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 4 using size_t = decltype(sizeof(int));
49 template<typename T> auto g(T t) -> decltype("foo"_x(t)) { return "foo"_x(t); }
50 template<typename T> auto i(T t) -> decltype(operator"" _x("foo", 3)(t)) { return operator"" _x("foo", 3)(t); } function
  /external/clang/test/PCH/
implicitly-deleted.cpp 11 template<typename T> void doit(decltype(T(make<const T&>()))*) { T(make<const T&>()); } function
  /external/libmojo/mojo/public/cpp/bindings/
clone_traits.h 20 static char Test(decltype(&U::Clone)); member in struct:mojo::HasCloneMethod
associated_interface_request.h 24 AssociatedInterfaceRequest(decltype(nullptr)) {} function in class:mojo::AssociatedInterfaceRequest
40 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { function in class:mojo::AssociatedInterfaceRequest
interface_request.h 34 InterfaceRequest(decltype(nullptr)) {} function in class:mojo::InterfaceRequest
60 InterfaceRequest& operator=(decltype(nullptr)) { function in class:mojo::InterfaceRequest
interface_ptr.h 46 InterfacePtr(decltype(nullptr)) {} function in class:mojo::InterfacePtr
63 InterfacePtr& operator=(decltype(nullptr)) { function in class:mojo::InterfacePtr
  /external/libmojo/mojo/public/cpp/bindings/lib/
equals_traits.h 21 static char Test(decltype(&U::Equals)); member in struct:mojo::internal::HasEqualsMethod
hash_util.h 29 static char Test(decltype(&U::Hash)); member in struct:mojo::internal::HasHashMethod
  /external/tensorflow/tensorflow/core/kernels/
reduction_ops.h 41 -> decltype(reducer.initialize()) { function in struct:tensorflow::functor::Identity
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p4-0x.cpp 5 decltype(this) q; // expected-error {{invalid use of 'this' outside of a non-static member function}}
10 typedef auto f() -> decltype(this); // expected-error {{invalid use of 'this' outside of a non-static member function}} typedef in struct:S
p3-0x.cpp 8 auto g1() noexcept(noexcept(f(ptr))) -> decltype(f(this->ptr));
9 auto g2() const noexcept(noexcept(f((*this).ptr))) -> decltype(f(ptr));
21 template<class T> auto f(T t) -> decltype(t + g())
25 template auto B::f(int t) -> decltype(t + g());
33 auto g1() noexcept(noexcept(f(ptr))) -> decltype(f(ptr));
34 auto g2() const noexcept(noexcept(f(((this))->ptr))) -> decltype(f(ptr));
35 auto g3() noexcept(noexcept(f(this->ptr))) -> decltype(f((*this).ptr));
36 auto g4() const noexcept(noexcept(f(((this))->ptr))) -> decltype(f(this->ptr));
37 auto g5() noexcept(noexcept(this->f(ptr))) -> decltype(this->f(ptr));
38 auto g6() const noexcept(noexcept(this->f(((this))->ptr))) -> decltype(this->f(ptr))
67 auto g() -> decltype(this->f()) { return f(); } function in struct:PR14263::X
68 auto g() const -> decltype(this->f()) { return f(); } function in struct:PR14263::X
120 auto X1::h() -> decltype(m) { return 0; } \/\/ expected-error{{'this' cannot be implicitly used in a static member function declaration}} function in namespace:Static
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclExtractAccessor.h 47 -> decltype(ExtractAccessor<Arg>::getTuple(cgh, eval)) {
52 -> decltype(utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1), ExtractAccessor<Arg2>::getTuple(cgh, eval2))) {
56 -> decltype(utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1),utility::tuple::append(ExtractAccessor<Arg2>::getTuple(cgh, eval2), ExtractAccessor<Arg3>::getTuple(cgh, eval3)))) {
60 -> decltype(utility::tuple::make_tuple( eval.device().template get_sycl_accessor<AcM,
71 -> decltype(AccessorConstructor::getTuple(cgh, eval.impl())){
85 -> decltype(AccessorConstructor::getTuple(cgh, eval.left_impl(), eval.right_impl())){
99 -> decltype(AccessorConstructor::getTuple(cgh, eval.arg1Impl(), eval.arg2Impl(), eval.arg3Impl())){
114 -> decltype(AccessorConstructor::getTuple(cgh, eval.cond_impl(), eval.then_impl(), eval.else_impl())){
129 -> decltype(AccessorConstructor::getTuple(cgh, eval.left_impl(), eval.right_impl())){
144 -> decltype(AccessorConstructor::template getAccessor<ACCType>(cgh, eval)){
156 -> decltype(AccessorConstructor::template getAccessor<cl::sycl::access::mode::read>(cgh, eval)){ function in struct:Eigen::TensorSycl::internal::ExtractAccessor
184 -> decltype(AccessorConstructor::template getAccessor<cl::sycl::access::mode::read>(cgh, eval)){ function in struct:Eigen::TensorSycl::internal::ExtractAccessor
    [all...]
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 17 extern int ID(decltype); // expected-warning {{'decltype' is a keyword in C++11}}
32 int decltype; // already diagnosed in this TU variable
keywords_test.cpp 44 CXX11_KEYWORD(decltype); variable
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 21 decltype(auto) g2(); // expected-warning{{extension}} expected-error-re{{{{^}}deduced return types are a C++14 extension}}
39 auto i(T x) -> decltype(x) function
52 auto g(T x, U y) -> decltype(x + y)
60 auto h(T x, U y, V z) -> decltype(x + y + z)
77 auto f1(T t) -> decltype(f1(t)) {} // expected-note{{candidate template ignored}}
84 auto f2(T t) -> decltype(f2(&t)) {} // expected-note{{candidate template ignored}}
95 auto f() -> decltype(+*this); // expected-note {{here}}
96 auto f() -> decltype((*this)[0]); // expected-error {{cannot be overloaded}}
103 auto g()->decltype(this->f<0>());
class-base-member-init.cpp 83 A() : decltype(Base(1))(3) {
86 decltype(Base(1))(2), // expected-error {{multiple initializations given for base 'decltype(test5::Base(1))' (aka 'test5::Base')}}
87 decltype(int())() { // expected-error {{constructor initializer 'decltype(int())' (aka 'int') does not name a class}} function in struct:test5::A
89 A(float) : decltype(A())(3) {
  /external/skia/src/core/
SkRecord.h 41 auto visit(int i, F&& f) const -> decltype(f(SkRecords::NoOp())) {
50 auto mutate(int i, F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) { function in class:SkRecord
163 auto visit(F&& f) const -> decltype(f(SkRecords::NoOp())) {
174 auto mutate(F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) { function in struct:SkRecord::Record
  /external/skqp/src/core/
SkRecord.h 41 auto visit(int i, F&& f) const -> decltype(f(SkRecords::NoOp())) {
50 auto mutate(int i, F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) { function in class:SkRecord
163 auto visit(F&& f) const -> decltype(f(SkRecords::NoOp())) {
174 auto mutate(F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) { function in struct:SkRecord::Record
  /art/compiler/optimizing/
nodes_shared.h 83 auto Compute(T x, U y) const -> decltype(x & ~y) { function in class:art::FINAL
84 static_assert(std::is_same<decltype(x & ~y), decltype(x | ~y)>::value &&
85 std::is_same<decltype(x & ~y), decltype(x ^ ~y)>::value,
  /bionic/tests/
math_data_test.h 130 static inline auto SignAndMagnitudeToBiased(const T& value) -> decltype(fp_u<T>::sign_magnitude) { function
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 7 using T = decltype(f);
11 using T = decltype(f);
23 (void) [c("bar")] () -> decltype(c) { // outer c, not init-capture function
62 using T = decltype(c);
70 template<typename T> decltype(auto) move(T &&t) { return static_cast<typename remove_reference<T>::type&&>(t); }
  /external/libchrome/base/trace_event/
memory_usage_estimator.h 72 -> decltype(object.EstimateMemoryUsage());
174 decltype(EstimateMemoryUsage(std::declval<const T&>()))>::value>::type>
245 -> decltype(object.EstimateMemoryUsage()) { function in namespace:base::trace_event
247 std::is_same<decltype(object.EstimateMemoryUsage()), size_t>::value,

Completed in 1126 milliseconds

1 2 3