Home
last modified time | relevance | path

Searched defs:emplace (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DOptional.h75 void emplace(ArgTypes &&...Args) { in emplace() function
/external/libcxx/test/support/
Dnasty_containers.hpp98 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() function in nasty_vector
219 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() function in nasty_list