| /freebsd-12.1/lib/libc/locale/ |
| H A D | xlocale.c | 105 static void*(*constructors[])(const char*, locale_t) = variable 230 new->components[type] = constructors[type](src->locale, new); in dupcomponent() 281 constructors[type](realLocale, new); in newlocale()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | collect2.c | 198 static struct head constructors; /* list of constructors found */ variable 1348 notice ("%d constructor(s) found\n", constructors.number); in main() 1353 if (constructors.number == 0 && destructors.number == 0 in main() 1388 sort_ids (&constructors); in main() 1857 if (constructors.number > 0 || frames) in write_c_file_stat() 1860 write_list (stream, "\t\t", constructors.first); in write_c_file_stat() 1943 write_list (stream, "\t", constructors.first); in write_c_file_glob() 2100 add_to_list (&constructors, name); in scan_prog_file() 2112 add_to_list (&constructors, name); in scan_prog_file() 2445 add_to_list (&constructors, name); in scan_prog_file() [all …]
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | sol-cn.asm | 49 # End list of C++ constructors 69 # Tail of _init used for static constructors
|
| H A D | sol-ci.asm | 53 # List of C++ constructors 65 # Head of _init function used for static constructors
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-nice-strict.h.pump | 53 // NiceMock, NaggyMock, and StrictMock "inherit" the constructors of 96 // Ideally, we would inherit base class's constructors through a using 99 // constructors as public. These tests would need to be cleaned up first.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | collect2.texi | 18 @cindex constructors, automatic calls 19 The actual calls to the constructors are carried out by a subroutine
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 52 const ConstructorMap &constructors() const { return Constructors; } in constructors() function in clang::ast_matchers::dynamic::__anon327202440111::RegistryMaps 516 auto it = RegistryData->constructors().find(MatcherName); in lookupMatcherCtor() 517 return it == RegistryData->constructors().end() in lookupMatcherCtor() 573 for (const auto &M : RegistryData->constructors()) { in getMatcherCompletions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 107 "cfg-rich-constructors", 220 bool, ShouldElideConstructors, "elide-constructors", 221 "Whether elidable C++ copy-constructors and move-constructors should be " 360 "Value: \"constructors\", \"destructors\", \"methods\".",
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | PROBLEMS | 63 gdb/1193: g++ 3.3 creates multiple constructors: gdb 5.3 can't set breakpoints 72 breakpoints reliably in constructors or destructors.
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | random | 39 // constructors and seeding functions 99 // constructors and seeding functions 157 // constructors and seeding functions 388 // constructors 410 // constructors 458 // constructors and reset functions 518 // constructors and reset functions 574 // constructors and reset functions 631 // constructors and reset functions 3499 // constructors [all …]
|
| H A D | strstream | 110 // constructors/destructor 347 // constructors/destructor
|
| H A D | system_error | 58 // constructors: 87 // constructors:
|
| H A D | span | 53 // [span.cons], span constructors, copy, assignment, and destructor 210 // [span.cons], span constructors, copy, assignment, and destructor 381 // [span.cons], span constructors, copy, assignment, and destructor
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sol2-c1.asm | 84 ! Now make sure constructors and destructors are handled.
|
| /freebsd-12.1/contrib/binutils/ld/scripttempl/ |
| H A D | elf32cr16.sc | 84 of the constructors, so we make sure it is
|
| /freebsd-12.1/contrib/libstdc++/config/abi/pre/ |
| H A D | gnu.ver | 237 # std::basic_iostream constructors, destructors 330 # std::locale::_Impl constructors, destructors
|
| /freebsd-12.1/sys/conf/ |
| H A D | ldscript.sparc64 | 164 the constructors, so we make sure it is
|
| H A D | ldscript.i386 | 102 the constructors, so we make sure it is
|
| H A D | ldscript.mips.mips64 | 195 the constructors, so we make sure it is
|
| H A D | ldscript.amd64 | 115 the constructors, so we make sure it is
|
| H A D | ldscript.mips | 194 the constructors, so we make sure it is
|
| H A D | ldscript.mips.cfe | 211 the constructors, so we make sure it is
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | strstream | 110 // Helper function used in constructors.
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | random | 190 * @throws Any exceptions which may thrown by the copy constructors of 512 // constructors and member function 1266 // constructors and member function 1416 // constructors, destructors and member functions 1750 // constructors and member function 1836 // constructors and member function 1923 // constructors and member function
|
| /freebsd-12.1/contrib/libstdc++/include/debug/ |
| H A D | bitset | 124 // 23.3.5.1 constructors:
|