HomeSort by relevance Sort by last modified time
    Searched refs:NumInputs (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /external/llvm/lib/IR/
InlineAsm.cpp 255 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0;
261 if ((NumInputs-NumIndirect) != 0 || NumClobbers != 0)
271 ++NumInputs;
293 if (Ty->getNumParams() != NumInputs) return false;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 253 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0;
259 if ((NumInputs-NumIndirect) != 0 || NumClobbers != 0)
269 ++NumInputs;
291 if (Ty->getNumParams() != NumInputs) return false;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 66 unsigned int NumInputs;
259 if (input >= s->NumInputs)
278 s->Temporary[i].Index = i + s->NumInputs;
559 for (i = 0; i < s->NumInputs; i++) {
570 node_count + s->NumInputs);
600 for (i = 0, input_node = 0; i< s->NumInputs; i++) {
762 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
764 s.NumInputs * sizeof(struct register_info));
765 memset(s.Input, 0, s.NumInputs * sizeof(struct register_info));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 350 size_type NumInputs = std::distance(in_start, in_end);
352 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
353 this->grow(this->size()+NumInputs);
359 this->setEnd(this->end() + NumInputs);
364 void append(size_type NumInputs, const T &Elt) {
366 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
367 this->grow(this->size()+NumInputs);
370 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
371 this->setEnd(this->end() + NumInputs);
  /external/llvm/include/llvm/ADT/
SmallString.h 78 void append(size_t NumInputs, char Elt) {
79 SmallVectorImpl<char>::append(NumInputs, Elt);
SmallVector.h 390 size_type NumInputs = std::distance(in_start, in_end);
392 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
393 this->grow(this->size()+NumInputs);
397 this->setEnd(this->end() + NumInputs);
401 void append(size_type NumInputs, const T &Elt) {
403 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
404 this->grow(this->size()+NumInputs);
407 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
408 this->setEnd(this->end() + NumInputs);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 119 unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool>> &OpDecls,

Completed in 408 milliseconds

1 2 3