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

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h127 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
128 bool IsFixed; member in struct:llvm::ISD::OutputArg
130 OutputArg() : IsFixed(false) {}
132 : Flags(flags), IsFixed(isfixed) {
/external/v8/src/
H A Dlithium-allocator.h290 bool IsFixed() const { return id_ < 0; } function in class:v8::internal::LiveRange
/external/clang/lib/AST/
H A DDecl.cpp2346 bool IsScopedUsingClassTag, bool IsFixed) {
2348 IsScoped, IsScopedUsingClassTag, IsFixed);
2342 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument

Completed in 296 milliseconds