Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/docs/
H A DInAlloca.rst141 Exceptions section in Design Considerations
H A DCodingStandards.rst558 .. _static constructor:
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp28 const auto Exceptions = in registerMatchers() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp23 const Throwables &Exceptions) { in registerExceptions()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp82 SmallVector<std::unique_ptr<WebAssemblyException>, 8> Exceptions; in recalculate() local
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst2124 Exceptions section in Miscellaneous
2167 .. _arc.misc.interior:
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp250 llvm::DenseSet<unsigned> Exceptions; member in clang::clangd::__anonaceec0d20111::TidyDiagnosticGroups
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp173 ParsedType *Exceptions, in getFunction()
H A DSemaType.cpp5439 SmallVector<QualType, 4> Exceptions; in GetFullTypeForDeclarator() local
H A DSemaDeclCXX.cpp18190 SmallVectorImpl<QualType> &Exceptions, in checkExceptionSpecification()
18253 llvm::SmallVector<QualType, 4> Exceptions; in actOnDelayedExceptionSpecification() local
H A DTreeTransform.h6001 SmallVectorImpl<QualType> &Exceptions, bool &Changed) { in TransformExceptionSpec()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp3902 SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, in ParseDynamicExceptionSpecification()
H A DParsePragma.cpp3119 enum FlagKinds { Contract, Reassociate, Exceptions, EvalMethod }; enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1353 TypeAndRange *Exceptions; member
H A DSema.h6134 SmallVector<QualType, 4> Exceptions; variable