Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h51 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 global() enumerator
/freebsd-src/sys/cddl/dev/dtrace/x86/
H A Dregset.h107 #define ESI 4 macro
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp375 ESI.Type = EST_None; in CheckEquivalentExceptionSpec() local
250 UpdateExceptionSpec(FunctionDecl * FD,const FunctionProtoType::ExceptionSpecInfo & ESI) UpdateExceptionSpec() argument
[all...]
H A DSemaTemplateInstantiate.cpp1651 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
2740 SubstExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & ExceptionStorage,const MultiLevelTemplateArgumentList & Args) SubstExceptionSpec() argument
2751 FunctionProtoType::ExceptionSpecInfo ESI = SubstExceptionSpec() local
[all...]
H A DSemaDeclCXX.cpp7643 auto ESI = IES.getExceptionSpec(); EvaluateImplicitExceptionSpec() local
19100 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument
19163 FunctionProtoType::ExceptionSpecInfo ESI; actOnDelayedExceptionSpecification() local
[all...]
H A DSemaTemplateDeduction.cpp4833 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
H A DTreeTransform.h6196 TransformExceptionSpec(SourceLocation Loc,FunctionProtoType::ExceptionSpecInfo & ESI,SmallVectorImpl<QualType> & Exceptions,bool & Changed) TransformExceptionSpec() argument
[all...]
/freebsd-src/sys/i386/i386/
H A Dbpf_jit_machdep.h46 #define ESI 6 macro
/freebsd-src/sys/amd64/amd64/
H A Dbpf_jit_machdep.h63 #define ESI 6 macro
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5430 UINT32 ESI; member
5583 UINT32 ESI; member
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4658 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); UpdateDecl() local
H A DASTReader.cpp10105 auto ESI = FPT->getExtProtoInfo().ExceptionSpec; FinishedDeserializing() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3212 adjustExceptionSpec(FunctionDecl * FD,const FunctionProtoType::ExceptionSpecInfo & ESI,bool AsWritten) adjustExceptionSpec() argument
4335 isCanonicalExceptionSpecification(const FunctionProtoType::ExceptionSpecInfo & ESI,bool NoexceptInType) isCanonicalExceptionSpecification() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6475 FunctionProtoType::ExceptionSpecInfo ESI; getExceptionSpec() local
[all...]