Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DUniqueCStringMap.h177 int result = c.ThreeWay(lhs.cstring, rhs.cstring); in Sort()
223 return ThreeWay(lhs, rhs) < 0; in operator()
229 int ThreeWay(ConstString lhs, ConstString rhs) { in ThreeWay() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp132 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator
143 Kind = ThreeWay; in DiagnoseUnusedComparison()
165 Kind = ThreeWay; in DiagnoseUnusedComparison()
H A DSemaDeclCXX.cpp6595 return DefaultedComparisonKind::ThreeWay; in getDefaultedFunctionKind()
7725 case DefaultedComparisonKind::ThreeWay: in visit()
7859 DCK == DefaultedComparisonKind::ThreeWay) && in visit()
8244 case DefaultedComparisonKind::ThreeWay: { in build()
8456 case DefaultedComparisonKind::ThreeWay: { in visitExpandedSubobject()
8704 if (DCK != DefaultedComparisonKind::ThreeWay && in CheckExplicitlyDefaultedComparison()
8716 DCK == DefaultedComparisonKind::ThreeWay && in CheckExplicitlyDefaultedComparison()
8784 if (DCK == DefaultedComparisonKind::ThreeWay && in CheckExplicitlyDefaultedComparison()
17557 DefKind.asComparison() != DefaultedComparisonKind::ThreeWay) { in SetDeclDefaulted()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1567 ThreeWay, enumerator