Home
last modified time | relevance | path

Searched defs:decltype (Results 126 – 150 of 1324) sorted by relevance

12345678910>>...53

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist110.C9 decltype(A{N, N}, T()) fn1(T t) in decltype() function
15 decltype(A{{{N, N, N}, {N + 1}}}, T()) fn2(T t) in decltype() function
21 decltype(A{{N + M}}, T()) fn3(T t) in decltype() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist110.C9 decltype(A{N, N}, T()) fn1(T t) in decltype() function
15 decltype(A{{{N, N, N}, {N + 1}}}, T()) fn2(T t) in decltype() function
21 decltype(A{{N + M}}, T()) fn3(T t) in decltype() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist110.C9 decltype(A{N, N}, T()) fn1(T t) in decltype() function
15 decltype(A{{{N, N, N}, {N + 1}}}, T()) fn2(T t) in decltype() function
21 decltype(A{{N + M}}, T()) fn3(T t) in decltype() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist110.C9 decltype(A{N, N}, T()) fn1(T t) in decltype() function
15 decltype(A{{{N, N, N}, {N + 1}}}, T()) fn2(T t) in decltype() function
21 decltype(A{{N + M}}, T()) fn3(T t) in decltype() function
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DDMatReduceExpr.h2026 inline decltype(auto) reduce( const DenseMatrix<MT,SO>& dm, OP op ) in decltype() function
2068 inline decltype(auto) reduce_backend( const DenseMatrix<MT,true>& dm, OP op ) in decltype() function
2127 inline decltype(auto) reduce( const DenseMatrix<MT,SO>& dm, OP op ) in decltype() function
2157 inline decltype(auto) sum( const DenseMatrix<MT,SO>& dm ) in decltype() function
2202 inline decltype(auto) sum( const DenseMatrix<MT,SO>& dm ) in decltype() function
2230 inline decltype(auto) prod( const DenseMatrix<MT,SO>& dm ) in decltype() function
2275 inline decltype(auto) prod( const DenseMatrix<MT,SO>& dm ) in decltype() function
2304 inline decltype(auto) min( const DenseMatrix<MT,SO>& dm ) in decltype() function
2346 inline decltype(auto) min( const DenseMatrix<MT,SO>& dm ) in decltype() function
2375 inline decltype(auto) max( const DenseMatrix<MT,SO>& dm ) in decltype() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dgmock_callback_support.h24 decltype(auto) get(Args&&... args) { in decltype() function
32 decltype(auto) RunImpl(Callback&& cb, in decltype() function
44 decltype(auto) RunImpl(Callback&& cb, Tuple&& tuple) { in decltype() function
/dports/graphics/s2/s2geometry-0.9.0/src/s2/third_party/absl/container/internal/
H A Dcontainer_memory.h88 decltype(std::declval<F>()(std::declval<T>())) operator()( in decltype() function
96 decltype(std::declval<F>()(std::declval<T>())) WithConstructedImpl( in decltype() function
122 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() function
145 decltype(std::declval<F>()(std::declval<T>())) WithConstructed( in decltype() function
199 decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) in decltype() function
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/third_party/absl/container/internal/
H A Dcontainer_memory.h88 decltype(std::declval<F>()(std::declval<T>())) operator()( in decltype() function
96 decltype(std::declval<F>()(std::declval<T>())) WithConstructedImpl( in decltype() function
122 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() function
145 decltype(std::declval<F>()(std::declval<T>())) WithConstructed( in decltype() function
199 decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) in decltype() function
/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DLGamma.h79 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
109 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DLog.h79 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
109 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DLog2.h77 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
107 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DMAC.h87 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) in decltype() function
120 BLAZE_ALWAYS_INLINE decltype(auto) load( const T1& a, const T2& b, const T3& c ) const in decltype() function
H A DMakePair.h91 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T1&& a, T2&& b ) const in decltype() function
123 BLAZE_ALWAYS_INLINE decltype(auto) load( T1&& a, T2&& b ) const in decltype() function
H A DMax.h91 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T1&& a, T2&& b ) const in decltype() function
122 BLAZE_ALWAYS_INLINE decltype(auto) load( const T1& a, const T2& b ) const in decltype() function
H A DMin.h91 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T1&& a, T2&& b ) const in decltype() function
122 BLAZE_ALWAYS_INLINE decltype(auto) load( const T1& a, const T2& b ) const in decltype() function
H A DMult.h91 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T1&& a, T2&& b ) const in decltype() function
122 BLAZE_ALWAYS_INLINE decltype(auto) load( const T1& a, const T2& b ) const in decltype() function
H A DNoop.h70 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
100 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DPow.h74 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T1&& a, T2&& b ) const in decltype() function
105 BLAZE_ALWAYS_INLINE decltype(auto) load( const T1& a, const T2& b ) const in decltype() function
H A DPow2.h88 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE constexpr decltype(auto) operator()( T&& a ) const in decltype() function
118 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DShiftLV.h86 BLAZE_ALWAYS_INLINE decltype(auto) operator()( T1&& a, T2&& b ) const in decltype() function
117 BLAZE_ALWAYS_INLINE decltype(auto) load( const T1& a, const T2& b ) const in decltype() function
H A DSign.h91 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
121 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DSqrt.h93 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
123 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DTrunc.h91 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
121 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
H A DBitand.h91 BLAZE_ALWAYS_INLINE decltype(auto) operator()( T1&& a, T2&& b ) const in decltype() function
122 BLAZE_ALWAYS_INLINE decltype(auto) load( const T1& a, const T2& b ) const in decltype() function
H A DCeil.h91 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype() function
121 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function

12345678910>>...53