Searched defs:add_reference (Results 1 – 3 of 3) sorted by relevance
40 template <class T> struct add_reference struct42 typedef typename boost::detail::add_reference_impl<T>::type type;44 template <class T> struct add_reference<T&> struct46 typedef T& type;50 template <> struct add_reference<void> { typedef void type; }; struct52 template <> struct add_reference<const void> { typedef const void type; }; struct53 template <> struct add_reference<const volatile void> { typedef const volatile void type; }; struct54 template <> struct add_reference<volatile void> { typedef volatile void type; }; argument
80 struct acpi_walk_state *walk_state, u8 add_reference) in acpi_ds_do_implicit_return()
365 struct add_reference : add_lvalue_reference<T> struct