Home
last modified time | relevance | path

Searched defs:SmallThrows (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/
H A Dmake_any.pass.cpp88 struct SmallThrows { struct
89 SmallThrows(int) { throw 42; } in SmallThrows() function
90 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function
/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Demplace.pass.cpp139 struct SmallThrows { struct
140 SmallThrows(int) { throw 42; } in SmallThrows() argument
141 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument