| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| H A D | eh990323-1.C | 5 int ctor = 0; variable 9 A() {ctor++;} in A() 10 A(int) {ctor++;} in A() 11 A(const A&) {ctor++;} in A() 72 if (!ctor || ctor != dtor) in main()
|
| H A D | eh990323-5.C | 5 int ctor = 0; variable 22 ctor++; in A() 30 ctor++; in A() 61 if (ctor != 9) in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ |
| H A D | copy1.C | 9 int ctor = 0; variable 25 ctor = 1; in A() 68 if (ctor) in main() 72 if (!ctor) in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
| H A D | cxa_vec.C | 17 static void ctor (void *) in ctor() function 73 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test0() 107 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test1() 140 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test2() 176 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test3() 214 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test4()
|
| /openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c++/ |
| H A D | pr30703.C | 8 int ctor, cctor, dtor; variable 21 ctor++; in A() 68 if (ctor || cctor || dtor) in main() 71 if (ctor + cctor != dtor) in main()
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | i386go32.sc | 8 CTOR='.ctor : { 10 *(.ctor) 37 *(.ctor)
|
| H A D | armcoff.sc | 12 CTOR='.ctor : { 14 *(.ctor) 40 LONG (-1); *(.ctors); *(.ctor); LONG (0); }
|
| H A D | elfd10v.sc | 25 /* We don't want to include the .ctor section from 27 The .ctor section from the crtend file contains the
|
| H A D | elfd30v.sc | 17 /* We don't want to include the .ctor section from 19 The .ctor section from the crtend file contains the
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | i386go32.sc | 8 CTOR='.ctor : { 10 *(.ctor) 37 *(.ctor)
|
| H A D | armcoff.sc | 12 CTOR='.ctor : { 14 *(.ctor) 40 LONG (-1); *(.ctors); *(.ctor); LONG (0); }
|
| H A D | elf32crx.sc | 80 .ctor ALIGN(4) : 95 /* We don't want to include the .ctor section from 97 The .ctor section from the crtend file contains the
|
| H A D | elfd10v.sc | 25 /* We don't want to include the .ctor section from 27 The .ctor section from the crtend file contains the
|
| H A D | elfd30v.sc | 17 /* We don't want to include the .ctor section from 19 The .ctor section from the crtend file contains the
|
| /openbsd-src/lib/libcrypto/perlasm/ |
| H A D | x86gas.pl | 294 { my $ctor="${nmdecor}_GLOBAL_\$I\$$f"; 296 $initseg.=".type $ctor,\@function\n" if ($::pic); 298 .globl $ctor 300 $ctor:
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-ccp.c | 982 tree base, ctor, idx, field; in fold_const_aggregate_ref() local 1002 ctor = DECL_INITIAL (base); in fold_const_aggregate_ref() 1007 ctor = fold_const_aggregate_ref (base); in fold_const_aggregate_ref() 1014 if (ctor == NULL_TREE in fold_const_aggregate_ref() 1015 || (TREE_CODE (ctor) != CONSTRUCTOR in fold_const_aggregate_ref() 1016 && TREE_CODE (ctor) != STRING_CST) in fold_const_aggregate_ref() 1017 || !TREE_STATIC (ctor)) in fold_const_aggregate_ref() 1042 if (TREE_CODE (ctor) == STRING_CST) in fold_const_aggregate_ref() 1045 == TYPE_MODE (TREE_TYPE (TREE_TYPE (ctor)))) in fold_const_aggregate_ref() 1046 && (GET_MODE_CLASS (TYPE_MODE (TREE_TYPE (TREE_TYPE (ctor)))) in fold_const_aggregate_ref() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cvt.c | 747 tree ctor = NULL_TREE; local 758 ctor = e; 768 ctor = build_user_type_conversion (type, ctor, flags); 770 ctor = build_special_member_call (NULL_TREE, 772 build_tree_list (NULL_TREE, ctor), 774 if (ctor) 775 return build_cplus_new (type, ctor);
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cvt.c | 743 tree ctor = NULL_TREE; in ocp_convert() local 754 ctor = e; in ocp_convert() 764 ctor = build_user_type_conversion (type, ctor, flags); in ocp_convert() 766 ctor = build_special_member_call (NULL_TREE, in ocp_convert() 768 build_tree_list (NULL_TREE, ctor), in ocp_convert() 770 if (ctor) in ocp_convert() 771 return build_cplus_new (type, ctor); in ocp_convert()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/cfi/ |
| H A D | cfi_ignorelist.txt | 15 # This ctor is used by std::make_shared and needs to cast to uninitialized T*
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | d10v.ld | 112 /* We don't want to include the .ctor section from 114 The .ctor section from the crtend file contains the
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | ChangeLog | 469 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C, 470 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C, 558 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C, 559 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455-1.C, 727 * testsuite/libgomp.c++/ctor-1.C: New. 728 * testsuite/libgomp.c++/ctor-2.C: New. 729 * testsuite/libgomp.c++/ctor-3.C: New. 730 * testsuite/libgomp.c++/ctor-4.C: New. 731 * testsuite/libgomp.c++/ctor-5.C: New. 732 * testsuite/libgomp.c++/ctor-6.C: New. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | ChangeLog-9103 | 370 * Makefile.in (DOCFILES): Remove ctor.texi. 371 (IPROTOS): Remove ctor.ip. 372 (SRCIPROT): Remove $(srcdir)/../ctor.c. 373 (ctor.texi): Remove target. 374 (libbfd.h): Remove dependency on $(srcdir)/../ctor.c. Remove 375 $(MKDOC) run on $(srcdir)/../ctor.c.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | ChangeLog-9103 | 370 * Makefile.in (DOCFILES): Remove ctor.texi. 371 (IPROTOS): Remove ctor.ip. 372 (SRCIPROT): Remove $(srcdir)/../ctor.c. 373 (ctor.texi): Remove target. 374 (libbfd.h): Remove dependency on $(srcdir)/../ctor.c. Remove 375 $(MKDOC) run on $(srcdir)/../ctor.c.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | svr3z.ifile | 39 *(.ctor)
|
| H A D | svr3.ifile | 39 *(.ctor)
|