Home
last modified time | relevance | path

Searched defs:cvl (Results 1 – 25 of 89) sorted by relevance

1234

/dports/devel/boost-docs/boost_1_72_0/libs/callable_traits/test/
H A Dadd_member_lvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile &; in main() typedef
90 using cvl = void(...) const volatile &; in main() typedef
120 using cvl = void(...) const volatile & transaction_safe; in main() typedef
152 using cvl = void(...) const volatile & noexcept; in main() typedef
184 using cvl = void(...) const volatile & transaction_safe noexcept; in main() typedef
H A Dadd_member_rvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(foo::*)() const volatile &; in main() typedef
90 using cvl = void(foo::*)(...) const volatile &; in main() typedef
119 using cvl = void(foo::*)() const volatile &; in main() typedef
148 using cvl = void() const volatile &; in main() typedef
H A Dhas_varargs.cpp41 using cvl = void(foo::*)() const volatile LREF; in main() typedef
77 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
105 struct cvl { int operator()() const volatile LREF { return 0; } }; in main() struct
133 struct cvl { int operator()(...) const volatile LREF { return 0; } }; in main() struct
163 using cvl = void() const volatile LREF; in main() typedef
191 using cvl = void(...) const volatile LREF; in main() typedef
H A Dadd_member_cv.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef
H A Dadd_member_const.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef
H A Dremove_member_const.cpp30 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
58 using cvl = foo const & (foo::*)(int, int) const volatile LREF; in main() typedef
88 using cvl = void() const volatile LREF; in main() typedef
H A Dis_const_member.cpp39 using cvl = void(foo::*)() const volatile LREF; in main() typedef
67 struct cvl { int operator()() const volatile LREF { return 0; } }; in main() argument
97 using cvl = void() const volatile LREF; in main() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/callable_traits/test/
H A Dadd_member_lvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile &; in main() typedef
90 using cvl = void(...) const volatile &; in main() typedef
120 using cvl = void(...) const volatile & transaction_safe; in main() typedef
152 using cvl = void(...) const volatile & noexcept; in main() typedef
184 using cvl = void(...) const volatile & transaction_safe noexcept; in main() typedef
H A Dadd_member_rvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(foo::*)() const volatile &; in main() typedef
90 using cvl = void(foo::*)(...) const volatile &; in main() typedef
119 using cvl = void(foo::*)() const volatile &; in main() typedef
148 using cvl = void() const volatile &; in main() typedef
H A Dhas_varargs.cpp41 using cvl = void(foo::*)() const volatile LREF; in main() typedef
77 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
105 struct cvl { int operator()() const volatile LREF { return 0; } }; in main() struct
133 struct cvl { int operator()(...) const volatile LREF { return 0; } }; in main() struct
163 using cvl = void() const volatile LREF; in main() typedef
191 using cvl = void(...) const volatile LREF; in main() typedef
H A Dremove_member_const.cpp30 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
58 using cvl = foo const & (foo::*)(int, int) const volatile LREF; in main() typedef
88 using cvl = void() const volatile LREF; in main() typedef
H A Dadd_member_const.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef
H A Dadd_member_cv.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef
/dports/devel/boost-libs/boost_1_72_0/libs/callable_traits/test/
H A Dadd_member_lvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile &; in main() typedef
90 using cvl = void(...) const volatile &; in main() typedef
120 using cvl = void(...) const volatile & transaction_safe; in main() typedef
152 using cvl = void(...) const volatile & noexcept; in main() typedef
184 using cvl = void(...) const volatile & transaction_safe noexcept; in main() typedef
H A Dadd_member_rvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(foo::*)() const volatile &; in main() typedef
90 using cvl = void(foo::*)(...) const volatile &; in main() typedef
119 using cvl = void(foo::*)() const volatile &; in main() typedef
148 using cvl = void() const volatile &; in main() typedef
H A Dhas_varargs.cpp41 using cvl = void(foo::*)() const volatile LREF; in main() typedef
77 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
105 struct cvl { int operator()() const volatile LREF { return 0; } }; in main() argument
133 struct cvl { int operator()(...) const volatile LREF { return 0; } }; in main() struct
163 using cvl = void() const volatile LREF; in main() typedef
191 using cvl = void(...) const volatile LREF; in main() typedef
H A Dadd_member_cv.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef
H A Dremove_member_const.cpp30 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
58 using cvl = foo const & (foo::*)(int, int) const volatile LREF; in main() typedef
88 using cvl = void() const volatile LREF; in main() typedef
H A Dadd_member_const.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef
/dports/devel/hyperscan/boost_1_75_0/libs/callable_traits/test/
H A Dadd_member_lvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile &; in main() typedef
90 using cvl = void(...) const volatile &; in main() typedef
120 using cvl = void(...) const volatile & transaction_safe; in main() typedef
152 using cvl = void(...) const volatile & noexcept; in main() typedef
184 using cvl = void(...) const volatile & transaction_safe noexcept; in main() typedef
H A Dadd_member_rvalue_reference.cpp32 using cvl = void(foo::*)() const volatile &; in main() typedef
61 using cvl = void(foo::*)() const volatile &; in main() typedef
90 using cvl = void(foo::*)(...) const volatile &; in main() typedef
119 using cvl = void(foo::*)() const volatile &; in main() typedef
148 using cvl = void() const volatile &; in main() typedef
H A Dhas_varargs.cpp41 using cvl = void(foo::*)() const volatile LREF; in main() typedef
77 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
105 struct cvl { int operator()() const volatile LREF { return 0; } }; in main() argument
133 struct cvl { int operator()(...) const volatile LREF { return 0; } }; in main() argument
163 using cvl = void() const volatile LREF; in main() typedef
191 using cvl = void(...) const volatile LREF; in main() typedef
H A Dremove_member_const.cpp30 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
58 using cvl = foo const & (foo::*)(int, int) const volatile LREF; in main() typedef
88 using cvl = void() const volatile LREF; in main() typedef
H A Dadd_member_const.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef
H A Dadd_member_cv.cpp28 using cvl = void(BOOST_CLBL_TRTS_DEFAULT_VARARGS_CC foo::*)(...) const volatile LREF; in main() typedef
56 using cvl = void(foo::*)(int, int) const volatile LREF; in main() typedef
86 using cvl = void() const volatile LREF; in main() typedef

1234