/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 143 bool IsFixed; member 153 OutputArg() : IsFixed(false) {} in OutputArg() 156 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx), in OutputArg()
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
D | bubble_gtk.cc | 83 bool IsFixed(BubbleGtk::FrameStyle frame_style) { in IsFixed() function 371 if (IsFixed(preferred_style)) in GetAllowedFrameStyle() 479 if (IsFixed(actual_frame_style_)) { in MoveWindow() 509 if (IsFixed(actual_frame_style_)) { in MoveWindow()
|
/external/v8/src/ |
D | lithium-allocator.cc | 645 ASSERT(result->IsFixed()); in FixedLiveRangeFor() 658 ASSERT(result->IsFixed()); in FixedDoubleLiveRangeFor() 1865 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg() 1885 if (range->IsFixed()) { in AllocateBlockedReg() 1959 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting() 1984 ASSERT(!range->IsFixed()); in SplitRangeAt() 2004 ASSERT(!range->IsFixed()); in SplitBetween()
|
D | lithium-allocator.h | 289 bool IsFixed() const { return id_ < 0; } in IsFixed() function
|
/external/chromium_org/v8/src/ |
D | lithium-allocator.cc | 658 ASSERT(result->IsFixed()); in FixedLiveRangeFor() 673 ASSERT(result->IsFixed()); in FixedDoubleLiveRangeFor() 1889 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg() 1909 if (range->IsFixed()) { in AllocateBlockedReg() 2021 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting() 2047 ASSERT(!range->IsFixed()); in SplitRangeAt() 2068 ASSERT(!range->IsFixed()); in SplitBetween()
|
D | lithium-allocator.h | 289 bool IsFixed() const { return id_ < 0; } in IsFixed() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LayoutState.cpp | 50 FloatPoint fixedOffset = renderer->view()->localToAbsolute(FloatPoint(), IsFixed); in LayoutState()
|
D | RenderView.cpp | 366 ASSERT_UNUSED(wasFixed, !wasFixed || *wasFixed == static_cast<bool>(mode & IsFixed)); in mapLocalToContainer() 374 if (mode & IsFixed && m_frameView) in mapLocalToContainer() 429 if (mode & IsFixed && m_frameView) in mapAbsoluteToLocalPoint()
|
D | RenderBox.cpp | 1932 mode &= ~IsFixed; in mapLocalToContainer() 1934 mode |= IsFixed; in mapLocalToContainer() 1937 *wasFixed = mode & IsFixed; in mapLocalToContainer() 1972 mode &= ~IsFixed; in mapAbsoluteToLocalPoint() 1974 mode |= IsFixed; in mapAbsoluteToLocalPoint()
|
D | RenderObject.h | 109 IsFixed = 1 << 0, enumerator
|
D | RenderLayer.cpp | 1567 FloatPoint absPos = renderer->localToAbsolute(FloatPoint(), IsFixed); in accumulateOffsetTowardsAncestor()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGRoot.cpp | 376 ASSERT(mode & ~IsFixed); // We should have no fixed content in the SVG rendering tree. in mapLocalToContainer()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2474 bool IsFixed : 1; variable 2748 IsFixed = Fixed; in EnumDecl() 2783 bool IsFixed); 2882 return IsFixed; in isFixed()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 3146 bool IsScopedUsingClassTag, bool IsFixed) { in Create() argument 3148 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 953 if (Outs[VA.getValNo()].IsFixed) in fixupVariableFloatArgs()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 480 ED->IsFixed = Record[Idx++]; in VisitEnumDecl()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 9881 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local 9890 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration() 9900 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 3165 if (IsVarArg && !Args[I].IsFixed) in analyzeCallOperands()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 3561 if (Outs[i].IsFixed) { in LowerCall_32SVR4()
|