HomeSort by relevance Sort by last modified time
    Searched refs:IncludeSelf (Results 1 - 6 of 6) 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/llvm/include/llvm/Target/
TargetRegisterInfo.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 74 enum IncludeSelfOrNot { IncludeSelf, ExcludeSelf };
200 RenderLayer* enclosingOverflowClipLayer(IncludeSelfOrNot = IncludeSelf) const;
205 // If includeSelf is true, may return this.
    [all...]
RenderLayerScrollableArea.cpp     [all...]
RenderLayer.cpp 399 RenderLayer* RenderLayer::enclosingOverflowClipLayer(IncludeSelfOrNot includeSelf) const
401 const RenderLayer* layer = (includeSelf == IncludeSelf) ? this : parent();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 341 milliseconds