Searched refs:curSection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCStreamer.h213 MCSectionSubPair curSection = SectionStack.back().first; local
215 if (oldSection != curSection)
216 ChangeSection(curSection.first, curSection.second);
234 MCSectionSubPair curSection = SectionStack.back().first; local
235 SectionStack.back().second = curSection;
236 if (MCSectionSubPair(Section, Subsection) != curSection) {
248 MCSectionSubPair curSection = SectionStack.back().first; local
249 SectionStack.back().second = curSection;
250 if (MCSectionSubPair(Section, Subsection) != curSection)
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DStylesSidebarPane.js1096 var curSection = this;
1098 curSection = curSection.nextSibling;
1099 } while (curSection && !curSection.editable);
1101 if (!curSection) {
1102 curSection = this.firstSibling;
1103 while (curSection && !curSection.editable)
1104 curSection
[all...]

Completed in 99 milliseconds