/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.h | 53 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 global() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 367 if (ESI.Type == EST_Dynamic) { in CheckEquivalentExceptionSpec() local 241 UpdateExceptionSpec(FunctionDecl * FD,const FunctionProtoType::ExceptionSpecInfo & ESI) UpdateExceptionSpec() argument [all...] |
H A D | SemaTemplateInstantiate.cpp | 1852 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument 2929 SubstExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & ExceptionStorage,const MultiLevelTemplateArgumentList & Args) SubstExceptionSpec() argument 2940 FunctionProtoType::ExceptionSpecInfo ESI = SubstExceptionSpec() local [all...] |
H A D | SemaDeclCXX.cpp | 7499 auto ESI = IES.getExceptionSpec(); EvaluateImplicitExceptionSpec() local 18800 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument 18861 FunctionProtoType::ExceptionSpecInfo ESI; actOnDelayedExceptionSpecification() local [all...] |
H A D | SemaTemplateDeduction.cpp | 4964 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
|
H A D | TreeTransform.h | 6341 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4713 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); UpdateDecl() local
|
H A D | ASTReader.cpp | 10245 auto ESI = FPT->getExtProtoInfo().ExceptionSpec; FinishedDeserializing() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3305 adjustExceptionSpec(FunctionDecl * FD,const FunctionProtoType::ExceptionSpecInfo & ESI,bool AsWritten) adjustExceptionSpec() argument 4458 isCanonicalExceptionSpecification(const FunctionProtoType::ExceptionSpecInfo & ESI,bool NoexceptInType) isCanonicalExceptionSpecification() argument [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5037 FunctionProtoType::ExceptionSpecInfo ESI; getExceptionSpec() local [all...] |