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

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 440 /// If IncludeSelf is set, Reg itself is included in the list.
444 bool IncludeSelf = false) {
447 if (!IncludeSelf)
453 /// If IncludeSelf is set, Reg itself is included in the list.
458 bool IncludeSelf = false) {
461 if (!IncludeSelf)
552 /// MCRegAliasIterator enumerates all registers aliasing Reg. If IncludeSelf is
559 bool IncludeSelf;
566 bool IncludeSelf)
567 : Reg(Reg), MCRI(MCRI), IncludeSelf(IncludeSelf)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 75 enum IncludeSelfOrNot { IncludeSelf, ExcludeSelf };
220 RenderLayer* enclosingOverflowClipLayer(IncludeSelfOrNot = IncludeSelf) const;
223 // Enclosing compositing layer; if includeSelf is true, may return this.
224 RenderLayer* enclosingCompositingLayer(IncludeSelfOrNot = IncludeSelf) const;
225 RenderLayer* enclosingCompositingLayerForRepaint(IncludeSelfOrNot = IncludeSelf) const;
232 RenderLayer* enclosingFilterLayer(IncludeSelfOrNot = IncludeSelf) const;
    [all...]

Completed in 2531 milliseconds