HomeSort by relevance Sort by last modified time
    Searched defs:unionWith (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Rect.h 138 bool unionWith(const Rect& r) {
  /external/llvm/lib/Support/
ConstantRange.cpp 344 /// unionWith - Return the range that results from the union of this range with
350 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
357 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
415 "ConstantRange::unionWith missed wrapped union unwrapped case");

Completed in 216 milliseconds