Home
last modified time | relevance | path

Searched defs:Throwing (Results 1 – 22 of 22) sorted by relevance

/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.default.pass.cpp64 struct Throwing { in testException() argument
63 struct Throwing { testException() struct
H A Dctor.unexpected.copy.pass.cpp71 struct Throwing { in testException() argument
70 struct Throwing { testException() struct
H A Dctor.unexpected.move.pass.cpp81 struct Throwing { in testException() argument
80 struct Throwing { testException() struct
H A Dctor.unexpect_init_list.pass.cpp106 struct Throwing { in testException() argument
105 struct Throwing { testException() struct
H A Dctor.inplace_init_list.pass.cpp106 struct Throwing { in testException() argument
105 struct Throwing { testException() struct
H A Dctor.inplace.pass.cpp119 struct Throwing { in testException() argument
118 struct Throwing { testException() struct
H A Dctor.unexpect.pass.cpp119 struct Throwing { in testException() argument
118 struct Throwing { testException() struct
H A Dctor.move.pass.cpp140 Throwing() = default; in testException() argument
138 struct Throwing { testException() struct
H A Dctor.copy.pass.cpp139 Throwing() = default; in testException() argument
137 struct Throwing { testException() struct
H A Dctor.u.pass.cpp161 struct Throwing { in testException() argument
160 struct Throwing { testException() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/
H A Dctor.unexpected.copy.pass.cpp71 struct Throwing { in testException() argument
70 struct Throwing { testException() struct
H A Dctor.unexpected.move.pass.cpp81 struct Throwing { in testException() argument
80 struct Throwing { testException() struct
H A Dctor.copy.pass.cpp81 Throwing() = default; in testException() argument
79 struct Throwing { testException() struct
H A Dctor.unexpect_init_list.pass.cpp105 struct Throwing { in testException() argument
104 struct Throwing { testException() struct
H A Dctor.move.pass.cpp96 Throwing() = default; in testException() argument
94 struct Throwing { testException() struct
H A Dctor.unexpect.pass.cpp119 struct Throwing { in testException() argument
118 struct Throwing { testException() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.unexpected/ctor/
H A Dctor.inplace_init_list.pass.cpp87 struct Throwing { in testException() argument
86 struct Throwing { testException() struct
H A Dctor.inplace.pass.cpp87 struct Throwing { in testException() argument
86 struct Throwing { testException() struct
H A Dctor.error.pass.cpp105 Throwing() = default; in testException() argument
103 struct Throwing { testException() struct
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionSpecAnalyzer.h24 Throwing, ///< This function has been declared as possibly throwing. enumerator
H A DExceptionAnalyzer.h25 Throwing, ///< The function can definitely throw given an AST. enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-len2.cpp390 void functionPrototypeLosesNoexcept(void (*NonThrowing)() noexcept, void (*Throwing)()) {} in functionPrototypeLosesNoexcept()