Home
last modified time | relevance | path

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

/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dequal.pass.cpp23 struct UserType struct
31 operator()(UserType a, UserType b) in operator ()() argument
36 operator<(UserType a) in operator <() argument
41 operator>=(UserType a) in operator >=() argument
46 operator<=(UserType a) in operator <=() argument
51 operator==(UserType a) in operator ==() argument
56 operator==(UserType a) const in operator ==() argument
61 operator!=(UserType a) in operator !=() argument
65 UserType operator!() in operator !() argument
78 UserType() : key(-1), f(0.0f), d(0.0), i(0) {} in UserType() argument
[all …]
/llvm-project/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Dctor.pass.cpp24 struct UserType { struct
27 UserType() noexcept {} in UserType() argument
28 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() function
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dtuple.by.type.verify.cpp17 struct UserType {}; struct