Home
last modified time | relevance | path

Searched refs:XWithImplicitIntStarConversion (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dpropagate_const_helpers.h16 struct XWithImplicitIntStarConversion struct
28 constexpr XWithImplicitIntStarConversion(int i) : i_(i) {} in XWithImplicitIntStarConversion() argument
/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/
Doperator_element_type_ptr.pass.cpp24 typedef propagate_const<XWithImplicitIntStarConversion> P; in main()