Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DInAlloca.rst141 Exceptions section in Design Considerations
H A DCodingStandards.rst558 .. _static constructor:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp81 SmallVector<std::unique_ptr<WebAssemblyException>, 8> Exceptions; in recalculate() local
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2124 Exceptions section in Miscellaneous
2167 .. _arc.misc.interior:
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp173 ParsedType *Exceptions, in getFunction()
H A DSemaType.cpp5314 SmallVector<QualType, 4> Exceptions; in GetFullTypeForDeclarator() local
H A DSemaDeclCXX.cpp17718 SmallVectorImpl<QualType> &Exceptions, in checkExceptionSpecification()
17781 llvm::SmallVector<QualType, 4> Exceptions; in actOnDelayedExceptionSpecification() local
H A DTreeTransform.h5912 SmallVectorImpl<QualType> &Exceptions, bool &Changed) { in TransformExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3804 SmallVectorImpl<ParsedType> &Exceptions, in ParseDynamicExceptionSpecification()
H A DParsePragma.cpp2955 enum FlagKinds { Contract, Reassociate, Exceptions }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1352 TypeAndRange *Exceptions; member
H A DSema.h5790 SmallVector<QualType, 4> Exceptions; variable