Home
last modified time | relevance | path

Searched defs:Immobile (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max_element.pass.cpp134 struct Immobile { struct
137 constexpr Immobile(int i_) : i(i_) {} in Immobile() argument
H A Dranges.min_element.pass.cpp134 struct Immobile { struct
137 constexpr Immobile(int i_) : i(i_) {} in Immobile() function
H A Dranges.minmax_element.pass.cpp148 struct Immobile { struct
151 constexpr Immobile(int i_) : i(i_) {} in Immobile() function