HomeSort by relevance Sort by last modified time
    Searched refs:Elt (Results 51 - 75 of 299) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallString.h 46 void assign(size_t NumElts, char Elt) {
47 this->SmallVectorImpl<char>::assign(NumElts, Elt);
79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallString.h 46 void assign(size_t NumElts, char Elt) {
47 this->SmallVectorImpl<char>::assign(NumElts, Elt);
79 void append(size_t NumInputs, char Elt) {
80 SmallVectorImpl<char>::append(NumInputs, Elt);
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 208 void push_back(const T &Elt) {
211 ::new ((void*) this->end()) T(Elt);
215 void push_back(T &&Elt) {
218 ::new ((void*) this->end()) T(::std::move(Elt));
302 void push_back(const T &Elt) {
305 memcpy(this->end(), &Elt, sizeof(T));
401 void append(size_type NumInputs, const T &Elt) {
407 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
415 void assign(size_type NumElts, const T &Elt) {
420 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 211 void push_back(const T &Elt) {
214 ::new ((void*) this->end()) T(Elt);
218 void push_back(T &&Elt) {
221 ::new ((void*) this->end()) T(::std::move(Elt));
306 void push_back(const T &Elt) {
309 memcpy(this->end(), &Elt, sizeof(T));
404 void append(size_type NumInputs, const T &Elt) {
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
418 void assign(size_type NumElts, const T &Elt) {
423 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 211 void push_back(const T &Elt) {
214 ::new ((void*) this->end()) T(Elt);
218 void push_back(T &&Elt) {
221 ::new ((void*) this->end()) T(::std::move(Elt));
306 void push_back(const T &Elt) {
309 memcpy(this->end(), &Elt, sizeof(T));
404 void append(size_type NumInputs, const T &Elt) {
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
418 void assign(size_type NumElts, const T &Elt) {
423 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 211 void push_back(const T &Elt) {
214 ::new ((void*) this->end()) T(Elt);
218 void push_back(T &&Elt) {
221 ::new ((void*) this->end()) T(::std::move(Elt));
306 void push_back(const T &Elt) {
309 memcpy(this->end(), &Elt, sizeof(T));
407 void append(size_type NumInputs, const T &Elt) {
413 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
424 void assign(size_type NumElts, const T &Elt) {
429 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 211 void push_back(const T &Elt) {
214 ::new ((void*) this->end()) T(Elt);
218 void push_back(T &&Elt) {
221 ::new ((void*) this->end()) T(::std::move(Elt));
306 void push_back(const T &Elt) {
309 memcpy(this->end(), &Elt, sizeof(T));
407 void append(size_type NumInputs, const T &Elt) {
413 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
424 void assign(size_type NumElts, const T &Elt) {
429 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 211 void push_back(const T &Elt) {
214 ::new ((void*) this->end()) T(Elt);
218 void push_back(T &&Elt) {
221 ::new ((void*) this->end()) T(::std::move(Elt));
306 void push_back(const T &Elt) {
309 memcpy(this->end(), &Elt, sizeof(T));
404 void append(size_type NumInputs, const T &Elt) {
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
418 void assign(size_type NumElts, const T &Elt) {
423 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 211 void push_back(const T &Elt) {
214 ::new ((void*) this->end()) T(Elt);
218 void push_back(T &&Elt) {
221 ::new ((void*) this->end()) T(::std::move(Elt));
306 void push_back(const T &Elt) {
309 memcpy(this->end(), &Elt, sizeof(T));
407 void append(size_type NumInputs, const T &Elt) {
413 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
424 void assign(size_type NumElts, const T &Elt) {
429 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 211 void push_back(const T &Elt) {
214 ::new ((void*) this->end()) T(Elt);
218 void push_back(T &&Elt) {
221 ::new ((void*) this->end()) T(::std::move(Elt));
306 void push_back(const T &Elt) {
309 memcpy(this->end(), &Elt, sizeof(T));
407 void append(size_type NumInputs, const T &Elt) {
413 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
424 void assign(size_type NumElts, const T &Elt) {
429 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 212 void push_back(const T &Elt) {
215 ::new ((void*) this->end()) T(Elt);
219 void push_back(T &&Elt) {
222 ::new ((void*) this->end()) T(::std::move(Elt));
309 void push_back(const T &Elt) {
312 memcpy(this->end(), &Elt, sizeof(T));
410 void append(size_type NumInputs, const T &Elt) {
416 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
427 void assign(size_type NumElts, const T &Elt) {
432 std::uninitialized_fill(this->begin(), this->end(), Elt);
    [all...]
  /external/llvm/lib/Support/
SmallPtrSet.cpp 131 const void *Elt = *BucketPtr;
132 if (Elt != getTombstoneMarker() && Elt != getEmptyMarker())
133 *const_cast<void**>(FindBucketFor(Elt)) = const_cast<void*>(Elt);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
SmallPtrSet.cpp 132 const void *Elt = *BucketPtr;
133 if (Elt != getTombstoneMarker() && Elt != getEmptyMarker())
134 *const_cast<void**>(FindBucketFor(Elt)) = const_cast<void*>(Elt);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 55 DIDescriptor::getStringField(unsigned Elt) const {
59 if (Elt < DbgNode->getNumOperands())
60 if (MDString *MDS = dyn_cast_or_null<MDString>(DbgNode->getOperand(Elt)))
66 uint64_t DIDescriptor::getUInt64Field(unsigned Elt) const {
70 if (Elt < DbgNode->getNumOperands())
71 if (ConstantInt *CI = dyn_cast<ConstantInt>(DbgNode->getOperand(Elt)))
77 DIDescriptor DIDescriptor::getDescriptorField(unsigned Elt) const {
81 if (Elt < DbgNode->getNumOperands())
83 DIDescriptor(dyn_cast_or_null<const MDNode>(DbgNode->getOperand(Elt)));
87 GlobalVariable *DIDescriptor::getGlobalVariableField(unsigned Elt) const
    [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 154 void push_back(const_reference Elt, BumpVectorContext &C) {
157 new (End) T(Elt);
197 void construct_range(T *S, T *E, const T &Elt) {
199 new (S) T(Elt);
  /external/llvm/lib/IR/
ConstantFold.h 37 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.h 38 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 154 void push_back(const_reference Elt, BumpVectorContext &C) {
157 new (End) T(Elt);
197 void construct_range(T *S, T *E, const T &Elt) {
199 new (S) T(Elt);

Completed in 844 milliseconds

1 23 4 5 6 7 8 91011>>