Home
last modified time | relevance | path

Searched defs:unionWith (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h143 LocationSize unionWith(LocationSize Other) const { in unionWith() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d492 IntRange unionWith(const ref IntRange other) const in unionWith() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.c441 IntRange IntRange::unionWith(const IntRange& other) const in unionWith() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseBitVector.h171 bool unionWith(const SparseBitVectorElement &RHS) { in unionWith() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp574 ConstantRange ConstantRange::unionWith(const ConstantRange &CR, in unionWith() function in ConstantRange