HomeSort by relevance Sort by last modified time
    Searched refs:decltype (Results 226 - 250 of 402) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
destructor-template.cpp 82 template<typename T> decltype(S<T>().~S()) f(); // expected-note {{candidate template ignored: couldn't infer template argument 'T'}}
pack-deduction.cpp 37 template<typename ...Ts> int g(X<Ts...>, decltype(f(Ts()...)));
dependent-names.cpp 399 using size_t = decltype(sizeof(0));
404 template<typename T> decltype(*T()) f() {} // expected-note {{previous}}
405 template<typename T> decltype(T() * T()) g() {} // expected-note {{previous}}
414 template<typename T> decltype(*T()) f() {} // expected-error {{redefinition}}
415 template<typename T> decltype(T() * T()) g() {} // expected-error {{redefinition}}
  /external/libcxx/test/utilities/time/time.duration/time.duration.cast/
duration_cast.pass.cpp 28 typedef decltype(std::chrono::duration_cast<ToDuration>(f)) R;
  /external/llvm/unittests/ADT/
PointerIntPairTest.cpp 72 PointerLikeTypeTraits<decltype(pair)>::NumLowBitsAvailable);
  /external/skia/src/utils/win/
SkDWrite.h 40 typedef decltype(GetUserDefaultLocaleName)* SkGetUserDefaultLocaleNameProc;
  /ndk/sources/cxx-stl/gabi++/src/
pbase_type_info.cc 53 return (*thr_type == typeid(decltype(nullptr)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cast/
duration_cast.pass.cpp 28 typedef decltype(std::chrono::duration_cast<ToDuration>(f)) R;
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; }
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; }
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 105 namespace std { typedef decltype(nullptr) nullptr_t; }
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas-capturing.cpp 186 decltype(a) A = a;
187 decltype(b) B = b;
224 decltype(a) A2 = a;
505 return [](auto b, decltype(a) b2) -> decltype(a) {
506 return decltype(a){};
562 f(decltype(a){}); //expected-error{{this}}
587 f(decltype(a){}); //expected-error{{this}}
611 f(decltype(a){});
807 return [](auto a) ->decltype(a) { return a; }
    [all...]
nullptr.cpp 4 typedef decltype(nullptr) nullptr_t;
96 static_assert(is_same<decltype(g(nullptr)), void*>::value, "");
conversion.cpp 136 decltype(nullptr) func() {
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 637 static_assert((std::is_same<decltype(imaxabs(i)), intmax_t>::value), "");
638 static_assert((std::is_same<decltype(imaxdiv(i, i)), imaxdiv_t>::value), "");
639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
640 static_assert((std::is_same<decltype(strtoumax("", (char**)0, 0)), uintmax_t>::value), "");
641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
642 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 637 static_assert((std::is_same<decltype(imaxabs(i)), intmax_t>::value), "");
638 static_assert((std::is_same<decltype(imaxdiv(i, i)), imaxdiv_t>::value), "");
639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
640 static_assert((std::is_same<decltype(strtoumax("", (char**)0, 0)), uintmax_t>::value), "");
641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
642 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), "");
  /external/libcxx/include/support/win32/
locale_win32.h 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
56 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
  /external/libcxx/src/
thread.cpp 112 typedef decltype(ts.tv_sec) ts_sec;
117 ts.tv_nsec = static_cast<decltype(ts.tv_nsec)>((ns-s).count());
  /external/llvm/lib/MC/
MCSectionMachO.cpp 212 [&](decltype(*SectionTypeDescriptors) &Descriptor) {
241 [&](decltype(*SectionAttrDescriptors) &Descriptor) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
56 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 114 typedef decltype(ts.tv_sec) ts_sec;
119 ts.tv_nsec = static_cast<decltype(ts.tv_nsec)>((ns-s).count());
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
56 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 4 typedef decltype(sizeof(int)) size_t;
  /external/clang/test/Parser/
cxx0x-decl.cpp 49 constexpr auto f() const -> decltype((n));
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 196 constexpr auto f1(A ...a) const -> decltype(g(A(a + B())...)) { return g(A(a + B())...); }
199 constexpr auto f2(A ...a, B ...b) const -> decltype(g((&a)[b] ...)) { return g((&a)[b] ...); } // expected-note {{past-the-end}} function in struct:PacksAtDifferentLevels::PR13811::X6
203 constexpr auto f(A ...a, B ...b, C ...c) const -> decltype(g(a+b+c...)) { return g(a+b+c...); }

Completed in 2172 milliseconds

1 2 3 4 5 6 7 8 91011>>