Searched defs:Entries (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/include/llvm/Transforms/Utils/
H A DSpecialCaseList.h93 StringMap<StringMap<Entry> > Entries; member in class:llvm::SpecialCaseList
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.h39 EntryVector Entries; member in class:llvm::DWARFDebugFrame
H A DDWARFDebugLoc.h38 SmallVector<Entry, 2> Entries; member in struct:llvm::DWARFDebugLoc::LocationList
H A DDWARFDebugRangeList.h63 std::vector<RangeListEntry> Entries; member in class:llvm::DWARFDebugRangeList
/external/chromium_org/ppapi/cpp/
H A Ddirectory_entry.cc65 typedef std::vector<PP_DirectoryEntry> Entries; typedef
66 for (Entries::iterator it = temp_storage_.begin();
/external/chromium_org/ui/views/
H A Dview_model.h80 typedef std::vector<Entry> Entries; typedef in class:views::ViewModel
91 Entries entries_;
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.h35 typedef TabRestoreService::Entries Entries; typedef in class:TabRestoreServiceHelper
51 Entries::const_iterator entry_iterator);
82 const Entries& entries() const;
113 Entries::iterator GetEntryIteratorById(SessionID::id_type id);
175 Entries entries_;
H A Dtab_restore_service.h125 typedef std::list<Entry*> Entries; typedef in class:TabRestoreService
153 virtual const Entries& entries() const = 0;
/external/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h51 SmallVector<DiagEntry, 8> Entries; member in class:clang::LogDiagnosticPrinter
/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h55 // Entries in the final table, or 0 before layout was called.
56 unsigned Entries; member in class:llvm::SequenceToOffsetTable
64 SequenceToOffsetTable() : Entries(0) {}
69 assert(Entries == 0 && "Cannot call add() after layout()");
88 assert(Entries == 0 && "Can only call layout() once");
92 I->second = Entries;
94 Entries += I->first.size() + 1;
100 assert(Entries && "Call layout() before get()");
112 assert(Entries && "Call layout() before emit()");
H A DDAGISelMatcherOpt.cpp480 Matcher *Entries[2] = { PrevMatcher, MatcherWithoutCTM }; local
481 Cases[Entry-1].second = new ScopeMatcher(Entries, 2);
/external/chromium/chrome/browser/
H A Dplugin_exceptions_table_model_unittest.cc112 typedef std::vector<PluginExceptionsTableModel::SettingsEntry> Entries; typedef
113 const Entries& settings = table_model_->settings_;
123 for (Entries::const_iterator it = settings.begin();
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.h235 typedef std::vector<PP_TrueTypeFontDesc_Dev> Entries; typedef
236 for (Entries::iterator it = temp_storage_.begin();
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.h115 typedef std::list<Entry*> Entries; typedef in class:TabRestoreService
146 virtual const Entries& entries() const;
219 Entries::iterator GetEntryIteratorById(SessionID::id_type id);
256 // Populates |loaded_entries| with Entries from |request|.
305 Entries entries_;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h261 StringEntries Entries; member in class:llvm::DwarfAccelTable
H A DDwarfDebug.cpp2490 StringMapEntry<std::pair<MCSymbol*, unsigned> >*>, 64> Entries; local
2495 Entries.push_back(std::make_pair(I->second.second, &*I));
2497 array_pod_sort(Entries.begin(), Entries.end());
2499 for (unsigned i = 0, e = Entries.size(); i != e; ++i) {
2501 Asm->OutStreamer.EmitLabel(Entries[i].second->getValue().first);
2504 Asm->OutStreamer.EmitBytes(StringRef(Entries[i].second->getKeyData(),
2505 Entries[i].second->getKeyLength()+1));
2513 for (unsigned i = 0, e = Entries.size(); i != e; ++i) {
2515 offset += Entries[
[all...]
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h144 Entry Entries[CacheEntries]; member in class:llvm::InterferenceCache
/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java2044 static abstract class Entries<K, V> extends class in class:Multimaps
2076 static abstract class EntrySet<K, V> extends Entries<K, V> implements
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java1955 static abstract class Entries<K, V> extends class in class:Multimaps
1987 static abstract class EntrySet<K, V> extends Entries<K, V> implements
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h781 std::vector<HNode*> Entries; member in class:llvm::yaml::Input::SequenceHNode
/external/clang/lib/Basic/
H A DSourceManager.cpp199 std::vector<LineEntry> &Entries = LineEntries[FID]; local
201 assert((Entries.empty() || Entries.back().FileOffset < Offset) &&
207 if (!Entries.empty()) {
211 FilenameID = Entries.back().FilenameID;
215 Kind = Entries.back().FileKind;
216 IncludeOffset = Entries.back().IncludeOffset;
219 Entries.push_back(LineEntry::get(Offset, LineNo, FilenameID, Kind,
234 std::vector<LineEntry> &Entries = LineEntries[FID]; local
236 assert((Entries
264 const std::vector<LineEntry> &Entries = LineEntries[FID]; local
281 AddEntry(FileID FID, const std::vector<LineEntry> &Entries) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1923 CStringLengthTy Entries = state->get<CStringLength>(); local
1924 return !Entries.isEmpty();
1933 CStringLengthTy Entries = state->get<CStringLength>(); local
1934 if (Entries.isEmpty())
1956 for (CStringLengthTy::iterator I = Entries.begin(),
1957 E = Entries.end(); I != E; ++I) {
1962 Entries = F.remove(Entries, MR);
1971 Entries = F.remove(Entries, M
1983 CStringLengthTy Entries = state->get<CStringLength>(); local
2001 CStringLengthTy Entries = state->get<CStringLength>(); local
[all...]
/external/llvm/lib/MC/
H A DMCDwarf.cpp675 const std::vector<const MCGenDwarfLabelEntry *> &Entries = local
678 Entries.begin(), ie = Entries.end(); it != ie;
712 Entries.begin(), ie = Entries.end(); it != ie;
/external/clang/lib/AST/
H A DExprConstant.cpp174 SmallVector<PathEntry, 8> Entries; member in struct:__anon15118::SubobjectDesignator
188 Entries.insert(Entries.end(), VEntries.begin(), VEntries.end());
199 Entries.clear();
207 Entries[MostDerivedPathLength - 1].ArrayIndex == MostDerivedArraySize)
226 Entries.push_back(Entry);
231 MostDerivedPathLength = Entries.size();
239 Entries.push_back(Entry);
245 MostDerivedPathLength = Entries.size();
252 Entries
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp803 SmallVector<Entry, 2> Entries; member in class:clang::__anon15415::UnbridgedCastsSet
809 Entries.push_back(entry);
815 i = Entries.begin(), e = Entries.end(); i != e; ++i)

Completed in 6369 milliseconds

12