HomeSort by relevance Sort by last modified time
    Searched defs:Begin (Results 151 - 175 of 458) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTVector.h 35 T *Begin, *End;
48 ASTVector() : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {}
50 ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) {
51 O.Begin = O.End = nullptr;
57 : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {
64 swap(Begin, O.Begin);
73 destroy_range(Begin, End);
92 iterator begin() { return Begin; function in class:clang::ASTVector
93 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Support/
BumpVector.h 59 T *Begin, *End, *Capacity;
63 : Begin(nullptr), End(nullptr), Capacity(nullptr) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; } function in class:clang::BumpVector
90 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
97 reverse_iterator rend() { return reverse_iterator(begin()); }
98 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
100 bool empty() const { return Begin == End;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
UDTLayout.h 57 uint32_t Begin = getOffsetInParent();
58 uint32_t End = Begin + getSize();
59 return (Off >= Begin && Off < End);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSection.h 59 MCSymbol *Begin;
95 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin);
106 MCSymbol *getBeginSymbol() { return Begin; }
111 assert(!Begin);
112 Begin = Sym;
156 iterator begin() { return Fragments.begin(); } function in class:llvm::MCSection
157 const_iterator begin() const { return Fragments.begin(); } function in class:llvm::MCSection
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Allocator.h 167 DeallocateSlabs(Slabs.begin(), Slabs.end());
172 DeallocateSlabs(Slabs.begin(), Slabs.end());
205 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0));
206 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end());
207 Slabs.erase(std::next(Slabs.begin()), Slabs.end());
286 for (auto I = Slabs.begin(), E = Slabs.end(); I != E; ++I)
287 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I));
359 computeSlabSize(std::distance(Slabs.begin(), I));
407 auto DestroyElements = [](char *Begin, char *End) {
408 assert(Begin == (char *)alignAddr(Begin, alignof(T)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTVector.h 35 T *Begin, *End;
48 ASTVector() : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {}
50 ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) {
51 O.Begin = O.End = nullptr;
57 : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {
64 swap(Begin, O.Begin);
73 destroy_range(Begin, End);
92 iterator begin() { return Begin; function in class:clang::ASTVector
93 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Support/
BumpVector.h 59 T *Begin, *End, *Capacity;
63 : Begin(nullptr), End(nullptr), Capacity(nullptr) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; } function in class:clang::BumpVector
90 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
97 reverse_iterator rend() { return reverse_iterator(begin()); }
98 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
100 bool empty() const { return Begin == End;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
UDTLayout.h 57 uint32_t Begin = getOffsetInParent();
58 uint32_t End = Begin + getSize();
59 return (Off >= Begin && Off < End);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSection.h 59 MCSymbol *Begin;
95 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin);
106 MCSymbol *getBeginSymbol() { return Begin; }
111 assert(!Begin);
112 Begin = Sym;
156 iterator begin() { return Fragments.begin(); } function in class:llvm::MCSection
157 const_iterator begin() const { return Fragments.begin(); } function in class:llvm::MCSection
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Allocator.h 167 DeallocateSlabs(Slabs.begin(), Slabs.end());
172 DeallocateSlabs(Slabs.begin(), Slabs.end());
205 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0));
206 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end());
207 Slabs.erase(std::next(Slabs.begin()), Slabs.end());
286 for (auto I = Slabs.begin(), E = Slabs.end(); I != E; ++I)
287 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I));
359 computeSlabSize(std::distance(Slabs.begin(), I));
407 auto DestroyElements = [](char *Begin, char *End) {
408 assert(Begin == (char *)alignAddr(Begin, alignof(T)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTVector.h 35 T *Begin, *End;
48 ASTVector() : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {}
50 ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) {
51 O.Begin = O.End = nullptr;
57 : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {
64 swap(Begin, O.Begin);
73 destroy_range(Begin, End);
92 iterator begin() { return Begin; function in class:clang::ASTVector
93 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Support/
BumpVector.h 59 T *Begin, *End, *Capacity;
63 : Begin(nullptr), End(nullptr), Capacity(nullptr) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; } function in class:clang::BumpVector
90 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
97 reverse_iterator rend() { return reverse_iterator(begin()); }
98 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
100 bool empty() const { return Begin == End;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
UDTLayout.h 57 uint32_t Begin = getOffsetInParent();
58 uint32_t End = Begin + getSize();
59 return (Off >= Begin && Off < End);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSection.h 59 MCSymbol *Begin;
95 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin);
106 MCSymbol *getBeginSymbol() { return Begin; }
111 assert(!Begin);
112 Begin = Sym;
156 iterator begin() { return Fragments.begin(); } function in class:llvm::MCSection
157 const_iterator begin() const { return Fragments.begin(); } function in class:llvm::MCSection
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Allocator.h 167 DeallocateSlabs(Slabs.begin(), Slabs.end());
172 DeallocateSlabs(Slabs.begin(), Slabs.end());
205 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0));
206 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end());
207 Slabs.erase(std::next(Slabs.begin()), Slabs.end());
286 for (auto I = Slabs.begin(), E = Slabs.end(); I != E; ++I)
287 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I));
359 computeSlabSize(std::distance(Slabs.begin(), I));
407 auto DestroyElements = [](char *Begin, char *End) {
408 assert(Begin == (char *)alignAddr(Begin, alignof(T)))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 35 T *Begin, *End;
48 ASTVector() : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {}
50 ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) {
51 O.Begin = O.End = nullptr;
57 : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {
64 swap(Begin, O.Begin);
73 destroy_range(Begin, End);
92 iterator begin() { return Begin; function in class:clang::ASTVector
93 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 59 T *Begin, *End, *Capacity;
63 : Begin(nullptr), End(nullptr), Capacity(nullptr) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; } function in class:clang::BumpVector
90 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
97 reverse_iterator rend() { return reverse_iterator(begin()); }
98 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
100 bool empty() const { return Begin == End;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 59 MCSymbol *Begin;
95 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin);
106 MCSymbol *getBeginSymbol() { return Begin; }
111 assert(!Begin);
112 Begin = Sym;
156 iterator begin() { return Fragments.begin(); } function in class:llvm::MCSection
157 const_iterator begin() const { return Fragments.begin(); } function in class:llvm::MCSection
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 167 DeallocateSlabs(Slabs.begin(), Slabs.end());
172 DeallocateSlabs(Slabs.begin(), Slabs.end());
205 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0));
206 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end());
207 Slabs.erase(std::next(Slabs.begin()), Slabs.end());
283 for (auto I = Slabs.begin(), E = Slabs.end(); I != E; ++I)
284 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I));
356 computeSlabSize(std::distance(Slabs.begin(), I));
404 auto DestroyElements = [](char *Begin, char *End) {
405 assert(Begin == (char *)alignAddr(Begin, alignof(T)))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTVector.h 35 T *Begin, *End;
48 ASTVector() : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {}
50 ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) {
51 O.Begin = O.End = nullptr;
57 : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {
64 swap(Begin, O.Begin);
73 destroy_range(Begin, End);
92 iterator begin() { return Begin; function in class:clang::ASTVector
93 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Support/
BumpVector.h 59 T *Begin, *End, *Capacity;
63 : Begin(nullptr), End(nullptr), Capacity(nullptr) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; } function in class:clang::BumpVector
90 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
97 reverse_iterator rend() { return reverse_iterator(begin()); }
98 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
100 bool empty() const { return Begin == End;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSection.h 59 MCSymbol *Begin;
95 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin);
106 MCSymbol *getBeginSymbol() { return Begin; }
111 assert(!Begin);
112 Begin = Sym;
156 iterator begin() { return Fragments.begin(); } function in class:llvm::MCSection
157 const_iterator begin() const { return Fragments.begin(); } function in class:llvm::MCSection
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Allocator.h 167 DeallocateSlabs(Slabs.begin(), Slabs.end());
172 DeallocateSlabs(Slabs.begin(), Slabs.end());
205 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0));
206 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end());
207 Slabs.erase(std::next(Slabs.begin()), Slabs.end());
283 for (auto I = Slabs.begin(), E = Slabs.end(); I != E; ++I)
284 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I));
356 computeSlabSize(std::distance(Slabs.begin(), I));
404 auto DestroyElements = [](char *Begin, char *End) {
405 assert(Begin == (char *)alignAddr(Begin, alignof(T)))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTVector.h 35 T *Begin, *End;
48 ASTVector() : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {}
50 ASTVector(ASTVector &&O) : Begin(O.Begin), End(O.End), Capacity(O.Capacity) {
51 O.Begin = O.End = nullptr;
57 : Begin(nullptr), End(nullptr), Capacity(nullptr, false) {
64 swap(Begin, O.Begin);
73 destroy_range(Begin, End);
92 iterator begin() { return Begin; function in class:clang::ASTVector
93 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Support/
BumpVector.h 59 T *Begin, *End, *Capacity;
63 : Begin(nullptr), End(nullptr), Capacity(nullptr) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; } function in class:clang::BumpVector
90 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
97 reverse_iterator rend() { return reverse_iterator(begin()); }
98 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
100 bool empty() const { return Begin == End;
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 67 8 91011>>