OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raiser
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
spec7.cpp
5
// Original test case failure required that
Raiser
constructor be inlined.
21
struct
Raiser
{
22
Raiser
() throw( int ) {throw 1;};
23
}
raiser
;
local
/ndk/tests/device/test-stlport_static-exception/jni/
spec7.cpp
5
// Original test case failure required that
Raiser
constructor be inlined.
21
struct
Raiser
{
22
Raiser
() throw( int ) {throw 1;};
23
}
raiser
;
local
Completed in 60 milliseconds