Home
last modified time | relevance | path

Searched defs:capacity_ptr (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTVector.h368 const_iterator capacity_ptr() const { in capacity_ptr() function
371 iterator capacity_ptr() { return (iterator)Capacity.getPointer(); } in capacity_ptr() function
/external/llvm/include/llvm/ADT/
DSmallVector.h121 iterator capacity_ptr() { return (iterator)this->CapacityX; } in capacity_ptr() function
122 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} in capacity_ptr() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h124 iterator capacity_ptr() { return (iterator)this->CapacityX; } in capacity_ptr() function
125 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} in capacity_ptr() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h127 iterator capacity_ptr() { return (iterator)this->CapacityX; } in capacity_ptr() function
128 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} in capacity_ptr() function