Home
last modified time | relevance | path

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

/freebsd/contrib/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 enumerator
/freebsd/sys/cddl/dev/dtrace/x86/
H A Dregset.h107 #define ESI 4 macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp241 const FunctionProtoType::ExceptionSpecInfo &ESI) { in UpdateExceptionSpec()
367 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); in CheckEquivalentExceptionSpec() local
H A DSemaTemplateInstantiate.cpp1855 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, in TransformExceptionSpec()
2925 FunctionProtoType::ExceptionSpecInfo &ESI, in SubstExceptionSpec()
2936 FunctionProtoType::ExceptionSpecInfo ESI = in SubstExceptionSpec() local
H A DSemaDeclCXX.cpp7529 auto ESI = IES.getExceptionSpec(); in EvaluateImplicitExceptionSpec() local
18861 FunctionProtoType::ExceptionSpecInfo &ESI) { in checkExceptionSpecification() argument
18922 FunctionProtoType::ExceptionSpecInfo ESI; in actOnDelayedExceptionSpecification() local
[all...]
H A DSemaTemplateDeduction.cpp4964 FunctionProtoType::ExceptionSpecInfo &ESI, in TransformExceptionSpec()
H A DTreeTransform.h6344 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, in TransformExceptionSpec()
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.h46 #define ESI 6 macro
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.h63 #define ESI 6 macro
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5430 UINT32 ESI; member
5583 UINT32 ESI; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4721 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); in UpdateDecl() local
H A DASTReader.cpp10246 auto ESI = FPT->getExtProtoInfo().ExceptionSpec; in FinishedDeserializing() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3593 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI, in adjustExceptionSpec()
4746 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) { in isCanonicalExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5040 FunctionProtoType::ExceptionSpecInfo ESI; in getExceptionSpec() local