OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capacity_ptr
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
ASTVector.h
188
if (NumInputs > size_type(this->
capacity_ptr
()-this->end()))
202
if (NumInputs > size_type(this->
capacity_ptr
()-this->end()))
368
iterator
capacity_ptr
() { return (iterator)this->Capacity; }
function in class:clang::ASTVector
/external/llvm/include/llvm/ADT/
SmallVector.h
117
iterator
capacity_ptr
() { return (iterator)this->CapacityX; }
function in class:llvm::SmallVectorTemplateCommon
118
const_iterator
capacity_ptr
() const { return (const_iterator)this->CapacityX;}
function in class:llvm::SmallVectorTemplateCommon
132
size_t capacity() const { return
capacity_ptr
() - begin(); }
448
if (NumInputs > size_type(this->
capacity_ptr
()-this->end()))
462
if (NumInputs > size_type(this->
capacity_ptr
()-this->end()))
Completed in 180 milliseconds