HomeSort by relevance Sort by last modified time
    Searched refs:grow (Results 26 - 50 of 377) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntArrayList.java 61 grow(); method
75 protected void grow() { method in class:IntArrayList
  /external/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /external/lzma/CPP/Windows/Control/
ImageList.h 34 bool Create(int width, int height, UINT flags, int initialNumber, int grow)
37 initialNumber, grow);
  /libcore/ojluni/src/main/java/java/io/
ByteArrayOutputStream.java 93 grow(minCapacity);
110 private void grow(int minCapacity) { method in class:ByteArrayOutputStream
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 164 grow(C);
170 grow(C, N);
186 // Grow allocated space if needed.
188 this->grow(C, this->size()+NumInputs);
200 // Grow allocated space if needed.
202 this->grow(C, this->size()+NumInputs);
232 this->grow(C);
344 this->grow(C, N);
351 /// grow - double the size of the allocated memory, guaranteeing space for at
353 void grow(const ASTContext &C, size_type MinSize = 1)
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 81 /// grow_pod - This is an implementation of the grow() method which only works
194 /// grow - double the size of the allocated memory, guaranteeing space for at
196 void grow(size_t MinSize = 0);
201 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
204 size_t NewCapacity = 2*CurCapacity + 1; // Always grow, even from zero.
253 /// grow - double the size of the allocated memory, guaranteeing space for at
255 void grow(size_t MinSize = 0) { function in class:llvm::SmallVectorTemplateCommon::SmallVectorTemplateBase
299 this->grow(N);
311 this->grow(N);
319 this->grow(N)
    [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 161 grow(C);
178 grow(C, size() + Cnt);
185 grow(C, N);
193 /// grow - double the size of the allocated memory, guaranteeing space for at
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
  /external/llvm/include/llvm/ADT/
SmallVector.h 42 /// This is an implementation of the grow() method which only works
202 /// Grow the allocated memory (without initializing new elements), doubling
205 void grow(size_t MinSize = 0);
210 this->grow();
217 this->grow();
230 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { function in class:llvm::SmallVectorTemplateBase
233 // Always grow, even from zero.
298 void grow(size_t MinSize = 0) { function in class:llvm::SmallVectorTemplateBase
304 this->grow();
355 this->grow(N)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 45 /// This is an implementation of the grow() method which only works
205 /// Grow the allocated memory (without initializing new elements), doubling
208 void grow(size_t MinSize = 0);
213 this->grow();
220 this->grow();
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { function in class:llvm::SmallVectorTemplateBase
236 // Always grow, even from zero.
301 void grow(size_t MinSize = 0) { function in class:llvm::SmallVectorTemplateBase
308 this->grow();
358 this->grow(N)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 45 /// This is an implementation of the grow() method which only works
205 /// Grow the allocated memory (without initializing new elements), doubling
208 void grow(size_t MinSize = 0);
213 this->grow();
220 this->grow();
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { function in class:llvm::SmallVectorTemplateBase
236 // Always grow, even from zero.
301 void grow(size_t MinSize = 0) { function in class:llvm::SmallVectorTemplateBase
308 this->grow();
358 this->grow(N)
    [all...]

Completed in 749 milliseconds

12 3 4 5 6 7 8 91011>>