Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dfindloc.cpp21 struct Equality { struct
22 Type1Fortran::runtime::Equality global() argument
23 Type2Fortran::runtime::Equality global() argument
24 operator ()Fortran::runtime::Equality operator ()() argument
31 struct Equality<TypeCategory::Complex, KIND1, TypeCategory::Complex, KIND2> { global() struct
32 Type1Fortran::runtime::Equality global() argument
33 Type2Fortran::runtime::Equality global() argument
34 operator ()Fortran::runtime::Equality operator ()() argument
43 struct Equality<TypeCategory::Complex, KIND1, CAT2, KIND2> { global() struct
44 Type1Fortran::runtime::Equality global() argument
45 Type2Fortran::runtime::Equality global() argument
46 operator ()Fortran::runtime::Equality operator ()() argument
54 struct Equality<CAT1, KIND1, TypeCategory::Complex, KIND2> { global() struct
55 Type1Fortran::runtime::Equality global() argument
56 Type2Fortran::runtime::Equality global() argument
57 operator ()Fortran::runtime::Equality operator ()() argument
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dsuspicious-call-argument.rst32 Equality section in Heuristics
38 .. _abbreviation_heuristic:
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFLocationExpressionTest.cpp15 TEST(DWARFLocationExpression, Equality) { in TEST() argument
/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h36 Equality = 9, // ==, != enumerator
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h26 Equality, enumerator
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DUtils.h88 enum class ReprKind { Inequality, Equality, None }; global() enumerator
/llvm-project/lldb/unittests/Utility/
H A DScalarTest.cpp39 TEST(ScalarTest, Equality) { in TEST() argument
/llvm-project/llvm/unittests/ADT/
H A DBitVectorTest.cpp182 TYPED_TEST(BitVectorTest, Equality) { in TYPED_TEST() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1577 std::optional<bool> Equality = meansEquality(Sym); getRangeForEqualities() local
2237 if (std::optional<bool> Equality = meansEquality(Sym)) { assignSymSymExprToRangeSet() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp138 enum { Equality, Inequality, Relational, ThreeWay } Kind; DiagnoseUnusedComparison() enumerator
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp312 TEST_F(ConstantRangeTest,Equality) TEST_F() argument
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h185 Equality, global() enumerator
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h186 Equality, global() enumerator