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

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h131 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
132 bool IsFixed; member in struct:llvm::ISD::OutputArg
134 OutputArg() : IsFixed(false) {}
136 : Flags(flags), IsFixed(isfixed) {
/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.cpp2659 bool IsScopedUsingClassTag, bool IsFixed) {
2661 IsScoped, IsScopedUsingClassTag, IsFixed);
2655 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.cpp8188 bool IsFixed = !EnumUnderlyingTy.isNull(); local
8197 if (IsFixed && Prev->isFixed()) {
8207 } else if (IsFixed != Prev->isFixed()) {

Completed in 2515 milliseconds