Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp130 SmallVector<Directive> RawLeafs(2); in getCompoundConstruct() local
134 RawLeafs.append(Ls.begin(), Ls.end()); in getCompoundConstruct()
136 RawLeafs.push_back(P); in getCompoundConstruct()
145 auto GivenLeafs{ArrayRef<Directive>(RawLeafs).drop_front(2)}; in getCompoundConstruct()
148 RawLeafs[1] = static_cast<Directive>(GivenLeafs.size()); in getCompoundConstruct()
152 static_cast<std::decay_t<decltype(*LeafConstructTable)>>(RawLeafs.data()), in getCompoundConstruct()