Home
last modified time | relevance | path

Searched defs:decltype (Results 226 – 250 of 1324) sorted by relevance

12345678910>>...53

/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__iterator/
H A Diter_move.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) // { dg-warning "missing braces" } in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) // { dg-warning "missing braces" } in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) // { dg-warning "missing braces" } in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) // { dg-warning "missing braces" } in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__iterator/
H A Diter_move.h46 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) // { dg-warning "missing braces" } in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__iterator/
H A Diter_move.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__iterator/
H A Diter_move.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) // { dg-warning "missing braces" } in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DShiftRI.h96 BLAZE_ALWAYS_INLINE decltype(auto) operator()( T&& a ) const in decltype() function
126 BLAZE_ALWAYS_INLINE decltype(auto) load( const T& a ) const in decltype() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist107.C8 decltype(A{1, 2}, T()) fn1(T t) // { dg-warning "missing braces" } in decltype() function
14 decltype(A{{1, 2}}, T()) fn2(T t) in decltype() function
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__iterator/
H A Diter_move.h49 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DSMatTransExpr.h728 inline decltype(auto) trans( const SparseMatrix<MT,SO>& sm ) in decltype() function
751 inline decltype(auto) transIf( FalseType, const SparseMatrix<MT,SO>& sm ) in decltype() function
772 inline decltype(auto) transIf( TrueType, const SparseMatrix<MT,SO>& sm ) in decltype() function
794 inline decltype(auto) transIf( const SparseMatrix<MT,SO>& sm ) in decltype() function
H A DDMatTransExpr.h766 inline decltype(auto) trans( const DenseMatrix<MT,SO>& dm ) in decltype() function
789 inline decltype(auto) transIf( FalseType, const DenseMatrix<MT,SO>& dm ) in decltype() function
810 inline decltype(auto) transIf( TrueType, const DenseMatrix<MT,SO>& dm ) in decltype() function
832 inline decltype(auto) transIf( const DenseMatrix<MT,SO>& dm ) in decltype() function
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DDiscriminatedPtr.h221 decltype(auto) apply_visitor( in decltype() function
227 decltype(auto) apply_visitor( in decltype() function
233 decltype(auto) apply_visitor( in decltype() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DDiscriminatedPtr.h227 decltype(auto) apply_visitor( in decltype() function
234 decltype(auto) apply_visitor( in decltype() function
241 decltype(auto) apply_visitor( in decltype() function
/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dcommon.h41 inline decltype(auto) seal_apply_impl(Func &&func, Tuple &&tp, std::index_sequence<Is...>) in decltype() function
47 inline decltype(auto) seal_apply(Func &&func, Tuple &&tp) in decltype() function
/dports/math/blaze/blaze-3.8/blaze/math/views/columns/
H A DColumnsData.h199 constexpr decltype(auto) ColumnsData< index_sequence<I,Is...> >::idces() noexcept in decltype() function
350 inline decltype(auto) ColumnsData<P>::idces() const noexcept in decltype() function
499 inline decltype(auto) ColumnsData<>::idces() const noexcept in decltype() function
/dports/math/blaze/blaze-3.8/blaze/math/views/rows/
H A DRowsData.h199 constexpr decltype(auto) RowsData< index_sequence<I,Is...> >::idces() noexcept in decltype() function
350 inline decltype(auto) RowsData<P>::idces() const noexcept in decltype() function
499 inline decltype(auto) RowsData<>::idces() const noexcept in decltype() function
/dports/math/blaze/blaze-3.8/blaze/math/views/elements/
H A DElementsData.h199 constexpr decltype(auto) ElementsData< index_sequence<I,Is...> >::idces() noexcept in decltype() function
350 inline decltype(auto) ElementsData<P>::idces() const noexcept in decltype() function
499 inline decltype(auto) ElementsData<>::idces() const noexcept in decltype() function

12345678910>>...53