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

/external/r8/src/test/debugTestResources/
H A DExceptions.java5 public class Exceptions { class
/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/guice/core/src/com/google/inject/internal/
H A DExceptions.java26 class Exceptions { class
/external/clang/lib/Index/
H A DCommentToXML.cpp93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member in struct:__anon1407::FullCommentParts
136 Exceptions.push_back(BCC);
982 if (Parts.Exceptions.size() != 0) {
983 Result << "<Exceptions>";
984 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i)
985 visit(Parts.Exceptions[i]);
986 Result << "</Exceptions>";
/external/clang/lib/Sema/
H A DDeclSpec.cpp171 ParsedType *Exceptions,
208 I.Fun.Exceptions = nullptr;
242 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions];
244 I.Fun.Exceptions[i].Ty = Exceptions[i];
245 I.Fun.Exceptions[i].Range = ExceptionRanges[i];
152 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 RestrictQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceRange ESpecRange, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaType.cpp715 /*Exceptions=*/nullptr,
4285 SmallVector<QualType, 4> Exceptions; local
4297 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
4298 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range);
4309 Exceptions,
H A DSemaDeclCXX.cpp215 Exceptions.push_back(E);
13855 SmallVectorImpl<QualType> &Exceptions,
13857 Exceptions.clear();
13860 Exceptions.reserve(DynamicExceptions.size());
13879 Exceptions.push_back(ET);
13881 ESI.Exceptions = Exceptions;
13926 llvm::SmallVector<QualType, 4> Exceptions;
13929 DynamicExceptionRanges, NoexceptExpr, Exceptions,
13851 checkExceptionSpecification( bool IsTopLevel, ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI) argument
H A DTreeTransform.h588 SmallVectorImpl<QualType> &Exceptions,
5026 SmallVectorImpl<QualType> &Exceptions, bool &Changed) {
5060 for (QualType T : ESI.Exceptions) {
5094 Exceptions.push_back(U);
5107 Exceptions.push_back(U);
5116 Exceptions.push_back(U);
5120 ESI.Exceptions = Exceptions;
5024 TransformExceptionSpec( SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, SmallVectorImpl<QualType> &Exceptions, bool &Changed) argument
/external/tcpdump/
H A Dprint-snmp.c154 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
156 static const char *Exceptions[] = { variable
239 defineCLASS(Exceptions),
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp3479 SmallVectorImpl<ParsedType> &Exceptions,
3519 Exceptions.push_back(Res.get());
3530 Exceptions.empty());
3531 return Exceptions.empty() ? EST_DynamicNone : EST_Dynamic;
3477 ParseDynamicExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, SmallVectorImpl<SourceRange> &Ranges) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h1292 TypeAndRange *Exceptions; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon999
1326 delete[] Exceptions;
1541 ParsedType *Exceptions,
H A DSema.h4348 SmallVector<QualType, 4> Exceptions; member in class:clang::Sema::ImplicitExceptionSpecification
4352 Exceptions.clear();
4370 unsigned size() const { return Exceptions.size(); }
4373 const QualType *data() const { return Exceptions.data(); }
4387 ESI.Exceptions = Exceptions;
4450 SmallVectorImpl<QualType> &Exceptions,
/external/clang/lib/Serialization/
H A DASTReader.cpp5683 SmallVectorImpl<QualType> &Exceptions,
5691 Exceptions.push_back(readType(ModuleFile, Record, Idx));
5692 ESI.Exceptions = Exceptions;
5682 readExceptionSpec(ModuleFile &ModuleFile, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI, const RecordData &Record, unsigned &Idx) argument
/external/clang/include/clang/AST/
H A DType.h3158 ArrayRef<QualType> Exceptions; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExceptionSpecInfo
3230 // Exceptions - There is another variable size array after ArgInfo that
3233 // NoexceptExpr - Instead of Exceptions, there may be a single Expr* pointing
3236 // ExceptionSpecDecl, ExceptionSpecTemplate - Instead of Exceptions, there may
3292 EPI.ExceptionSpec.Exceptions = exceptions();
/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 ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 711 milliseconds