Home
last modified time | relevance | path

Searched defs:NonNegative (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp487 bool NonNegative) { in CanTraceInto()
572 bool ZeroExtended, bool NonNegative) { in find()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;