OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throw_ntraced
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/test/
backtrace_test.pass.cpp
46
size_t
throw_ntraced
= 0;
local
52
call1(&
throw_ntraced
, true);
60
assert(
throw_ntraced
== nothrow_ntraced); // Make sure we unwind through catch
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
backtrace_test.pass.cpp
46
size_t
throw_ntraced
= 0;
local
52
call1(&
throw_ntraced
, true);
60
assert(
throw_ntraced
== nothrow_ntraced); // Make sure we unwind through catch
Completed in 702 milliseconds