Home
last modified time | relevance | path

Searched defs:ESI (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h53 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 DSemaExceptionSpec.cpp367 if (ESI.Type == EST_Dynamic) { in CheckEquivalentExceptionSpec() local
241 UpdateExceptionSpec(FunctionDecl * FD,const FunctionProtoType::ExceptionSpecInfo & ESI) UpdateExceptionSpec() argument
[all...]
H A DSemaTemplateInstantiate.cpp1852 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 DSemaDeclCXX.cpp7499 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 DSemaTemplateDeduction.cpp4964 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
H A DTreeTransform.h6341 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4713 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); UpdateDecl() local
H A DASTReader.cpp10245 auto ESI = FPT->getExtProtoInfo().ExceptionSpec; FinishedDeserializing() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp3305 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 DSema.h5037 FunctionProtoType::ExceptionSpecInfo ESI; getExceptionSpec() local
[all...]