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

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h131 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
132 bool IsFixed; member in struct:llvm::ISD::OutputArg
134 OutputArg() : IsFixed(false) {}
136 : Flags(flags), IsFixed(isfixed) {
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DSimpleFontDataHaiku.cpp105 m_treatAsFixedPitch = m_platformData.font() && m_platformData.font()->IsFixed();
/external/v8/src/
H A Dlithium-allocator.cc645 ASSERT(result->IsFixed());
658 ASSERT(result->IsFixed());
1865 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) {
1885 if (range->IsFixed()) {
1959 if (range->assigned_register() == reg && !range->IsFixed()) {
1984 ASSERT(!range->IsFixed());
2004 ASSERT(!range->IsFixed());
H A Dlithium-allocator.h289 bool IsFixed() const { return id_ < 0; } function in class:v8::internal::LiveRange
/external/clang/include/clang/AST/
H A DDecl.h2485 /// IsFixed - True if this is an enumeration with fixed underlying type. Only
2487 bool IsFixed : 1;
2696 /// Normally if IsFixed(), this would contain a TypeSourceInfo*, but in
2727 IsFixed = Fixed;
2762 bool IsFixed);
2861 return IsFixed;
/external/clang/lib/AST/
H A DDecl.cpp2659 bool IsScopedUsingClassTag, bool IsFixed) {
2661 IsScoped, IsScopedUsingClassTag, IsFixed);
2655 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
/external/clang/lib/Sema/
H A DSemaDecl.cpp8188 bool IsFixed = !EnumUnderlyingTy.isNull(); local
8197 if (IsFixed && Prev->isFixed()) {
8207 } else if (IsFixed != Prev->isFixed()) {
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp457 ED->IsFixed = Record[Idx++];
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2386 if (Outs[i].IsFixed)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3023 if (Outs[i].IsFixed) {

Completed in 413 milliseconds