HomeSort by relevance Sort by last modified time
    Searched refs:Entries (Results 101 - 125 of 475) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SpecialCaseList.h 16 // entries below it apply to. Section names are regular expressions, and
17 // entries without a section header match all sections (e.g. an '[*]' header
69 /// Parses the special case list entries from files. On failure, returns
77 /// Parses the special case list entries from files. On failure, reports a
126 SectionEntries Entries;
133 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 94 /// subsequent entries of the location list.
108 std::vector<RangeListEntry> Entries;
116 const std::vector<RangeListEntry> &getEntries() { return Entries; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SpecialCaseList.h 16 // entries below it apply to. Section names are regular expressions, and
17 // entries without a section header match all sections (e.g. an '[*]' header
69 /// Parses the special case list entries from files. On failure, returns
77 /// Parses the special case list entries from files. On failure, reports a
126 SectionEntries Entries;
133 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 94 /// subsequent entries of the location list.
108 std::vector<RangeListEntry> Entries;
116 const std::vector<RangeListEntry> &getEntries() { return Entries; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SpecialCaseList.h 16 // entries below it apply to. Section names are regular expressions, and
17 // entries without a section header match all sections (e.g. an '[*]' header
69 /// Parses the special case list entries from files. On failure, returns
77 /// Parses the special case list entries from files. On failure, reports a
126 SectionEntries Entries;
133 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 94 /// subsequent entries of the location list.
108 std::vector<RangeListEntry> Entries;
116 const std::vector<RangeListEntry> &getEntries() { return Entries; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
SpecialCaseList.h 16 // entries below it apply to. Section names are regular expressions, and
17 // entries without a section header match all sections (e.g. an '[*]' header
69 /// Parses the special case list entries from files. On failure, returns
77 /// Parses the special case list entries from files. On failure, reports a
126 SectionEntries Entries;
133 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 94 /// subsequent entries of the location list.
108 std::vector<RangeListEntry> Entries;
116 const std::vector<RangeListEntry> &getEntries() { return Entries; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
SpecialCaseList.h 16 // entries below it apply to. Section names are regular expressions, and
17 // entries without a section header match all sections (e.g. an '[*]' header
69 /// Parses the special case list entries from files. On failure, returns
77 /// Parses the special case list entries from files. On failure, reports a
126 SectionEntries Entries;
133 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 94 /// subsequent entries of the location list.
108 std::vector<RangeListEntry> Entries;
116 const std::vector<RangeListEntry> &getEntries() { return Entries; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
SpecialCaseList.h 16 // entries below it apply to. Section names are regular expressions, and
17 // entries without a section header match all sections (e.g. an '[*]' header
69 /// Parses the special case list entries from files. On failure, returns
77 /// Parses the special case list entries from files. On failure, reports a
126 SectionEntries Entries;
133 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 94 /// subsequent entries of the location list.
108 std::vector<RangeListEntry> Entries;
116 const std::vector<RangeListEntry> &getEntries() { return Entries; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
SpecialCaseList.h 16 // entries below it apply to. Section names are regular expressions, and
17 // entries without a section header match all sections (e.g. an '[*]' header
69 /// Parses the special case list entries from files. On failure, returns
77 /// Parses the special case list entries from files. On failure, reports a
126 SectionEntries Entries;
133 /// Parses just-constructed SpecialCaseList entries from a memory buffer.
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 41 std::vector<std::string> Entries;
46 Entries.push_back(std::string(e));
47 return Entries.size() - 1;
54 unsigned int numEntries = Entries.size();
56 o.indent(i) << Entries[index];
71 unsigned int numEntries = Entries.size();
74 o.indent(i) << Entries[index] << " = " << format("0x%x", flag);
123 std::vector<ConstantEmitter *> Entries;
128 Entries.push_back(e);
133 while (Entries.size())
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 182 return SQ->Entries.size();
203 CurrentNode = SQ->Entries[Index].get();
220 CurrentNode = SQ->Entries[index].get();
265 BitValuesUsed.insert(BitValuesUsed.begin(), SQ->Entries.size(), false);
278 for (auto &N : SQ->Entries) {
299 assert(BitValuesUsed.size() == SQ->Entries.size());
300 for (unsigned i = 0; i < SQ->Entries.size(); ++i) {
302 setError(SQ->Entries[i].get(), "unknown bit value");
347 SQHNode->Entries.push_back(std::move(Entry));
SpecialCaseList.cpp 47 SpecialCaseList::SpecialCaseList() : Entries(), Regexps(), IsCompiled(false) {}
112 Entries[Prefix][Category].Strings.insert(Regexp);
148 Entries[I->getKey()][II->getKey()].RegEx.reset(new Regex(II->getValue()));
160 StringMap<StringMap<Entry> >::const_iterator I = Entries.find(Section);
161 if (I == Entries.end()) return false;
  /external/pdfium/third_party/lcms/src/
cmsnamed.c 47 mlu ->Entries = (_cmsMLUentry*) _cmsCalloc(ContextID, nItems, sizeof(_cmsMLUentry));
48 if (mlu ->Entries == NULL) {
107 NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsMLUentry));
110 mlu ->Entries = NewPtr;
129 if (mlu ->Entries[i].Country == CountryCode &&
130 mlu ->Entries[i].Language == LanguageCode) return i;
172 mlu ->Entries[mlu ->UsedEntries].StrW = Offset;
173 mlu ->Entries[mlu ->UsedEntries].Len = size;
174 mlu ->Entries[mlu ->UsedEntries].Country = CountryCode;
175 mlu ->Entries[mlu ->UsedEntries].Language = LanguageCode
    [all...]
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 84 if (Entries.empty())
104 for (auto &DE : Entries)
163 Entries.push_back(DE);
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Xen.c 46 @param Entries Pointer to E820 map
47 @param Count Number of entries
53 EFI_E820_ENTRY64 **Entries,
65 *Entries = (EFI_E820_ENTRY64 *)(UINTN) Info->E820;
  /external/clang/include/clang/CodeGen/
SwiftCallingConv.h 55 SmallVector<StorageEntry, 4> Entries;
77 return Entries.empty();
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 151 @ CHECK: Entries [
167 @ CHECK: Entries [
183 @ CHECK: Entries [
203 @ CHECK: Entries [
216 @ CHECK: Entries [
231 @ CHECK: Entries [
265 @ CHECK: Entries [
293 @ CHECK: Entries [
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 54 SmallVector<StorageEntry, 4> Entries;
76 return Entries.empty();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
SwiftCallingConv.h 54 SmallVector<StorageEntry, 4> Entries;
76 return Entries.empty();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
SwiftCallingConv.h 54 SmallVector<StorageEntry, 4> Entries;
76 return Entries.empty();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
SwiftCallingConv.h 54 SmallVector<StorageEntry, 4> Entries;
76 return Entries.empty();

Completed in 2832 milliseconds

1 2 3 45 6 7 8 91011>>