HomeSort by relevance Sort by last modified time
    Searched refs:Entries (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/clang/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
123 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 92 ARGB Entries[1];
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 28 /// entries implement.
478 Entries.emplace_back(std::move(Cie));
485 Entries.emplace_back(new FDE(StartOffset, Length, CIEPointer,
490 Entries.back()->parseInstructions(Data, &Offset, EndStructureOffset);
504 for (const auto &Entry : Entries) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /external/bison/build-aux/
vc-list-files 93 if (f ~ /CVS\/Entries$/) \
97 `find "$dir" -name Entries -print` /dev/null' $postprocess
  /external/guava/guava/src/com/google/common/collect/
FilteredKeyMultimap.java 180 return new Entries();
183 class Entries extends ForwardingCollection<Entry<K, V>> {
186 return Collections2.filter(unfiltered.entries(), entryPredicate());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 237 StringEntries Entries;
  /external/llvm/lib/CodeGen/
InterferenceCache.h 133 // much memory. Instead, a fixed number of cache entries are used in a round-
145 // The actual cache entries.
146 Entry Entries[CacheEntries];
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw.s 60 @ CHECK: Entries [
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 314 const RuntimeFunction *Entries =
317 ArrayRef<RuntimeFunction> RuntimeFunctions(Entries, Count);
ARMEHABIPrinter.h 466 /// ARM EHABI Section 5 - Index Table Entries
478 const unsigned Entries = IT->sh_size / IndexTableEntrySize;
480 ListScope E(SW, "Entries");
481 for (unsigned Entry = 0; Entry < Entries; ++Entry) {
  /external/clang/lib/AST/
ExprConstant.cpp 173 /// The entries on the path from the glvalue to the designated subobject.
174 SmallVector<PathEntry, 8> Entries;
188 Entries.insert(Entries.end(), VEntries.begin(), VEntries.end());
199 Entries.clear();
208 Entries[MostDerivedPathLength - 1].ArrayIndex == MostDerivedArraySize)
227 Entries.push_back(Entry);
232 MostDerivedPathLength = Entries.size();
240 Entries.push_back(Entry);
246 MostDerivedPathLength = Entries.size()
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 410 // Check to see if all of the leading entries are now opcode checks. If so,
488 Matcher *Entries[2] = { PrevMatcher, MatcherWithoutCTM };
489 Cases[Entry-1].second = new ScopeMatcher(Entries);
  /frameworks/rs/api/
rs_value_types.spec 39 Entries of a vector can be accessed using different naming styles.
41 Single entries can be accessed by following the variable name with a dot and:<ul>
52 Multiple entries of a vector can be accessed at once by using an identifier that is
54 equal to the number of entries named.
56 With the example above, the middle two entries can be accessed using
59 The entries don't have to be contiguous or in increasing order. Entries can even be
538 A square 2x2 matrix of floats. The entries are stored in the array at the
549 A square 3x3 matrix of floats. The entries are stored in the array at the
560 A square 4x4 matrix of floats. The entries are stored in the array at th
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 423 /// <directory entries>
437 /// 'contents': [ <file or directory entries> ]
752 // if 'name' contains multiple components, create implicit directory entries
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h 169 ULONG Entries;
307 ULONG Entries;
440 PLSA_FOREST_TRUST_RECORD *Entries;
456 PLSA_FOREST_TRUST_COLLISION_RECORD *Entries;
    [all...]
control.h     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 210 /// \brief Accelerator entries for the unit, both for the pub*
281 /// has relocation entries for every reference to it. This class
286 /// \brief Entries are stored into the StringMap and simply linked
344 // Set offset and chain at the end of the entries list.
430 /// original \p Entries.
434 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
437 /// \brief Emit debug_aranges entries for \p Unit and if \p
438 /// DoRangesSection is true, also emit the debug_ranges entries for
445 /// the entries from \p Dwarf and offseting them. Update the
446 /// location attributes to point to the new entries
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 288 Entry &E = Entries[GV];
304 auto Pos = Entries.find(G);
305 return (Pos != Entries.end()) ? Pos->second : Entry();
310 DenseMap<GlobalVariable *, Entry> Entries;
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
lcms2_internal.h 662 _cmsMLUentry* Entries; // Array of pointers to strings allocated in MemPool
    [all...]
cmstypes.c     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 85 // Add the line entry to this section's entries.
114 // This emits the Dwarf line table for the specified section from the entries
560 // table entries.
717 // and file table entries.
756 const std::vector<MCGenDwarfLabelEntry> &Entries =
758 for (const auto &Entry : Entries) {
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 1205 int entries = pixel_format == PixelFormat1bppIndexed ? 2 : 256; local
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 987 std::vector<std::unique_ptr<HNode>> Entries;
    [all...]

Completed in 1325 milliseconds

12 3 4