Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp101 struct SmallThrows { struct
102 SmallThrows(int) { throw 42; } in SmallThrows() argument
103 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp149 struct SmallThrows { struct
150 SmallThrows(int) { throw 42; } in SmallThrows() function
151 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument