Searched refs:construct_range (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 173 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/ |
D | SmallVector.h | 300 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/ |
D | ASTVector.h | 345 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
|