Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h182 std::pair<const_iterator, bool> insert(const T &V) { return insertImpl(V); } in insert()
185 return insertImpl(std::move(V)); in insert()
237 std::pair<const_iterator, bool> insertImpl(ArgType &&V) { in insertImpl() function