Searched refs:Equality (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 36 Equality = 9, // ==, != enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OperatorPrecedence.cpp | 60 case tok::equalequal: return prec::Equality; in getBinOpPrecedence()
|
| /freebsd/contrib/kyua/utils/ |
| H A D | optional.ipp | 133 /// Equality comparator.
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1595 std::optional<bool> Equality = meansEquality(Sym); in getRangeForEqualities() local 1597 if (!Equality) in getRangeForEqualities() 1605 if (*AreEqual == *Equality) { in getRangeForEqualities() 2252 if (std::optional<bool> Equality = meansEquality(Sym)) { in assignSymSymExprToRangeSet() local 2258 if (*Equality == *ConstraintAsBool) { in assignSymSymExprToRangeSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 198 case Node::Prec::Equality: in print()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 401 // [C99 6.5.9] Equality operators.
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 134 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator 141 Kind = Equality; in DiagnoseUnusedComparison() 155 Kind = Equality; in DiagnoseUnusedComparison() 194 else if (Kind == Equality) in DiagnoseUnusedComparison()
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 12 **WARNING:** Equality matching via `EXPECT_THAT(actual_value, expected_value)`
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 190 Equality, enumerator 3400 {"eq", OperatorInfo::Binary, false, Node::Prec::Equality, "operator=="}, 3416 {"ne", OperatorInfo::Binary, false, Node::Prec::Equality, "operator!="},
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 555 PreviousPrecedence == prec::Equality || in mustBreak()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 769 // Equality: eq
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 3082 Equality . . . . . . . . . . . . . . . . 583--585
|
| H A D | funstack.in | 23548 title = "An Algorithm for Reasoning About Equality",
|