Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/
H A Drobust_against_poison_pills.compile.pass.cpp16 struct StructWithGlobalFunctions {}; struct
20 ConvertibleToCmpType strong_order(const ns::StructWithGlobalFunctions&, const ns::StructWithGlobalF…
21 ConvertibleToCmpType weak_order(const ns::StructWithGlobalFunctions&, const ns::StructWithGlobalFun…
22 ConvertibleToCmpType partial_order(const ns::StructWithGlobalFunctions&, const ns::StructWithGlobal…
24 int&& iter_move(const ns::StructWithGlobalFunctions&);
25 void iter_swap(const ns::StructWithGlobalFunctions&, const ns::StructWithGlobalFunctions&);
27 int* begin(const ns::StructWithGlobalFunctions&);
28 int* end(const ns::StructWithGlobalFunctions&);
29 int* rbegin(const ns::StructWithGlobalFunctions&);
30 int* rend(const ns::StructWithGlobalFunctions&);
[all …]