Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dbacktrace_test.pass.cpp33 void call2(size_t* ntraced, bool do_throw) { in call2() argument
34 if (do_throw) { in call2()
41 void call1(size_t* ntraced, bool do_throw) { in call1() argument
42 call2(ntraced, do_throw); in call1()