HomeSort by relevance Sort by last modified time
    Searched refs:IsFixed (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 131 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
132 bool IsFixed;
134 OutputArg() : IsFixed(false) {}
135 OutputArg(ArgFlagsTy flags, EVT vt, bool isfixed)
136 : Flags(flags), IsFixed(isfixed) {
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 105 m_treatAsFixedPitch = m_platformData.font() && m_platformData.font()->IsFixed();
  /external/v8/src/
lithium-allocator.cc 645 ASSERT(result->IsFixed());
658 ASSERT(result->IsFixed());
    [all...]
lithium-allocator.h 289 bool IsFixed() const { return id_ < 0; }
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 456 ED->IsFixed = Record[Idx++];
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 193 milliseconds