Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp308 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange
/third_party/node/tools/
Dlint-md.mjs6332 const isEmptySet = (val) => val instanceof Set ? val.size === 0 : !val; function