Home
last modified time | relevance | path

Searched refs:IsFixed (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetCallingConv.h132 bool IsFixed; member
134 OutputArg() : IsFixed(false) {} in OutputArg()
136 : Flags(flags), IsFixed(isfixed) { in OutputArg()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DSimpleFontDataHaiku.cpp105 m_treatAsFixedPitch = m_platformData.font() && m_platformData.font()->IsFixed(); in determinePitch()
/external/v8/src/
Dlithium-allocator.cc645 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()
Dlithium-allocator.h289 bool IsFixed() const { return id_ < 0; } in IsFixed() function
/external/clang/include/clang/AST/
DDecl.h2487 bool IsFixed : 1; variable
2727 IsFixed = Fixed; in EnumDecl()
2762 bool IsFixed);
2861 return IsFixed; in isFixed()
/external/clang/lib/AST/
DDecl.cpp2659 bool IsScopedUsingClassTag, bool IsFixed) { in Create() argument
2661 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp457 ED->IsFixed = Record[Idx++]; in VisitEnumDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp8188 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local
8197 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
8207 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2386 if (Outs[i].IsFixed) in AnalyzeMips64CallOperands()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3023 if (Outs[i].IsFixed) { in LowerCall_SVR4()