Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dbacktrace_test.pass.cpp39 void call2(size_t* ntraced, bool do_throw) { in call2()
48 void call1(size_t* ntraced, bool do_throw) { in call1()
/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp57 template <bool Throws> void do_throw() {} in do_throw() function
59 template <> void do_throw<true>() { in do_throw() function