Home
last modified time | relevance | path

Searched defs:ThreeWay (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/
H A Drobust_against_copying_comparators.pass.cpp82 struct ThreeWay { struct
84 constexpr explicit ThreeWay(int *copies) : copies_(copies) {} in ThreeWay() argument
85 constexpr ThreeWay(const ThreeWay& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in ThreeWay() argument
87 …nstexpr std::strong_ordering operator()(void*, void*) const { return std::strong_ordering::equal; } in operator ()()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUniqueCStringMap.h229 int ThreeWay(ConstString lhs, ConstString rhs) { in ThreeWay() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp132 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1535 ThreeWay, enumerator