Searched refs:const_iterator (Results 451 - 475 of 1542) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/Support/
H A DInstIterator.h124 Function::const_iterator,
125 BasicBlock::const_iterator,
/external/llvm/lib/Analysis/
H A DAliasDebugger.cpp64 for (Function::const_iterator FI = I->begin(), FE = I->end();
66 for (BasicBlock::const_iterator BI = FI->begin(), BE = FI->end();
H A DCodeMetrics.cpp125 for (BasicBlock::const_iterator II = BB->begin(), E = BB->end();
202 for (Function::const_iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp86 MachineBasicBlock::const_iterator I,
87 MachineBasicBlock::const_iterator E) const;
157 MachineBasicBlock::const_iterator I,
158 MachineBasicBlock::const_iterator E) const {
202 MachineBasicBlock::const_iterator I = MI; I = llvm::next(I);
252 MachineBasicBlock::const_iterator I = CSMI; I = llvm::next(I);
253 MachineBasicBlock::const_iterator E = MI;
254 MachineBasicBlock::const_iterator EE = CSMBB->end();
/external/llvm/lib/Linker/
H A DLinkItems.cpp35 for (ItemList::const_iterator I = Items.begin(), E = Items.end();
137 for (Module::LibraryListType::const_iterator I = DepLibs.begin(),
/external/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp63 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) {
93 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) {
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h91 typedef typename M::const_iterator StlIterator;
177 typename StateSetMap::const_iterator id_it = set_map_.find(paren_state);
237 typename unordered_map<Label, Label>::const_iterator pit
276 typename unordered_map<Label, Label>::const_iterator pit
392 typename CloseSourceMap::const_iterator id_it =
440 typename OpenParenMap::const_iterator open_iter_; // cur open parens/state
463 for (typename CloseSourceMap::const_iterator
482 for (typename unordered_set<StateId>::const_iterator it
/external/oprofile/pp/
H A Dopannotate.cpp479 symbol_collection::const_iterator cit = symbols.begin();
480 symbol_collection::const_iterator end = symbols.end();
700 vector<string>::const_iterator cit = base_dirs.begin();
701 vector<string>::const_iterator end = base_dirs.end();
712 vector<string>::const_iterator cit = search_dirs.begin();
713 vector<string>::const_iterator end = search_dirs.end();
792 list<string>::const_iterator it = images.begin();
793 list<string>::const_iterator const end = images.end();
H A Dopreport.cpp63 list<profile_sample_files>::const_iterator it = files.begin();
64 list<profile_sample_files>::const_iterator const end = files.end();
136 list<profile_dep_set>::const_iterator it = profile.deps.begin();
137 list<profile_dep_set>::const_iterator const end = profile.deps.end();
168 list<profile_set>::const_iterator it
170 list<profile_set>::const_iterator const end
187 app_map_t::const_iterator it = app_map.begin();
188 app_map_t::const_iterator const end = app_map.end();
/external/regex-re2/re2/
H A Dstringpiece.h123 typedef const char* const_iterator; typedef in class:re2::StringPiece
125 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp83 hash_map<string, int64>::const_iterator it =
137 hash_map<string, int64>::const_iterator it = symbol_map_.find(symbol);
/external/stlport/stlport/stl/
H A D_rope.h1096 typedef _Rope_const_iterator<_CharT,_Alloc> const_iterator; typedef in class:rope
1380 rope(const const_iterator& __s, const const_iterator& __e,
1606 const_iterator begin() const {
1607 return(const_iterator(_M_tree_ptr._M_data, 0));
1611 const_iterator const_begin() const {
1612 return(const_iterator(_M_tree_ptr._M_data, 0));
1615 const_iterator end() const {
1616 return(const_iterator(_M_tree_ptr._M_data, size()));
1619 const_iterator const_en
[all...]
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h475 void dump(ExecState*, const Vector<Instruction>::const_iterator& begin, Vector<Instruction>::const_iterator&) const;
478 void printUnaryOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
479 void printBinaryOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
480 void printConditionalJump(ExecState*, const Vector<Instruction>::const_iterator&, Vector<Instruction>::const_iterator&, int location, const char* op) const;
481 void printGetByIdOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
482 void printPutByIdOp(ExecState*, int location, Vector<Instruction>::const_iterator&, const char* op) const;
/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp57 CSSMutableStyleDeclaration::const_iterator end = mutableDeclaration->end();
58 for (CSSMutableStyleDeclaration::const_iterator it = mutableDeclaration->begin(); it != end; ++it)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ConsoleCustom.cpp58 ProfilesArray::const_iterator end = profiles.end();
59 for (ProfilesArray::const_iterator iter = profiles.begin(); iter != end; ++iter)
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaClassJobjectV8.cpp105 MethodListMap::const_iterator end = m_methods.end();
106 for (MethodListMap::const_iterator it = m_methods.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/css/
H A DCSSStyleDeclaration.cpp138 CSSMutableStyleDeclaration::const_iterator end = style->end();
139 for (CSSMutableStyleDeclaration::const_iterator it = style->begin(); it != end; ++it) {
H A DMediaList.cpp181 Vector<String>::const_iterator end = list.end();
182 for (Vector<String>::const_iterator it = list.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/loader/
H A DCrossOriginPreflightResultCache.cpp128 HTTPHeaderMap::const_iterator end = requestHeaders.end();
129 for (HTTPHeaderMap::const_iterator it = requestHeaders.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DTiledImageOpenVG.cpp165 Vector<VGImage>::const_iterator it = m_tiles.begin();
166 Vector<VGImage>::const_iterator end = m_tiles.end();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceContainer.cpp168 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end();
169 for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; ++it) {
/external/webkit/Source/WebCore/svg/
H A DSVGCursorElement.cpp118 HashSet<SVGElement*>::const_iterator it = m_clients.begin();
119 HashSet<SVGElement*>::const_iterator end = m_clients.end();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebResponse.cpp85 map<string, string>::const_iterator it;
154 map<string, string>::const_iterator iter = m_headerFields.find(header);
/external/webkit/Source/WebKit/chromium/src/
H A DStorageAreaProxy.cpp137 HashSet<Page*>::const_iterator end = pages.end();
138 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebplugindatabase.cpp121 MIMEToDescriptionsMap::const_iterator end = mimeToDescriptions.end();
123 for (MIMEToDescriptionsMap::const_iterator it = mimeToDescriptions.begin(); it != end; ++it) {

Completed in 521 milliseconds

<<11121314151617181920>>