Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h36 Equality = 9, // ==, != enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp61 case tok::equalequal: return prec::Equality; in getBinOpPrecedence()
/freebsd/contrib/kyua/utils/
H A Doptional.ipp133 /// Equality comparator.
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp198 case Node::Prec::Equality: in print()
199 return printStr("Node::Prec::Equality"); in print()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1577 std::optional<bool> Equality = meansEquality(Sym); in getRangeForEqualities() local
1579 if (!Equality) in getRangeForEqualities()
1587 if (*AreEqual == *Equality) { in getRangeForEqualities()
2237 if (std::optional<bool> Equality = meansEquality(Sym)) { in assignSymSymExprToRangeSet() local
2243 if (*Equality == *ConstraintAsBool) { in assignSymSymExprToRangeSet()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def395 // [C99 6.5.9] Equality operators.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp138 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator
145 Kind = Equality; in DiagnoseUnusedComparison()
159 Kind = Equality; in DiagnoseUnusedComparison()
198 else if (Kind == Equality) in DiagnoseUnusedComparison()
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md12 **WARNING:** Equality matching via `EXPECT_THAT(actual_value, expected_value)`
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h185 Equality, enumerator
3260 {"eq", OperatorInfo::Binary, false, Node::Prec::Equality, "operator=="},
3276 {"ne", OperatorInfo::Binary, false, Node::Prec::Equality, "operator!="},
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp529 PreviousPrecedence == prec::Equality || in mustBreak()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td750 // Equality: eq
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok3082 Equality . . . . . . . . . . . . . . . . 583--585
H A Dfunstack.in23548 title = "An Algorithm for Reasoning About Equality",