Searched defs:emplace_back (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h212 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
H A DSmallVector.h950 template <typename... ArgTypes> reference emplace_back(ArgTypes &&... Args) { function in class:llvm::SmallVectorImpl
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h554 template <typename... Args> inline void Array::emplace_back(Args &&...A) { function in class:llvm::json::Array

Completed in 77 milliseconds