| /openbsd-src/gnu/gcc/gcc/ |
| H A D | collect2.c | 199 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 D | IPA.rst | 44 ``-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 D | collect2.c | 228 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 D | sol-cn.asm | 54 # End list of C++ destructors 76 # Tail of _fini used for static destructors
|
| H A D | sol-ci.asm | 58 # List of C++ destructors 85 # Head of _fini function used for static destructors
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | sol-cn.asm | 55 # End list of C++ destructors 77 # Tail of _fini used for static destructors
|
| H A D | sol-ci.asm | 59 # List of C++ destructors 86 # Head of _fini function used for static destructors
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.def | 41 /// - 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 D | CodeGenOptions.def | 45 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 D | EntryFunctions.rst | 49 ``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 D | AnalyzerOptions.def | 86 "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 D | gnu.ver | 237 # 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 D | README | 13 init Tests for initialization semantics, constructors/destructors, etc.
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/config/ |
| H A D | linker-map.gnu | 177 # std::locale destructors 180 # std::locale::facet destructors
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | elf32msp430_3.sc | 106 *(.fini6) /* C++ destructors. */
|
| H A D | avr.sc | 106 *(.fini6) /* C++ destructors. */
|
| H A D | elf32msp430.sc | 130 *(.fini6) /* C++ destructors. */
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | elf32msp430_3.sc | 106 *(.fini6) /* C++ destructors. */
|
| H A D | elf32msp430.sc | 130 *(.fini6) /* C++ destructors. */
|
| H A D | avr.sc | 131 *(.fini6) /* C++ destructors. */
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sol2-c1.asm | 84 ! Now make sure constructors and destructors are handled.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sol2-c1.asm | 84 ! Now make sure constructors and destructors are handled.
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/ |
| H A D | llvm_executionengine.mli | 65 (** [run_static_dtors ee] executes the static destructors of each module in
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | missingkeyfunction.rst | 46 key function, but it's quite common because virtual destructors are likely to be
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | PROBLEMS | 84 breakpoints reliably in constructors or destructors.
|