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

  /ndk/tests/device/test-stlport_shared-exception/jni/
cond1.cpp 13 struct no_destructor struct
28 (argc+1 ? no_destructor() : throw 0);
29 CI((argc+1 ? throw 0 : no_destructor()));
30 CI((0 ? no_destructor() : throw 0));
31 CI((1 ? throw 0 : no_destructor()));
32 (0 ? throw 0 : no_destructor());
33 (1 ? no_destructor() : throw 0);
  /ndk/tests/device/test-stlport_static-exception/jni/
cond1.cpp 13 struct no_destructor struct
28 (argc+1 ? no_destructor() : throw 0);
29 CI((argc+1 ? throw 0 : no_destructor()));
30 CI((0 ? no_destructor() : throw 0));
31 CI((1 ? throw 0 : no_destructor()));
32 (0 ? throw 0 : no_destructor());
33 (1 ? no_destructor() : throw 0);

Completed in 652 milliseconds