Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp143 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp140 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
/external/webrtc/media/base/
Dh264_profile_level_id.cc76 bool IsLess(Level a, Level b) { in IsLess() function
/external/llvm-project/llvm/unittests/ADT/
DOptionalTest.cpp502 bool IsLess; variable
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc351 bool IsLess(const NodeDef& node) { return node.op() == "Less"; } in IsLess() function
/external/clang/lib/CodeGen/
DCGClass.cpp635 llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr, in EmitAggMemberInitializer() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp12858 IsLess = CR == CmpResult::Less, in VisitBinaryOperator() local