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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 142 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
143 bool IsFixed;
153 OutputArg() : IsFixed(false) {}
154 OutputArg(ArgFlagsTy flags, EVT vt, bool isfixed,
156 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 81 bool IsFixed(BubbleGtk::FrameStyle frame_style) {
371 if (IsFixed(preferred_style))
479 if (IsFixed(actual_frame_style_)) {
509 if (IsFixed(actual_frame_style_)) {
  /external/chromium_org/v8/src/
lithium-allocator.h 288 bool IsFixed() const { return id_ < 0; }
  /external/v8/src/
lithium-allocator.h 289 bool IsFixed() const { return id_ < 0; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 107 IsFixed = 1 << 0,
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 507 milliseconds