HomeSort by relevance Sort by last modified time
    Searched full:has_destructor (Results 1 - 3 of 3) 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...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 3231 int has_destructor(struct symbol *sp, struct lemon *lemp) function
    [all...]

Completed in 212 milliseconds