Home
last modified time | relevance | path

Searched refs:ctor (Results 1 – 25 of 142) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deh990323-1.C5 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 Deh990323-5.C5 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 Dcopy1.C9 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 Dcxa_vec.C17 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 Dpr30703.C8 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 Di386go32.sc8 CTOR='.ctor : {
10 *(.ctor)
37 *(.ctor)
H A Darmcoff.sc12 CTOR='.ctor : {
14 *(.ctor)
40 LONG (-1); *(.ctors); *(.ctor); LONG (0); }
H A Delfd10v.sc25 /* We don't want to include the .ctor section from
27 The .ctor section from the crtend file contains the
H A Delfd30v.sc17 /* 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 Di386go32.sc8 CTOR='.ctor : {
10 *(.ctor)
37 *(.ctor)
H A Darmcoff.sc12 CTOR='.ctor : {
14 *(.ctor)
40 LONG (-1); *(.ctors); *(.ctor); LONG (0); }
H A Delf32crx.sc80 .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 Delfd10v.sc25 /* We don't want to include the .ctor section from
27 The .ctor section from the crtend file contains the
H A Delfd30v.sc17 /* 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 Dx86gas.pl294 { 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 Dtree-ssa-ccp.c982 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 Dcvt.c747 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 Dcvt.c743 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 Dcfi_ignorelist.txt15 # 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 Dd10v.ld112 /* 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 DChangeLog469 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 DChangeLog-9103370 * 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 DChangeLog-9103370 * 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 Dsvr3z.ifile39 *(.ctor)
H A Dsvr3.ifile39 *(.ctor)

123456