Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 25 of 117) sorted by relevance

12345

/freebsd-12.1/lib/libc/locale/
H A Dxlocale.c105 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 Dcollect2.c198 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 Dsol-cn.asm49 # End list of C++ constructors
69 # Tail of _init used for static constructors
H A Dsol-ci.asm53 # List of C++ constructors
65 # Head of _init function used for static constructors
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h.pump53 // 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 Dcollect2.texi18 @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 DRegistry.cpp52 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 DAnalyzerOptions.def107 "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 DPROBLEMS63 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 Drandom39 // 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 Dstrstream110 // constructors/destructor
347 // constructors/destructor
H A Dsystem_error58 // constructors:
87 // constructors:
H A Dspan53 // [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 Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Delf32cr16.sc84 of the constructors, so we make sure it is
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver237 # std::basic_iostream constructors, destructors
330 # std::locale::_Impl constructors, destructors
/freebsd-12.1/sys/conf/
H A Dldscript.sparc64164 the constructors, so we make sure it is
H A Dldscript.i386102 the constructors, so we make sure it is
H A Dldscript.mips.mips64195 the constructors, so we make sure it is
H A Dldscript.amd64115 the constructors, so we make sure it is
H A Dldscript.mips194 the constructors, so we make sure it is
H A Dldscript.mips.cfe211 the constructors, so we make sure it is
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dstrstream110 // Helper function used in constructors.
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Drandom190 * @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 Dbitset124 // 23.3.5.1 constructors:

12345