Home
last modified time | relevance | path

Searched refs:IgnoredExceptions (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/openmp/
DExceptionEscapeCheck.cpp31 llvm::StringSet<> IgnoredExceptions; in ExceptionEscapeCheck() local
35 IgnoredExceptions.insert(IgnoredExceptionsVec.begin(), in ExceptionEscapeCheck()
37 Tracer.ignoreExceptions(std::move(IgnoredExceptions)); in ExceptionEscapeCheck()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DExceptionEscapeCheck.cpp40 llvm::StringSet<> IgnoredExceptions; in ExceptionEscapeCheck() local
42 IgnoredExceptions.insert(IgnoredExceptionsVec.begin(), in ExceptionEscapeCheck()
44 Tracer.ignoreExceptions(std::move(IgnoredExceptions)); in ExceptionEscapeCheck()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.h128 IgnoredExceptions = std::move(ExceptionNames); in ignoreExceptions()
148 llvm::StringSet<> IgnoredExceptions; variable
DExceptionAnalyzer.cpp244 ExceptionList.filterIgnoredExceptions(IgnoredExceptions, IgnoreBadAlloc); in analyzeDispatch()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dopenmp-exception-escape.rst22 .. option:: IgnoredExceptions
Dbugprone-exception-escape.rst37 .. option:: IgnoredExceptions