Searched defs:IsFixed (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h142 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
143 bool IsFixed; member in struct:llvm::ISD::OutputArg
153 OutputArg() : IsFixed(false) {}
156 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
/external/chromium_org/chrome/browser/ui/gtk/bubble/
H A Dbubble_gtk.cc83 bool IsFixed(BubbleGtk::FrameStyle frame_style) { function in namespace:__anon6338
371 if (IsFixed(preferred_style))
479 if (IsFixed(actual_frame_style_)) {
509 if (IsFixed(actual_frame_style_)) {
/external/chromium_org/v8/src/
H A Dlithium-allocator.h289 bool IsFixed() const { return id_ < 0; } function in class:v8::internal::LiveRange
/external/v8/src/
H A Dlithium-allocator.h289 bool IsFixed() const { return id_ < 0; } function in class:v8::internal::LiveRange
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h109 IsFixed = 1 << 0, enumerator in enum:WebCore::MapCoordinatesMode
/external/clang/lib/AST/
H A DDecl.cpp3146 bool IsScopedUsingClassTag, bool IsFixed) {
3148 IsScoped, IsScopedUsingClassTag, IsFixed);
3142 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.cpp9881 bool IsFixed = !EnumUnderlyingTy.isNull(); local
9890 if (IsFixed && Prev->isFixed()) {
9900 } else if (IsFixed != Prev->isFixed()) {

Completed in 2556 milliseconds