Searched defs:Exceptions (Results 1 - 15 of 15) sorted by relevance

/external/emma/core/java12/com/vladium/util/exception/
H A DExceptions.java7 * $Id: Exceptions.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $
16 abstract class Exceptions class
44 private Exceptions () {} // this class is not extendible method in class:Exceptions
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DExceptions.java25 public final class Exceptions { class
130 private Exceptions() { method in class:Exceptions
/external/clang/lib/Index/
H A DCommentToXML.cpp94 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member in struct:__anon17939::FullCommentParts
137 Exceptions.push_back(BCC);
990 if (Parts.Exceptions.size() != 0) {
991 Result << "<Exceptions>";
992 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i)
993 visit(Parts.Exceptions[i]);
994 Result << "</Exceptions>";
/external/clang/lib/Sema/
H A DDeclSpec.cpp166 ParsedType *Exceptions,
200 I.Fun.Exceptions = nullptr;
231 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
233 I.Fun.Exceptions[i].Ty = Exceptions[i];
234 I.Fun.Exceptions[i].Range = ExceptionRanges[i];
149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaTemplateInstantiateDecl.cpp3044 SmallVector<QualType, 4> Exceptions; local
3080 Exceptions.push_back(T);
3097 Exceptions.push_back(T);
3113 Exceptions.push_back(T);
3136 EPI.NumExceptions = Exceptions.size();
3137 EPI.Exceptions = Exceptions.data();
H A DSemaType.cpp678 /*Exceptions=*/nullptr,
2973 SmallVector<QualType, 4> Exceptions; local
2985 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
2986 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range);
2996 Exceptions,
H A DSemaDeclCXX.cpp216 Exceptions.push_back(E);
12967 SmallVectorImpl<QualType> &Exceptions,
12969 Exceptions.clear();
12972 Exceptions.reserve(DynamicExceptions.size());
12989 Exceptions.push_back(ET);
12991 EPI.NumExceptions = Exceptions.size();
12992 EPI.Exceptions = Exceptions.data();
12963 checkExceptionSpecification(ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExtProtoInfo &EPI) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp3034 SmallVectorImpl<ParsedType> &Exceptions,
3074 Exceptions.push_back(Res.get());
3085 Exceptions.empty());
3086 return Exceptions.empty() ? EST_DynamicNone : EST_Dynamic;
3032 ParseDynamicExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, SmallVectorImpl<SourceRange> &Ranges) argument
/external/tcpdump/
H A Dprint-snmp.c156 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
158 const char *Exceptions[] = { variable
241 defineCLASS(Exceptions),
/external/clang/include/clang/Sema/
H A DDeclSpec.h1219 TypeAndRange *Exceptions; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon17616
1249 delete[] Exceptions;
1435 ParsedType *Exceptions,
H A DSema.h3896 SmallVector<QualType, 4> Exceptions; member in class:clang::Sema::ImplicitExceptionSpecification
3900 Exceptions.clear();
3918 unsigned size() const { return Exceptions.size(); }
3921 const QualType *data() const { return Exceptions.data(); }
3935 EPI.Exceptions = data();
4000 SmallVectorImpl<QualType> &Exceptions,
/external/clang/lib/Serialization/
H A DASTReader.cpp5504 SmallVectorImpl<QualType> &Exceptions,
5513 Exceptions.push_back(readType(ModuleFile, Record, Idx));
5514 EPI.Exceptions = Exceptions.data();
5503 readExceptionSpec(ModuleFile &ModuleFile, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExtProtoInfo &EPI, const RecordData &Record, unsigned &Idx) argument
/external/clang/include/clang/AST/
H A DType.h2852 Exceptions(nullptr), NoexceptExpr(nullptr),
2859 Exceptions(nullptr), NoexceptExpr(nullptr),
2870 const QualType *Exceptions; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2918 // Exceptions - There is another variable size array after ArgInfo that
2921 // NoexceptExpr - Instead of Exceptions, there may be a single Expr* pointing
2924 // ExceptionSpecDecl, ExceptionSpecTemplate - Instead of Exceptions, there may
2929 // ConsumedParameters - A variable size array, following Exceptions
2968 EPI.Exceptions = exception_begin();
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 847 milliseconds