Searched refs:insertFrom (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 617 unsigned insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y); 631 insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y) { in insertFrom() function 1136 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1841 unsigned Size = IM.rootLeaf().insertFrom(P.leafOffset(), IM.rootSize, a, b, y); in insert() 1902 Size = P.leaf<Leaf>().insertFrom(P.leafOffset(), Size, a, b, y); in treeInsert() 1908 Size = P.leaf<Leaf>().insertFrom(P.leafOffset(), P.leafSize(), a, b, y); in treeInsert()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16575 …:SlotIndex, unsigned int, 4u, llvm::IntervalMapInfo<llvm::SlotIndex>>::insertFrom(unsigned int&, u… 16579 …:SlotIndex, unsigned int, 9u, llvm::IntervalMapInfo<llvm::SlotIndex>>::insertFrom(unsigned int&, u…
|