Home
last modified time | relevance | path

Searched defs:testEquality (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/StaticAnalyzer/
H A DReusables.h74 void testEquality(SourceLocation L, SourceManager &SM) const { in testEquality() function
84 void testEquality(SourceRange R, SourceManager &SM) const { in testEquality() function
95 void testEquality(const PathDiagnosticPiece &Piece, SourceManager &SM) { in testEquality() function
113 void testEquality(const PathDiagnostic &Diag, SourceManager &SM) { in testEquality() function
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestReifyValueBounds.cpp159 static LogicalResult testEquality(func::FuncOp funcOp) { testEquality() function
/llvm-project/libcxx/test/support/
H A Dtest_comparisons.h179 TEST_NODISCARD TEST_CONSTEXPR_CXX14 bool testEquality(const T& t1, const U& t2, bool isEqual) in testEquality() function