Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/algorithms/
H A Drobust_against_copying_comparators.pass.cpp86 constexpr explicit ThreeWay(int *copies) : copies_(copies) {} in ThreeWay() argument
88 constexpr ThreeWay& operator=(const ThreeWay&) = default; in operator ()() argument
83 struct ThreeWay { global() struct
85 ThreeWayThreeWay ThreeWay() argument
/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h229 int ThreeWay(ConstString lhs, ConstString rhs) { in ThreeWay() function
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp138 enum { Equality, Inequality, Relational, ThreeWay } Kind; DiagnoseUnusedComparison() enumerator
/llvm-project/clang/include/clang/Sema/
H A DSema.h5606 ThreeWay, global() enumerator