Searched refs:ESI (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h579 FunctionProtoType::ExceptionSpecInfo &ESI,
4797 [&](FunctionProtoType::ExceptionSpecInfo &ESI, bool &Changed) {
4798 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI,
4881 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI,
4883 assert(ESI.Type != EST_Uninstantiated && ESI.Type != EST_Unevaluated);
4886 if (ESI.Type == EST_ComputedNoexcept) {
4889 ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr);
4907 if (ESI.NoexceptExpr != NoexceptExpr.get())
4909 ESI
4880 TransformExceptionSpec( SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, SmallVectorImpl<QualType> &Exceptions, bool &Changed) argument
[all...]
H A DSemaDeclCXX.cpp5214 auto ESI = computeImplicitExceptionSpec(*this, Loc, MD).getExceptionSpec();
5217 UpdateExceptionSpec(MD, ESI);
5225 UpdateExceptionSpec(MD->getCanonicalDecl(), ESI);
13667 FunctionProtoType::ExceptionSpecInfo &ESI) {
13669 ESI.Type = EST;
13692 ESI.Exceptions = Exceptions;
13705 ESI.Type = EST_BasicNoexcept;
13713 ESI.NoexceptExpr = NoexceptExpr;
13738 FunctionProtoType::ExceptionSpecInfo ESI; local
13741 ESI);
13662 checkExceptionSpecification( bool IsTopLevel, ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5660 FunctionProtoType::ExceptionSpecInfo &ESI,
5664 ESI.Type = EST;
5668 ESI.Exceptions = Exceptions;
5670 ESI.NoexceptExpr = ReadExpr(ModuleFile);
5672 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
5673 ESI.SourceTemplate = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
5675 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
8606 auto ESI = FPT->getExtProtoInfo().ExceptionSpec;
8610 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI);
5658 readExceptionSpec(ModuleFile &ModuleFile, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI, const RecordData &Record, unsigned &Idx) argument
H A DASTReaderDecl.cpp3743 FunctionProtoType::ExceptionSpecInfo ESI; local
3745 Reader.readExceptionSpec(ModuleFile, ExceptionStorage, ESI, Record, Idx);
3755 FPT->getExtProtoInfo().withExceptionSpec(ESI)));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2272 const FunctionProtoType::ExceptionSpecInfo &ESI) {
2276 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI));
2282 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI),
2284 ESI));
2291 Proto->getExtProtoInfo().withExceptionSpec(ESI));
2295 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI,
2299 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI);
2310 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI);
2270 getFunctionTypeWithExceptionSpec( ASTContext &Context, QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) argument
2294 adjustExceptionSpec( FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI, bool AsWritten) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp745 InstrumentMOVSBase(X86::EDI /* DstReg */, X86::ESI /* SrcReg */,
H A DX86AsmParser.cpp1012 is64BitMode() ? X86::RSI : (is32BitMode() ? X86::ESI : X86::SI);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c244 EAX, ECX, EDX, EBX, UESP, EBP, ESI, EDI
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1173 FunctionProtoType::ExceptionSpecInfo &ESI,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1038 const FunctionProtoType::ExceptionSpecInfo &ESI,
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2776 X86::EDI, X86::ESI, X86::EDX, X86::ECX, X86::R8D, X86::R9D

Completed in 421 milliseconds

12