Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp142 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DOptionalTest.cpp694 bool IsLess; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp13127 IsLess = CR == CmpResult::Less, in VisitBinaryOperator() local