Home
last modified time | relevance | path

Searched defs:Exceptions (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp81 SmallVector<std::unique_ptr<WebAssemblyException>, 8> Exceptions; in recalculate() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DCommentToXML.cpp93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DDeclSpec.cpp173 ParsedType *Exceptions, in getFunction()
DSemaType.cpp5347 SmallVector<QualType, 4> Exceptions; in GetFullTypeForDeclarator() local
DSemaDeclCXX.cpp17923 SmallVectorImpl<QualType> &Exceptions, in checkExceptionSpecification()
17986 llvm::SmallVector<QualType, 4> Exceptions; in actOnDelayedExceptionSpecification() local
DTreeTransform.h5935 SmallVectorImpl<QualType> &Exceptions, bool &Changed) { in TransformExceptionSpec()
/freebsd-12-stable/contrib/tcpdump/
Dprint-snmp.c156 static const char *Exceptions[] = { variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp3895 SmallVectorImpl<ParsedType> &Exceptions, in ParseDynamicExceptionSpecification()
DParsePragma.cpp2955 enum FlagKinds { Contract, Reassociate, Exceptions }; enumerator
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1352 TypeAndRange *Exceptions; member
DSema.h5854 SmallVector<QualType, 4> Exceptions; variable