Searched refs:decltype (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dcasts03.cc21 decltype(int x) function
29 double y = decltype(2);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcasts03.cc21 decltype(int x) function
29 double y = decltype(2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h28 extern decltype(::StackWalk64) *StackWalk64;
29 extern decltype(::SymCleanup) *SymCleanup;
30 extern decltype(::SymFromAddr) *SymFromAddr;
31 extern decltype(::SymFunctionTableAccess64) *SymFunctionTableAccess64;
32 extern decltype(::SymGetLineFromAddr64) *SymGetLineFromAddr64;
33 extern decltype(::SymGetModuleBase64) *SymGetModuleBase64;
34 extern decltype(::SymGetSearchPathW) *SymGetSearchPathW;
35 extern decltype(::SymInitialize) *SymInitialize;
36 extern decltype(::SymSetOptions) *SymSetOptions;
37 extern decltype(
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_dbghelp.h26 extern decltype(::StackWalk64) *StackWalk64;
27 extern decltype(::SymCleanup) *SymCleanup;
28 extern decltype(::SymFromAddr) *SymFromAddr;
29 extern decltype(::SymFunctionTableAccess64) *SymFunctionTableAccess64;
30 extern decltype(::SymGetLineFromAddr64) *SymGetLineFromAddr64;
31 extern decltype(::SymGetModuleBase64) *SymGetModuleBase64;
32 extern decltype(::SymGetSearchPathW) *SymGetSearchPathW;
33 extern decltype(::SymInitialize) *SymInitialize;
34 extern decltype(::SymSetOptions) *SymSetOptions;
35 extern decltype(
[all...]
H A Dsanitizer_getauxval.h52 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_dbghelp.h27 extern decltype(::StackWalk64) *StackWalk64;
28 extern decltype(::SymCleanup) *SymCleanup;
29 extern decltype(::SymFromAddr) *SymFromAddr;
30 extern decltype(::SymFunctionTableAccess64) *SymFunctionTableAccess64;
31 extern decltype(::SymGetLineFromAddr64) *SymGetLineFromAddr64;
32 extern decltype(::SymGetModuleBase64) *SymGetModuleBase64;
33 extern decltype(::SymGetSearchPathW) *SymGetSearchPathW;
34 extern decltype(::SymInitialize) *SymInitialize;
35 extern decltype(::SymSetOptions) *SymSetOptions;
36 extern decltype(
[all...]
H A Dsanitizer_getauxval.h48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/literals/
H A Dtypes.cc29 static_assert(std::is_same<decltype("Hello"sv), std::string_view>::value,
32 static_assert(std::is_same<decltype(u8"Hello"sv), std::string_view>::value,
36 static_assert(std::is_same<decltype(L"Hello"sv), std::wstring_view>::value,
40 static_assert(std::is_same<decltype(u"Hello"sv), std::u16string_view>::value,
43 static_assert(std::is_same<decltype(U"Hello"sv), std::u32string_view>::value,
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/literals/
H A Dtypes.cc29 static_assert(std::is_same<decltype("Hello"sv), std::string_view>::value,
32 static_assert(std::is_same<decltype(u8"Hello"sv), std::string_view>::value,
36 static_assert(std::is_same<decltype(L"Hello"sv), std::wstring_view>::value,
40 static_assert(std::is_same<decltype(u"Hello"sv), std::u16string_view>::value,
43 static_assert(std::is_same<decltype(U"Hello"sv), std::u32string_view>::value,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_premap_shadow.h28 extern "C" decltype(__asan_shadow)* __asan_premap_shadow();
H A Dasan_interceptors_memintrinsics.cc40 extern "C" decltype(__asan_memcpy) memcpy[[gnu::alias("__asan_memcpy")]];
41 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
42 extern "C" decltype(__asan_memset) memset[[gnu::alias("__asan_memset")]];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_premap_shadow.h26 extern "C" decltype(__asan_shadow)* __asan_premap_shadow();
H A Dasan_interceptors_memintrinsics.cc38 extern "C" decltype(__asan_memcpy) memcpy[[gnu::alias("__asan_memcpy")]];
39 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
40 extern "C" decltype(__asan_memset) memset[[gnu::alias("__asan_memset")]];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_premap_shadow.h27 extern "C" decltype(__asan_shadow)* __asan_premap_shadow();
H A Dasan_interceptors_memintrinsics.cpp39 extern "C" decltype(__asan_memcpy) memcpy[[gnu::alias("__asan_memcpy")]];
40 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
41 extern "C" decltype(__asan_memset) memset[[gnu::alias("__asan_memset")]];
H A Dasan_premap_shadow.cpp51 decltype(__asan_shadow)* __asan_premap_shadow() {
55 return reinterpret_cast<decltype(__asan_shadow)*>(premapped_shadow);
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-cxx11.cc92 CHECK_COMMON_TYPE (decltype(-z), mpz_class, mpz_class);
93 CHECK_COMMON_TYPE (decltype(-q), mpq_class, mpq_class);
94 CHECK_COMMON_TYPE (decltype(-f), mpf_class, mpf_class);
96 CHECK_COMMON_TYPE (decltype(-z), mpq_class, mpq_class);
97 CHECK_COMMON_TYPE (decltype(-z), mpf_class, mpf_class);
98 CHECK_COMMON_TYPE (decltype(-q), mpf_class, mpf_class);
101 CHECK_COMMON_TYPE (decltype(-z), decltype(z+z), mpz_class);
102 CHECK_COMMON_TYPE (decltype(-q), decltype(
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Deintr.h55 -> decltype (f (args...))
57 decltype (f (args...)) ret;
H A Dforward-scope-exit.h111 decltype (std::bind (function, std::declval<Args> ()...))
121 detail::forward_scope_exit<decltype (FUNC), FUNC, decltype (FUNC)>
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dforward-scope-exit.h111 decltype (std::bind (function, std::declval<Args> ()...))
121 detail::forward_scope_exit<decltype (FUNC), FUNC, decltype (FUNC)>
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrno.h33 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F,
35 decltype(F(As...)) Res;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drange_access.h52 begin(_Container& __cont) -> decltype(__cont.begin()) function
63 begin(const _Container& __cont) -> decltype(__cont.begin()) function
74 end(_Container& __cont) -> decltype(__cont.end()) function
85 end(const _Container& __cont) -> decltype(__cont.end()) function
127 -> decltype(std::begin(__cont))
139 -> decltype(std::end(__cont))
150 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) function
161 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) function
172 rend(_Container& __cont) -> decltype(__cont.rend()) function
183 rend(const _Container& __cont) -> decltype(__con function
265 -> decltype(__cont.size()) function
284 -> decltype(__cont.empty()) function
312 -> decltype(__cont.data()) function
323 -> decltype(__cont.data()) function
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptionVisitor.h40 decltype(std::declval<RefactoringOptionVisitor>().visit(
47 using Type = decltype(check<RefactoringOptionVisitor>(nullptr));
/netbsd-current/external/apache2/llvm/dist/libcxx/benchmarks/
H A DUtilities.h20 auto HaveDataImpl(int) -> decltype((std::declval<Container&>().data(), std::true_type{}));
24 using HasData = decltype(HaveDataImpl<T>(0));
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Diter_move.h48 [[nodiscard]] constexpr decltype(auto) operator()(_Ip&& __i) const
61 [[nodiscard]] constexpr decltype(auto) operator()(_Ip&& __i) const
64 if constexpr (is_lvalue_reference_v<decltype(*_VSTD::forward<_Ip>(__i))>) {
82 using iter_rvalue_reference_t = decltype(ranges::iter_move(declval<_Tp&>()));

Completed in 171 milliseconds

1234567891011>>