Searched defs:unionWith (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTimeRanges.cpp99 unionWith(invertedOther.get());
103 void TimeRanges::unionWith(const TimeRanges* other) function in class:TimeRanges
/external/llvm/lib/IR/
H A DConstantRange.cpp336 /// unionWith - Return the range that results from the union of this range with
342 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const { function in class:ConstantRange
349 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
401 "ConstantRange::unionWith missed a case with one range wrapped");
505 UpperDiv.trunc(DstTySize)).unionWith(Union);
511 UpperModulo.trunc(DstTySize)).unionWith(Union);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 98 milliseconds