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

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/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);
  /prebuilts/clang/host/darwin-x86/clang-4479392/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);
  /prebuilts/clang/host/darwin-x86/clang-4579689/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);
  /prebuilts/clang/host/darwin-x86/clang-4630689/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);
  /prebuilts/clang/host/darwin-x86/clang-4639204/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);
  /prebuilts/clang/host/darwin-x86/clang-4691093/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);
  /prebuilts/clang/host/linux-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);
  /prebuilts/clang/host/linux-x86/clang-4393122/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);
  /prebuilts/clang/host/linux-x86/clang-4479392/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);
  /prebuilts/clang/host/linux-x86/clang-4579689/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);
  /prebuilts/clang/host/linux-x86/clang-4630689/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);
  /prebuilts/clang/host/linux-x86/clang-4639204/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);
  /prebuilts/clang/host/linux-x86/clang-4691093/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/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 67 StringRef getStringField(unsigned Elt) const;
68 unsigned getUnsignedField(unsigned Elt) const {
69 return (unsigned)getUInt64Field(Elt);
71 uint64_t getUInt64Field(unsigned Elt) const;
72 DIDescriptor getDescriptorField(unsigned Elt) const;
75 DescTy getFieldAs(unsigned Elt) const {
76 return DescTy(getDescriptorField(Elt));
79 GlobalVariable *getGlobalVariableField(unsigned Elt) const;
80 Constant *getConstantField(unsigned Elt) const;
81 Function *getFunctionField(unsigned Elt) const
    [all...]
  /external/llvm/utils/TableGen/
TableGen.cpp 166 for (Record *Elt : *Elts)
167 OS << ' ' << Elt->getName();
  /external/llvm/include/llvm/ADT/
TinyPtrVector.h 291 iterator insert(iterator I, const EltTy &Elt) {
295 push_back(Elt);
301 Val = Elt;
306 return Val.template get<VecTy*>()->insert(I, Elt);
  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops_main.cpp 80 ElementTy Elt = TestElements[EI];
82 Ty ResultLlc = VectorOps<T>::insertelement(Vect, Elt, I);
83 Ty ResultSz = VectorOps<T>::Subzero_insertelement(Vect, Elt, I);
91 << ", Element=" << (typename VectorOps<T>::CastTy)Elt
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 302 iterator insert(iterator I, const EltTy &Elt) {
306 push_back(Elt);
312 Val = Elt;
317 return Val.template get<VecTy*>()->insert(I, Elt);

Completed in 1402 milliseconds

1 2 34 5 6 7 8 91011>>