Home
last modified time | relevance | path

Searched refs:destructors (Results 1 – 25 of 188) sorted by relevance

12345678

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c199 static struct head destructors; /* list of destructors found */ variable
1358 notice ("%d destructor(s) found\n", destructors.number); in main()
1362 if (constructors.number == 0 && destructors.number == 0 in main()
1398 sort_ids (&destructors); in main()
1881 write_list_with_asm (stream, "extern entry_pt ", destructors.first); in write_c_file_stat()
1883 if (destructors.number > 0 || frames) in write_c_file_stat()
1886 write_list (stream, "\t\t", destructors.first); in write_c_file_stat()
1894 destructors.number + frames); in write_c_file_stat()
1957 write_list_with_asm (stream, "extern entry_pt ", destructors.first); in write_c_file_glob()
1960 fprintf (stream, "\t(entry_pt *) %d,\n", destructors.number + frames); in write_c_file_glob()
[all …]
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DIPA.rst44 ``-analyzer-config c++-inlining=[none | methods | constructors | destructors]``
47 inlined as well; it doesn't make sense to inline destructors without inlining
50 The default c++-inlining mode is 'destructors', meaning that all member
55 destructors will not be inlined. Additionally, no C++ member functions will be
94 This option controls whether constructors and destructors of "container" types
99 Currently, these constructors and destructors are NOT considered for inlining
141 call. (In the case of calls without origin expressions, such as destructors,
193 implicit destructors, or if the destructors for the given object are not
199 or operator 'delete', nor does it inline the constructors and destructors
363 placement of their destructors in the CFG. We currently won't inline their
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c228 static struct head destructors; /* list of destructors found */ variable
1387 notice ("%d destructor(s) found\n", destructors.number);
1391 if (constructors.number == 0 && destructors.number == 0
1427 sort_ids (&destructors);
1971 write_list_with_asm (stream, "extern entry_pt ", destructors.first);
1973 if (destructors.number > 0 || frames)
1976 write_list (stream, "\t\t", destructors.first);
1984 destructors.number + frames);
2049 write_list_with_asm (stream, "extern entry_pt ", destructors.first);
2052 fprintf (stream, "\t(entry_pt *) %d,\n", destructors.number + frames);
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dsol-cn.asm54 # End list of C++ destructors
76 # Tail of _fini used for static destructors
H A Dsol-ci.asm58 # List of C++ destructors
85 # Head of _fini function used for static destructors
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dsol-cn.asm55 # End list of C++ destructors
77 # Tail of _fini used for static destructors
H A Dsol-ci.asm59 # List of C++ destructors
86 # Head of _fini function used for static destructors
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetCXXABI.def41 /// - constructors and destructors return 'this';
96 /// - constructors and destructors return 'this', as in ARM;
109 /// - constructors and destructors return 'this', as in ARM.
H A DCodeGenOptions.def45 CODEGENOPT(CXAAtExit , 1, 1) ///< Use __cxa_atexit for calling destructors.
46 …egisterGlobalDtorsWithAtExit, 1, 1) ///< Use atexit or __cxa_atexit to register global destructors.
249 ///< destructors are emitted.
507 /// non-deleting destructors. (No effect on Microsoft ABI.)
/openbsd-src/gnu/llvm/clang/docs/HLSL/
H A DEntryFunctions.rst49 ``llvm.dx.store.output``). Lastly, any present global destructors will be called
51 registrations, instead calls to global destructors are compile-time generated.
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def86 "Whether or not implicit destructors for C++ objects "
91 "Whether or not the destructors for C++ temporary "
143 "Whether C++ temporary destructors should be inlined "
144 "during analysis. If temporary destructors are disabled "
146 "temporary destructors would not be inlined anyway.",
493 "Value: \"constructors\", \"destructors\", \"methods\".",
494 "destructors")
/openbsd-src/gnu/gcc/libstdc++-v3/config/abi/pre/
H A Dgnu.ver237 # std::basic_iostream constructors, destructors
324 # std::locale destructors
327 # std::locale::facet destructors
330 # std::locale::_Impl constructors, destructors
334 # std::ios_base, std::ios_base::Init destructors
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/
H A DREADME13 init Tests for initialization semantics, constructors/destructors, etc.
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/
H A Dlinker-map.gnu177 # std::locale destructors
180 # std::locale::facet destructors
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Delf32msp430_3.sc106 *(.fini6) /* C++ destructors. */
H A Davr.sc106 *(.fini6) /* C++ destructors. */
H A Delf32msp430.sc130 *(.fini6) /* C++ destructors. */
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Delf32msp430_3.sc106 *(.fini6) /* C++ destructors. */
H A Delf32msp430.sc130 *(.fini6) /* C++ destructors. */
H A Davr.sc131 *(.fini6) /* C++ destructors. */
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli65 (** [run_static_dtors ee] executes the static destructors of each module in
/openbsd-src/gnu/llvm/lld/docs/
H A Dmissingkeyfunction.rst46 key function, but it's quite common because virtual destructors are likely to be
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DPROBLEMS84 breakpoints reliably in constructors or destructors.

12345678