Searched defs:isEmptySet (Results 1 – 2 of 2) sorted by relevance
308 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange
6332 const isEmptySet = (val) => val instanceof Set ? val.size === 0 : !val; function