Searched defs:PI (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dcond1.cpp17 int PI(int& i) { return i++; } function
36 CI(throw PI(i));
39 (1 ? 0 : throw PI(i));
42 CI(0 ? 0 : throw PI(i));
45 CI(0 ? has_destructor() : throw PI(i));
47 (argc+1 ? has_destructor() : throw PI(i));
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dcond1.cpp17 int PI(int& i) { return i++; } function
36 CI(throw PI(i));
39 (1 ? 0 : throw PI(i));
42 CI(0 ? 0 : throw PI(i));
45 CI(0 ? has_destructor() : throw PI(i));
47 (argc+1 ? has_destructor() : throw PI(i));

Completed in 44 milliseconds