Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Support/
DBumpVector.h173 construct_range(I, I + Cnt, E); in insert()
197 void construct_range(T *S, T *E, const T &Elt) { in construct_range() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h300 this->construct_range(this->end(), this->begin()+N, T()); in resize()
312 construct_range(this->end(), this->begin()+N, NV); in resize()
379 construct_range(this->begin(), this->end(), Elt); in assign()
559 static void construct_range(T *S, T *E, const T &Elt) { in construct_range() function
/external/clang/include/clang/AST/
DASTVector.h345 construct_range(this->end(), this->begin()+N, NV); in resize()
355 void construct_range(T *S, T *E, const T &Elt) { in construct_range() function