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

/external/libunwind/src/x86/
H A Dunwind_i.h42 #define ESI 6 macro
/external/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::__anon10912
/external/llvm/include/llvm/Support/
H A DSolaris.h41 #undef ESI macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h9 #define ESI 3 macro
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp169 const FunctionProtoType::ExceptionSpecInfo &ESI) {
171 if (!isUnresolvedExceptionSpec(ESI.Type))
176 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI); local
264 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); local
265 if (ESI.Type == EST_Dynamic) {
266 ESI.Exceptions = OldProto->exceptions();
267 } else if (ESI.Type == EST_ComputedNoexcept) {
276 NewProto->getExtProtoInfo().withExceptionSpec(ESI)));
168 UpdateExceptionSpec(FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI) argument
H A DSemaTemplateInstantiate.cpp1597 [](FunctionProtoType::ExceptionSpecInfo &ESI,
1610 FunctionProtoType::ExceptionSpecInfo ESI = local
1612 assert(ESI.Type != EST_Uninstantiated);
1620 New->getTypeSourceInfo()->getTypeLoc().getLocEnd(), ESI,
1623 ESI.Type = EST_None;
1625 UpdateExceptionSpec(New, ESI);
H A DTreeTransform.h574 FunctionProtoType::ExceptionSpecInfo &ESI,
4608 [&](FunctionProtoType::ExceptionSpecInfo &ESI, bool &Changed) {
4609 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI,
4694 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI,
4696 assert(ESI.Type != EST_Uninstantiated && ESI.Type != EST_Unevaluated);
4699 if (ESI.Type == EST_ComputedNoexcept) {
4702 ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr);
4720 if (ESI.NoexceptExpr != NoexceptExpr.get())
4722 ESI
4693 TransformExceptionSpec( SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, SmallVectorImpl<QualType> &Exceptions, bool &Changed) argument
[all...]
H A DSemaDeclCXX.cpp5175 auto ESI = computeImplicitExceptionSpec(*this, Loc, MD).getExceptionSpec();
5178 UpdateExceptionSpec(MD, ESI);
5186 UpdateExceptionSpec(MD->getCanonicalDecl(), ESI);
13570 FunctionProtoType::ExceptionSpecInfo &ESI) {
13572 ESI.Type = EST;
13595 ESI.Exceptions = Exceptions;
13608 ESI.Type = EST_BasicNoexcept;
13616 ESI.NoexceptExpr = NoexceptExpr;
13641 FunctionProtoType::ExceptionSpecInfo ESI; local
13644 ESI);
13565 checkExceptionSpecification( bool IsTopLevel, ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI) argument
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h392 ESI = 23, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_RegisterId
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3758 FunctionProtoType::ExceptionSpecInfo ESI; local
3760 Reader.readExceptionSpec(ModuleFile, ExceptionStorage, ESI, Record, Idx);
3770 FPT->getExtProtoInfo().withExceptionSpec(ESI)));
H A DASTReader.cpp5691 FunctionProtoType::ExceptionSpecInfo &ESI,
5695 ESI.Type = EST;
5699 ESI.Exceptions = Exceptions;
5701 ESI.NoexceptExpr = ReadExpr(ModuleFile);
5703 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
5704 ESI.SourceTemplate = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
5706 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
5689 readExceptionSpec(ModuleFile &ModuleFile, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI, const RecordData &Record, unsigned &Idx) argument
/external/clang/include/clang/Sema/
H A DSema.h1198 const FunctionProtoType::ExceptionSpecInfo &ESI);
4022 FunctionProtoType::ExceptionSpecInfo ESI; local
4023 ESI.Type = getExceptionSpecType();
4024 if (ESI.Type == EST_Dynamic) {
4025 ESI.Exceptions = Exceptions;
4026 } else if (ESI.Type == EST_None) {
4030 ESI.Type = EST_ComputedNoexcept;
4031 ESI.NoexceptExpr = Self->ActOnCXXBoolLiteral(SourceLocation(),
4034 return ESI;
4088 FunctionProtoType::ExceptionSpecInfo &ESI);
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp2143 const FunctionProtoType::ExceptionSpecInfo &ESI) {
2147 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI));
2153 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI),
2155 ESI));
2162 Proto->getExtProtoInfo().withExceptionSpec(ESI));
2166 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI,
2170 getFunctionTypeWithExceptionSpec(*this, FD->getType(), ESI);
2181 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI);
2141 getFunctionTypeWithExceptionSpec( ASTContext &Context, QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) argument
2165 adjustExceptionSpec( FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI, bool AsWritten) argument
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h112 #define ESI si macro
174 #define ESI %esi macro
844 #define P_ESI ESI
845 #define L_ESI ESI

Completed in 532 milliseconds