Home
last modified time | relevance | path

Searched defs:UnaryVoid (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/libcxx/algorithms/
H A Dranges_robust_against_copying_comparators.pass.cpp41 constexpr explicit UnaryVoid(int *copies) : copies_(copies) {} in UnaryVoid() argument
43 constexpr UnaryVoid& operator=(const UnaryVoid&) = default; in operator ()() argument
38 struct UnaryVoid { global() struct
40 UnaryVoidUnaryVoid UnaryVoid() argument
H A Drobust_against_copying_comparators.pass.cpp40 TEST_CONSTEXPR explicit UnaryVoid(int *copies) : copies_(copies) {} in UnaryVoid() argument
42 TEST_CONSTEXPR_CXX14 UnaryVoid& operator=(const UnaryVoid&) = default; in operator ()() argument
37 struct UnaryVoid { global() struct
39 UnaryVoidUnaryVoid UnaryVoid() argument
H A Dranges_robust_against_copying_projections.pass.cpp41 struct UnaryVoid { in operator ()() argument
40 struct UnaryVoid { global() struct
/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_adl.compile.pass.cpp31 struct UnaryVoid { TEST_CONSTEXPR_CXX14 void operator()(void*) const {} }; in operator ()() argument
H A Drobust_re_difference_type.compile.pass.cpp68 operator ()UnaryVoid operator ()() argument