Searched refs:destroy_range (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 82 destroy_range(Begin, End); in ~BumpVector() 153 destroy_range(Begin, End); in clear() 216 void destroy_range(T *S, T *E) { in destroy_range() function 249 destroy_range(Begin, End); in grow()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 352 static void destroy_range(T *S, T *E) { in destroy_range() function 410 this->destroy_range(this->begin(), this->end()); in growAndAssign() 470 destroy_range(this->begin(), this->end()); in moveElementsForGrow() 504 static void destroy_range(T *, T *) {} in destroy_range() function 605 this->destroy_range(this->begin(), this->end()); in assignRemote() 625 this->destroy_range(this->begin(), this->end()); in clear() 660 this->destroy_range(this->begin() + N, this->end()); in truncate() 730 this->destroy_range(this->begin() + NumElts, this->end()); in assign() 776 this->destroy_range(I, this->end()); in erase() 1006 this->destroy_range(this->begin()+NumShared, this->end()); in swap() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTVector.h | 78 destroy_range(Begin, End); in ~ASTVector() 147 destroy_range(Begin, End); in clear() 343 this->destroy_range(this->begin()+N, this->end()); in resize() 363 void destroy_range(T *S, T *E) { in destroy_range() function 395 destroy_range(Begin, End); in grow()
|