Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h36 Equality = 9, // ==, != enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1577 std::optional<bool> Equality = meansEquality(Sym); in getRangeForEqualities() local
2237 if (std::optional<bool> Equality = meansEquality(Sym)) { in assignSymSymExprToRangeSet() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp138 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h185 Equality, enumerator