/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/ |
H A D | ctor.default.pass.cpp | 64 struct Throwing { in testException() argument 63 struct Throwing { testException() struct
|
H A D | ctor.unexpected.copy.pass.cpp | 71 struct Throwing { in testException() argument 70 struct Throwing { testException() struct
|
H A D | ctor.unexpected.move.pass.cpp | 81 struct Throwing { in testException() argument 80 struct Throwing { testException() struct
|
H A D | ctor.unexpect_init_list.pass.cpp | 106 struct Throwing { in testException() argument 105 struct Throwing { testException() struct
|
H A D | ctor.inplace_init_list.pass.cpp | 106 struct Throwing { in testException() argument 105 struct Throwing { testException() struct
|
H A D | ctor.inplace.pass.cpp | 119 struct Throwing { in testException() argument 118 struct Throwing { testException() struct
|
H A D | ctor.unexpect.pass.cpp | 119 struct Throwing { in testException() argument 118 struct Throwing { testException() struct
|
H A D | ctor.move.pass.cpp | 140 Throwing() = default; in testException() argument 138 struct Throwing { testException() struct
|
H A D | ctor.copy.pass.cpp | 139 Throwing() = default; in testException() argument 137 struct Throwing { testException() struct
|
H A D | ctor.u.pass.cpp | 161 struct Throwing { in testException() argument 160 struct Throwing { testException() struct
|
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/ |
H A D | ctor.unexpected.copy.pass.cpp | 71 struct Throwing { in testException() argument 70 struct Throwing { testException() struct
|
H A D | ctor.unexpected.move.pass.cpp | 81 struct Throwing { in testException() argument 80 struct Throwing { testException() struct
|
H A D | ctor.copy.pass.cpp | 81 Throwing() = default; in testException() argument 79 struct Throwing { testException() struct
|
H A D | ctor.unexpect_init_list.pass.cpp | 105 struct Throwing { in testException() argument 104 struct Throwing { testException() struct
|
H A D | ctor.move.pass.cpp | 96 Throwing() = default; in testException() argument 94 struct Throwing { testException() struct
|
H A D | ctor.unexpect.pass.cpp | 119 struct Throwing { in testException() argument 118 struct Throwing { testException() struct
|
/llvm-project/libcxx/test/std/utilities/expected/expected.unexpected/ctor/ |
H A D | ctor.inplace_init_list.pass.cpp | 87 struct Throwing { in testException() argument 86 struct Throwing { testException() struct
|
H A D | ctor.inplace.pass.cpp | 87 struct Throwing { in testException() argument 86 struct Throwing { testException() struct
|
H A D | ctor.error.pass.cpp | 105 Throwing() = default; in testException() argument 103 struct Throwing { testException() struct
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionSpecAnalyzer.h | 24 Throwing, ///< This function has been declared as possibly throwing. enumerator
|
H A D | ExceptionAnalyzer.h | 25 Throwing, ///< The function can definitely throw given an AST. enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-len2.cpp | 390 void functionPrototypeLosesNoexcept(void (*NonThrowing)() noexcept, void (*Throwing)()) {} in functionPrototypeLosesNoexcept()
|