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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 140 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
141 bool IsFixed;
151 OutputArg() : IsFixed(false) {}
152 OutputArg(ArgFlagsTy flags, EVT vt, bool isfixed,
154 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /external/v8/src/
lithium-allocator.h 289 bool IsFixed() const { return id_ < 0; }
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 132 milliseconds