OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_term
(Results
1 - 8
of
8
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
spec4.cpp
8
void
my_term
() { exit (0); }
function
19
std::set_terminate (
my_term
);
spec1.cpp
8
void
my_term
() { exit (1); }
function
19
std::set_terminate (
my_term
);
spec2.cpp
8
void
my_term
() { exit (1); }
function
19
std::set_terminate (
my_term
);
spec3_1.cpp
8
void
my_term
() { exit (1); }
function
19
std::set_terminate (
my_term
);
/ndk/tests/device/test-stlport_static-exception/jni/
spec4.cpp
8
void
my_term
() { exit (0); }
function
19
std::set_terminate (
my_term
);
spec1.cpp
8
void
my_term
() { exit (1); }
function
19
std::set_terminate (
my_term
);
spec2.cpp
8
void
my_term
() { exit (1); }
function
19
std::set_terminate (
my_term
);
spec3_1.cpp
8
void
my_term
() { exit (1); }
function
19
std::set_terminate (
my_term
);
Completed in 78 milliseconds