Home
last modified time | relevance | path

Searched refs:treeInsert (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h1531 void treeInsert(KeyT a, KeyT b, ValT y);
1784 return treeInsert(a, b, y); in insert()
1802 treeInsert(a, b, y); in insert()
1807 iterator::treeInsert(KeyT a, KeyT b, ValT y) { in treeInsert() function