Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dtest_comparisons.h38 testComparisonsComplete(const T& t1, const U& t2, bool isEqual, bool isLess, bool isGreater) { in testComparisonsComplete()
102 bool isGreater = !isEqual && !isLess; in testComparisons() local
112 const bool isGreater = val1 > val2; in testComparisonsValues() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp356 bool isGreater(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isGreater() function
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp1274 static bool isGreater(TensorExp::Kind kind, Attribute attr) { in isGreater() function