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

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h140 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
141 bool IsFixed; member in struct:llvm::ISD::OutputArg
151 OutputArg() : IsFixed(false) {}
154 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
/external/v8/src/
H A Dlithium-allocator.h289 bool IsFixed() const { return id_ < 0; } function in class:v8::internal::LiveRange
/external/clang/lib/AST/
H A DDecl.cpp2949 bool IsScopedUsingClassTag, bool IsFixed) {
2951 IsScoped, IsScopedUsingClassTag, IsFixed);
2945 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.cpp9155 bool IsFixed = !EnumUnderlyingTy.isNull(); local
9164 if (IsFixed && Prev->isFixed()) {
9174 } else if (IsFixed != Prev->isFixed()) {

Completed in 685 milliseconds