Home
last modified time | relevance | path

Searched refs:some_other_subclass (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dggc-tests.c258 class GTY((tag("2"))) some_other_subclass : public example_base
261 some_other_subclass () in some_other_subclass() function
273 static GTY(()) some_other_subclass *test_some_other_subclass;
282 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
284 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
308 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dggc-tests.c268 class GTY((tag("2"))) some_other_subclass : public example_base
271 some_other_subclass () in some_other_subclass() function
283 static GTY(()) some_other_subclass *test_some_other_subclass;
292 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
294 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
318 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dggc-tests.c269 class GTY((tag("2"))) some_other_subclass : public example_base
272 some_other_subclass () in some_other_subclass() function
284 static GTY(()) some_other_subclass *test_some_other_subclass;
293 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
295 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
319 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dggc-tests.c269 class GTY((tag("2"))) some_other_subclass : public example_base
272 some_other_subclass () in some_other_subclass() function
284 static GTY(()) some_other_subclass *test_some_other_subclass;
293 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
295 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
319 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dggc-tests.c269 class GTY((tag("2"))) some_other_subclass : public example_base
272 some_other_subclass ()
284 static GTY(()) some_other_subclass *test_some_other_subclass;
293 test_some_other_subclass = new some_other_subclass ();
295 test_some_other_subclass_as_base_ptr = new some_other_subclass ();
319 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dggc-tests.c269 class GTY((tag("2"))) some_other_subclass : public example_base
272 some_other_subclass () in some_other_subclass() function
284 static GTY(()) some_other_subclass *test_some_other_subclass;
293 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
295 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
319 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dggc-tests.c269 class GTY((tag("2"))) some_other_subclass : public example_base
272 some_other_subclass () in some_other_subclass() function
284 static GTY(()) some_other_subclass *test_some_other_subclass;
293 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
295 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
319 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dggc-tests.c269 class GTY((tag("2"))) some_other_subclass : public example_base
272 some_other_subclass () in some_other_subclass() function
284 static GTY(()) some_other_subclass *test_some_other_subclass;
293 test_some_other_subclass = new some_other_subclass (); in test_inheritance()
295 test_some_other_subclass_as_base_ptr = new some_other_subclass (); in test_inheritance()
319 ASSERT_TRUE (ggc_marked_p (((some_other_subclass *) in test_inheritance()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/doc/
H A Dgty.texi430 class GTY((tag("2"))) some_other_subclass : public example_base
439 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/doc/
H A Dgty.texi447 class GTY((tag("2"))) some_other_subclass : public example_base
456 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/lang/gcc9/gcc-9.4.0/gcc/doc/
H A Dgty.texi430 class GTY((tag("2"))) some_other_subclass : public example_base
439 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/lang/gnat_util/gcc-6-20180516/gcc/doc/
H A Dgty.texi428 class GTY((tag("2"))) some_other_subclass : public example_base
437 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/doc/
H A Dgty.texi430 class GTY((tag("2"))) some_other_subclass : public example_base
439 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/doc/
H A Dgty.texi430 class GTY((tag("2"))) some_other_subclass : public example_base
439 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/doc/
H A Dgty.texi430 class GTY((tag("2"))) some_other_subclass : public example_base
439 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/doc/
H A Dgty.texi430 class GTY((tag("2"))) some_other_subclass : public example_base
439 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/doc/
H A Dgty.texi430 class GTY((tag("2"))) some_other_subclass : public example_base
439 2, it will cast to ``some_other_subclass'' and visit fields a, b, and c.

12