OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReallyThrow
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/asan/TestCases/
throw_call_test.cc
18
void
ReallyThrow
() {
19
fprintf(stderr, "
ReallyThrow
\n");
36
ReallyThrow
();
throw_invoke_test.cc
14
void
ReallyThrow
() {
15
fprintf(stderr, "
ReallyThrow
\n");
34
ReallyThrow
();
Completed in 898 milliseconds