HomeSort by: relevance | last modified time | path
    Searched defs:some_other_subclass (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ggc-tests.cc 264 class GTY((tag("2"))) some_other_subclass : public example_base
267 some_other_subclass ()
279 static GTY(()) some_other_subclass *test_some_other_subclass;
288 test_some_other_subclass = new some_other_subclass ();
290 test_some_other_subclass_as_base_ptr = new some_other_subclass ();
314 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *)
261 some_other_subclass () function
ggc-tests.cc 264 class GTY((tag("2"))) some_other_subclass : public example_base
267 some_other_subclass ()
279 static GTY(()) some_other_subclass *test_some_other_subclass;
288 test_some_other_subclass = new some_other_subclass ();
290 test_some_other_subclass_as_base_ptr = new some_other_subclass ();
314 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *)
261 some_other_subclass () function
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-tests.cc 264 class GTY((tag("2"))) some_other_subclass : public example_base
267 some_other_subclass ()
279 static GTY(()) some_other_subclass *test_some_other_subclass;
288 test_some_other_subclass = new some_other_subclass ();
290 test_some_other_subclass_as_base_ptr = new some_other_subclass ();
314 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *)
261 some_other_subclass () function
ggc-tests.cc 264 class GTY((tag("2"))) some_other_subclass : public example_base
267 some_other_subclass ()
279 static GTY(()) some_other_subclass *test_some_other_subclass;
288 test_some_other_subclass = new some_other_subclass ();
290 test_some_other_subclass_as_base_ptr = new some_other_subclass ();
314 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *)
261 some_other_subclass () function

Completed in 149 milliseconds