Home
last modified time | relevance | path

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

12

/freebsd-14.2/lib/libc/locale/
H A Dxlocale.c100 static void *(*constructors[])(const char *, locale_t) = variable
224 new->components[type] = constructors[type](src->locale, new); in dupcomponent()
280 constructors[type](realLocale, new); in newlocale()
/freebsd-14.2/contrib/llvm-project/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.def443 /// Modify C++ ABI to returning `this` pointer from constructors and
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Drandom41 // constructors and seeding functions
103 // constructors and seeding functions
163 // constructors and seeding functions
396 // constructors
420 // constructors
468 // constructors and reset functions
531 // constructors and reset functions
589 // constructors and reset functions
648 // constructors and reset functions
707 // constructors and reset functions
[all …]
H A Dmdspan54 // [mdspan.extents.cons], constructors
97 // [mdspan.layout.right.cons], constructors
151 // [mdspan.layout.right.cons], constructors
209 // [mdspan.layout.stride.cons], constructors
293 // [mdspan.mdspan.cons], constructors
H A Dsystem_error58 // constructors:
86 // constructors:
H A Dtuple49 // allocator-extended constructors
557 // tuple() constructors (including allocator_arg_t variants)
577 // tuple(const T&...) constructors (including allocator_arg_t variants)
603 // tuple(U&& ...) constructors (including allocator_arg_t variants)
640 // Copy and move constructors (including the allocator_arg_t variants)
656 // tuple(const tuple<U...>&) constructors (including allocator_arg_t variants)
698 // tuple(tuple<U...>&) constructors (including allocator_arg_t variants)
710 // tuple(tuple<U...>&&) constructors (including allocator_arg_t variants)
724 // tuple(const tuple<U...>&&) constructors (including allocator_arg_t variants)
784 // tuple(pair<U1, U2>&) constructors (including allocator_arg_t variants)
[all …]
H A Dstrstream112 // constructors/destructor
309 // constructors/destructor
H A D__node_handle32 // [container.node.cons], constructors, copy, and assignment
H A Dspan57 // [span.cons], span constructors, copy, assignment, and destructor
227 // [span.cons], span constructors, copy, assignment, and destructor
407 // [span.cons], span constructors, copy, assignment, and destructor
H A Dmemory433 // constructors
476 // constructors
592 // constructors:
746 // constructors
H A Dsstream31 // [stringbuf.cons] constructors:
222 // [stringstream.cons] constructors
322 // [stringbuf.cons] constructors:
1008 // [stringstream.cons] constructors
H A Dfilesystem285 // [fs.rec.dir.itr.members], constructors and destructor
330 // [fs.file.status.cons], constructors and destructor
H A Dbitset41 // 23.3.5.1 constructors:
618 // 23.3.5.1 constructors:
H A Dstring_view89 // 7.3, basic_string_view constructors and assignment operators
261 // string_view constructors. This can be refactored when this exact form isn't needed anymore.
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp50 const ConstructorMap &constructors() const { return Constructors; } in constructors() function in clang::ast_matchers::dynamic::__anon0c42a60b0111::RegistryMaps
640 auto it = RegistryData->constructors().find(MatcherName); in lookupMatcherCtor()
641 return it == RegistryData->constructors().end() ? std::optional<MatcherCtor>() in lookupMatcherCtor()
699 for (const auto &M : RegistryData->constructors()) { in getMatcherCompletions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
134 /// constructors from a base class.
138 /// default constructors from a base class.
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_algorithm_do_all.pod43 may offer, but also for constructors, such as
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def106 "cfg-rich-constructors",
236 bool, ShouldElideConstructors, "elide-constructors",
237 "Whether elidable C++ copy-constructors and move-constructors should be "
484 "Value: \"constructors\", \"destructors\", \"methods\".",
/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory77 // constructors
H A Dpropagate_const59 // [propagate_const.ctor], constructors
/freebsd-14.2/sys/conf/
H A Dldscript.i386106 the constructors, so we make sure it is
H A Dldscript.amd64112 the constructors, so we make sure it is
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_DECODER_CTX.pod163 OSSL_DECODER_export() is a fallback function for constructors that cannot
H A DEC_GROUP_new.pod100 Applications should instead use one of the other EC_GROUP_new_* constructors.

12