Home
last modified time | relevance | path

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

12345678910>>...21

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ext.c56 slapi_extension_constructor_fnptr *constructors; member
111 assert( registered_extensions.extensions[objecttype].constructors != NULL ); in new_extension()
112 constructor = registered_extensions.extensions[objecttype].constructors[extensionhandle]; in new_extension()
208 if ( re->constructors == NULL ) { in slapi_register_object_extension()
209 re->constructors = (slapi_extension_constructor_fnptr *)slapi_ch_calloc( re->count, in slapi_register_object_extension()
212 …re->constructors = (slapi_extension_constructor_fnptr *)slapi_ch_realloc( (char *)re->constructors, in slapi_register_object_extension()
215 re->constructors[*extensionhandle] = constructor; in slapi_register_object_extension()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst44 ``-analyzer-config c++-inlining=[none | methods | constructors | destructors]``
48 constructors, for example.
54 Note that under 'constructors', constructors for types with non-trivial
94 This option controls whether constructors and destructors of "container" types
99 Currently, these constructors and destructors are NOT considered for inlining
116 state, which is what happens when their constructors are treated as opaque.
191 - In C++, constructors are not inlined unless the destructor call will be
195 constructors for objects with trivial constructors can still be inlined.)
199 or operator 'delete', nor does it inline the constructors and destructors
357 which base constructors have been completed. This is tracked using
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2.c230 static struct head constructors; /* list of constructors found */ variable
1676 constructors.number), in main()
1677 constructors.number); in main()
1691 if (constructors.number == 0 && destructors.number == 0 in main()
1730 sort_ids (&constructors); in main()
2090 write_list_with_asm (stream, "extern entry_pt ", constructors.first); in write_c_file_stat()
2135 if (constructors.number > 0 || frames) in write_c_file_stat()
2138 write_list (stream, "\t\t", constructors.first); in write_c_file_stat()
2144 fprintf (stream, "\tp = ctors + %d;\n", constructors.number + frames); in write_c_file_stat()
2186 write_list_with_asm (stream, "extern entry_pt ", constructors.first); in write_c_file_glob()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcollect2.cc231 static struct head constructors; /* list of constructors found */ variable
1664 constructors.number), in main()
1665 constructors.number); in main()
1679 if (constructors.number == 0 && destructors.number == 0 in main()
1718 sort_ids (&constructors); in main()
2078 write_list_with_asm (stream, "extern entry_pt ", constructors.first); in write_c_file_stat()
2128 if (constructors.number > 0 || frames) in write_c_file_stat()
2131 write_list (stream, "\t\t", constructors.first); in write_c_file_stat()
2137 fprintf (stream, "\tp = ctors + %d;\n", constructors.number + frames); in write_c_file_stat()
2192 write_list_with_asm (stream, "extern entry_pt ", constructors.first); in write_c_file_glob()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dsol-cn.S37 # End list of C++ constructors
57 # Tail of _init used for static constructors
H A Dsol-ci.S41 # List of C++ constructors
53 # Head of _init function used for static constructors
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dsol-cn.S37 # End list of C++ constructors
57 # Tail of _init used for static constructors
H A Dsol-ci.S41 # List of C++ constructors
53 # Head of _init function used for static constructors
/netbsd-src/external/mit/isl/dist/interface/
H A Dgenerator.cc167 const function_set &constructors = clazz.constructors; in extract_class_automatic_conversions() local
170 for (fi = constructors.begin(); fi != constructors.end(); ++fi) { in extract_class_automatic_conversions()
424 c->constructors.insert(method); in generator()
/netbsd-src/external/apache2/llvm/dist/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.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dspanstream61 // [spanbuf.ctor], constructors
235 // [ispanstream.ctor], constructors
327 // [ospanstream.ctor], constructors
395 // [spanstream.ctor], constructors
H A Doptional430 // Base class implements all the constructors and assignment operators:
490 * @brief Class template that provides copy/move constructors of optional.
493 * conditionally make copy/move constructors trivial.
496 * the copy/move constructors of _Optional_base will invoke the
535 // Copy and move constructors.
581 // Copy and move constructors.
621 // Copy and move constructors.
664 // Copy and move constructors.
741 // Converting constructors for engaged optionals.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcollect2.texi18 @cindex constructors, automatic calls
19 The actual calls to the constructors are carried out by a subroutine
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcollect2.texi18 @cindex constructors, automatic calls
19 The actual calls to the constructors are carried out by a subroutine
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/
H A DBUILD.gn4 # constructors that register individual tweaks in a global registry.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dt-frv16 # constructors.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dt-frv16 # constructors.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Doptional391 // Base class implements all the constructors and assignment operators:
453 * @brief Class template that provides copy/move constructors of optional.
456 * conditionally make copy/move constructors trivial.
459 * the copy/move constructors of _Optional_base will invoke the
497 // Copy and move constructors.
541 // Copy and move constructors.
581 // Copy and move constructors.
622 // Copy and move constructors.
694 // Converting constructors for engaged optionals.
H A Dtuple471 // constructors.
551 // Constraint for non-explicit constructors
557 // Constraint for non-explicit constructors
598 /* Constraint for constructors with a tuple<UTypes...> parameter ensures
601 * Such constructors are only viable if:
719 // Allocator-extended constructors.
890 // allocator constructors.
892 // No-op allocator constructors.
925 // Constraint for non-explicit constructors
931 // Constraint for non-explicit constructors
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp50 const ConstructorMap &constructors() const { return Constructors; } in constructors() function in clang::ast_matchers::dynamic::__anon2010fdc00111::RegistryMaps
599 auto it = RegistryData->constructors().find(MatcherName); in lookupMatcherCtor()
600 return it == RegistryData->constructors().end() in lookupMatcherCtor()
659 for (const auto &M : RegistryData->constructors()) { in getMatcherCompletions()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatusIssuesStatus.csv80 …>`__","Undefined behavior without proper requirements on basic_string constructors","Bristol","|Co…
94 "`2097 <https://wg21.link/lwg2097>`__","packaged_task constructors should be constrained","Chicago"…
123 "`2193 <https://wg21.link/lwg2193>`__","Default constructors for standard library containers are ex…
139 "`2322 <https://wg21.link/lwg2322>`__","Associative(initializer_list, stuff) constructors are under…
141 "`2324 <https://wg21.link/lwg2324>`__","Insert iterator constructors should use addressof()","Issaq…
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def106 "cfg-rich-constructors",
229 bool, ShouldElideConstructors, "elide-constructors",
230 "Whether elidable C++ copy-constructors and move-constructors should be "
416 "Value: \"constructors\", \"destructors\", \"methods\".",
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dsstream28 // 27.8.1.1 [stringbuf.cons], constructors:
153 // constructors/destructor
221 // 30.8.2.1 [stringbuf.cons], constructors
645 // 30.8.3.1 [istringstream.cons], constructors
730 // 30.8.4.1 [ostringstream.cons], constructors
818 // 30.8.5.1 [stringstream.cons], constructors
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
131 /// constructors from a base class.
135 /// default constructors from a base class.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dinternet153 // constructors:
263 // constructors:
411 // constructors:
947 // constructors:
1007 // constructors:
1064 // constructors:
1109 // constructors:
1150 // constructors:
1239 // constructors:
1409 // constructors:
[all …]

12345678910>>...21