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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h78 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } function in class:llvm::SystemZCCState
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetCallingConv.h179 bool IsFixed; member in struct:llvm::ISD::OutputArg
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp45 bool IsFixed; member in struct:__anon2475::FrameIndexOperand
47 FrameIndexOperand(StringRef Name, unsigned ID, bool IsFixed) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3621 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp11603 bool IsFixed = !EnumUnderlyingTy.isNull(); local

Completed in 279 milliseconds