HomeSort by relevance Sort by last modified time
    Searched refs:curSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCStreamer.h 199 const MCSection *curSection = SectionStack.back().first;
201 if (oldSection != curSection)
202 ChangeSection(curSection);
207 /// @p Section. This is required to update CurSection.
212 const MCSection *curSection = SectionStack.back().first;
213 SectionStack.back().second = curSection;
214 if (Section != curSection) {
221 /// emitted to @p Section. This is required to update CurSection. This
225 const MCSection *curSection = SectionStack.back().first;
226 SectionStack.back().second = curSection;
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js 711 var curSection = this;
713 curSection = curSection.nextSibling;
714 } while (curSection && !curSection.editable);
716 return curSection;
721 var curSection = this;
723 curSection = curSection.previousSibling;
724 } while (curSection && !curSection.editable)
    [all...]

Completed in 170 milliseconds