Home
last modified time | relevance | path

Searched refs:if_t (Results 1 – 25 of 77) sorted by relevance

1234

/dports/ftp/axel/axel-2.4/
H A Dconf.c147 conf->interfaces = malloc( sizeof( if_t ) ); in conf_init()
148 memset( conf->interfaces, 0, sizeof( if_t ) ); in conf_init()
178 if_t *iface; in parse_interfaces()
183 if_t *i; in parse_interfaces()
193 conf->interfaces = malloc( sizeof( if_t ) ); in parse_interfaces()
194 memset( conf->interfaces, 0, sizeof( if_t ) ); in parse_interfaces()
200 conf->interfaces = iface = malloc( sizeof( if_t ) ); in parse_interfaces()
213 iface->next = malloc( sizeof( if_t ) ); in parse_interfaces()
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff.hpp67 using if_t = if_c<IfType::value, ThenType, ElseType>; typedef
75 …static constexpr auto n_samples = if_t<mp11::mp_or<bmp::is_number<T>, bmp::is_number_expression<T>…
92 using distribution_param_t = if_t<
94 if_t<is_integer_t,
105 using dist_t = if_t<is_integer_t,
124 using get_endpoint_t = if_t<is_integer_t, get_integral_endpoint, get_real_endpoint>;
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff.hpp67 using if_t = if_c<IfType::value, ThenType, ElseType>; typedef
75 …static constexpr auto n_samples = if_t<mp11::mp_or<bmp::is_number<T>, bmp::is_number_expression<T>…
92 using distribution_param_t = if_t<
94 if_t<is_integer_t,
105 using dist_t = if_t<is_integer_t,
124 using get_endpoint_t = if_t<is_integer_t, get_integral_endpoint, get_real_endpoint>;
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff.hpp67 using if_t = if_c<IfType::value, ThenType, ElseType>; typedef
75 …static constexpr auto n_samples = if_t<mp11::mp_or<bmp::is_number<T>, bmp::is_number_expression<T>…
92 using distribution_param_t = if_t<
94 if_t<is_integer_t,
105 using dist_t = if_t<is_integer_t,
124 using get_endpoint_t = if_t<is_integer_t, get_integral_endpoint, get_real_endpoint>;
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_autodiff.hpp67 using if_t = if_c<IfType::value, ThenType, ElseType>; typedef
75 …static constexpr auto n_samples = if_t<mp11::mp_or<bmp::is_number<T>, bmp::is_number_expression<T>…
92 using distribution_param_t = if_t<
94 if_t<is_integer_t,
105 using dist_t = if_t<is_integer_t,
124 using get_endpoint_t = if_t<is_integer_t, get_integral_endpoint, get_real_endpoint>;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; struct
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/template/
H A Darray11.C5 template <class C> struct if_t { typedef int type; }; argument
12 bound_member_action(CT i, typename if_t<f>::type g) {} in bound_member_action()

1234