Home
last modified time | relevance | path

Searched defs:isFixed (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp61 PseudoSourceValue::PseudoSourceValue(bool isFixed) : isFixed(isFixed) {} in PseudoSourceValue()
/external/chromium_org/third_party/WebKit/Source/platform/
DLength.h276 bool isFixed() const { return type() == Fixed; } in isFixed() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h118 void setLayoutSizeFixedToFrameSize(bool isFixed) { m_layoutSizeFixedToFrameSize = isFixed; } in setLayoutSizeFixedToFrameSize()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp555 bool isFixed = MFI->isFixedObjectIndex(FI); in resolveFrameIndexReference() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp1444 bool isFixed = false; in textRects() local
1472 bool isFixed = false; in textQuads() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp104 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp725 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/external/clang/include/clang/AST/
DDecl.h2996 bool isFixed() const { in isFixed() function