Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableList.h182 const ListTy* TailImpl = Tail.getInternalPointer(); in concat() local
183 ListTy::Profile(ID, Head, TailImpl); in concat()
190 new (L) ListTy(std::forward<ElemT>(Head), TailImpl); in concat()