Home
last modified time | relevance | path

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

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