HomeSort by relevance Sort by last modified time
    Searched full:has_destructor (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
cond1.cpp 8 struct has_destructor struct
10 ~has_destructor() { }
21 (argc+1 ? has_destructor() : throw 0);
22 CI((argc+1 ? throw 0 : has_destructor()));
23 CI((0 ? has_destructor() : throw 0));
24 CI((1 ? throw 0 : has_destructor()));
25 (0 ? throw 0 : has_destructor());
26 (1 ? has_destructor() : throw 0);
45 CI(0 ? has_destructor() : throw PI(i));
47 (argc+1 ? has_destructor() : throw PI(i))
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
cond1.cpp 8 struct has_destructor struct
10 ~has_destructor() { }
21 (argc+1 ? has_destructor() : throw 0);
22 CI((argc+1 ? throw 0 : has_destructor()));
23 CI((0 ? has_destructor() : throw 0));
24 CI((1 ? throw 0 : has_destructor()));
25 (0 ? throw 0 : has_destructor());
26 (1 ? has_destructor() : throw 0);
45 CI(0 ? has_destructor() : throw PI(i));
47 (argc+1 ? has_destructor() : throw PI(i))
    [all...]

Completed in 95 milliseconds