Home
last modified time | relevance | path

Searched defs:LargeThrows (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp107 struct LargeThrows { struct
108 LargeThrows(int) { throw 42; } in LargeThrows() function
109 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
112 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
/external/cronet/third_party/libc++/src/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp94 struct LargeThrows { struct
95 LargeThrows(int) { throw 42; } in LargeThrows() function
96 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
99 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp155 struct LargeThrows { struct
156 LargeThrows(int) { throw 42; } in LargeThrows() argument
157 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
160 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
/external/cronet/third_party/libc++/src/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp145 struct LargeThrows { struct
146 LargeThrows(int) { throw 42; } in LargeThrows() argument
147 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
150 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument