Home
last modified time | relevance | path

Searched defs:SmallThrows (Results 1 – 6 of 6) 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/cronet/tot/third_party/libc++/src/test/std/utilities/any/any.nonmembers/
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() argument
/external/cronet/stable/third_party/libc++/src/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp88 struct SmallThrows { struct
89 SmallThrows(int) { throw 42; } in SmallThrows() argument
90 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument
/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
/external/cronet/stable/third_party/libc++/src/test/std/utilities/any/any.class/any.modifiers/
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() function
/external/cronet/tot/third_party/libc++/src/test/std/utilities/any/any.class/any.modifiers/
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