Searched refs:insertFrom (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 616 unsigned insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y); 630 insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y) { in insertFrom() function 1135 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1840 unsigned Size = IM.rootLeaf().insertFrom(P.leafOffset(), IM.rootSize, a, b, y); in insert() 1901 Size = P.leaf<Leaf>().insertFrom(P.leafOffset(), Size, a, b, y); in treeInsert() 1907 Size = P.leaf<Leaf>().insertFrom(P.leafOffset(), P.leafSize(), a, b, y); in treeInsert()
|