Searched defs:ESI (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h30 #undef ESI macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h50 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator in enum:llvm::N86::__anon2468
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h139 #define ESI 5 macro
160 #define ESI 4 macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386-stub.c122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI, enumerator in enum:regnames
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h46 #define ESI 6 macro
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h63 #define ESI 6 macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp358 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); local
230 UpdateExceptionSpec(FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI) argument
[all...]
H A DTreeTransform.h5554 TransformExceptionSpec( SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, SmallVectorImpl<QualType> &Exceptions, bool &Changed) argument
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h6694 UINT32 ESI; member in struct:__anon6027
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4567 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3852 ExtProtoInfo withExceptionSpec(const ExceptionSpecInfo &ESI) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2981 getFunctionTypeWithExceptionSpec( QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) argument
3040 adjustExceptionSpec( FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI, bool AsWritten) argument
3877 isCanonicalExceptionSpecification( const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5313 FunctionProtoType::ExceptionSpecInfo ESI; local
[all...]

Completed in 289 milliseconds