Home
last modified time | relevance | path

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

123

/freebsd-13-stable/lib/libc/locale/
HDxlocale.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-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetCXXABI.def41 /// - constructors and destructors return 'this';
96 /// - constructors and destructors return 'this', as in ARM;
109 /// - constructors and destructors return 'this', as in ARM.
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDrandom41 // constructors and seeding functions
103 // constructors and seeding functions
163 // constructors and seeding functions
213 // constructors and seeding functions
266 // constructors and seeding functions
319 // constructors and seeding functions
396 // constructors
420 // constructors
468 // constructors and reset functions
531 // constructors and reset functions
[all …]
HDmdspan58 // [mdspan.extents.cons], constructors
101 // [mdspan.layout.right.cons], constructors
155 // [mdspan.layout.right.cons], constructors
213 // [mdspan.layout.stride.cons], constructors
297 // [mdspan.mdspan.cons], constructors
HDsystem_error58 // constructors:
86 // constructors:
HDtuple49 // allocator-extended constructors
553 // tuple() constructors (including allocator_arg_t variants)
573 // tuple(const T&...) constructors (including allocator_arg_t variants)
599 // tuple(U&& ...) constructors (including allocator_arg_t variants)
608 _Not<_IsThisTuple<_Up...> >, // extension to allow mis-behaved user constructors
636 // Copy and move constructors (including the allocator_arg_t variants)
652 // tuple(const tuple<U...>&) constructors (including allocator_arg_t variants)
694 // tuple(tuple<U...>&) constructors (including allocator_arg_t variants)
706 // tuple(tuple<U...>&&) constructors (including allocator_arg_t variants)
720 // tuple(const tuple<U...>&&) constructors (including allocator_arg_t variants)
[all …]
HDstrstream112 // constructors/destructor
310 // constructors/destructor
HD__node_handle32 // [container.node.cons], constructors, copy, and assignment
HDspan71 // [span.cons], span constructors, copy, assignment, and destructor
248 // [span.cons], span constructors, copy, assignment, and destructor
429 // [span.cons], span constructors, copy, assignment, and destructor
HDmemory432 // constructors
476 // constructors
592 // constructors:
746 // constructors
HDchrono702 // unspecified additional constructors
764 // unspecified additional constructors
813 // unspecified additional constructors
850 // unspecified additional constructors
HDfilesystem285 // [fs.rec.dir.itr.members], constructors and destructor
330 // [fs.file.status.cons], constructors and destructor
HDsstream31 // [stringbuf.cons] constructors:
253 // [stringstream.cons] constructors
356 // [stringbuf.cons] constructors:
1138 // [stringstream.cons] constructors
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp50 const ConstructorMap &constructors() const { return Constructors; } in constructors() function in clang::ast_matchers::dynamic::__anonfa0d978e0111::RegistryMaps
641 auto it = RegistryData->constructors().find(MatcherName); in lookupMatcherCtor()
642 return it == RegistryData->constructors().end() ? std::optional<MatcherCtor>() in lookupMatcherCtor()
700 for (const auto &M : RegistryData->constructors()) { in getMatcherCompletions()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
134 /// constructors from a base class.
138 /// default constructors from a base class.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.def106 "cfg-rich-constructors",
256 bool, ShouldElideConstructors, "elide-constructors",
257 "Whether elidable C++ copy-constructors and move-constructors should be "
509 "Value: \"constructors\", \"destructors\", \"methods\".",
/freebsd-13-stable/contrib/llvm-project/libcxx/include/experimental/
HDmemory77 // constructors
/freebsd-13-stable/sys/conf/
HDldscript.i386106 the constructors, so we make sure it is
HDldscript.amd64112 the constructors, so we make sure it is
HDldscript.mips.mips64199 the constructors, so we make sure it is
HDldscript.mips198 the constructors, so we make sure it is
HDldscript.mips.cfe215 the constructors, so we make sure it is
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-shared-linux-o32.ld170 the constructors, so we make sure it is
HDcvmx-shared-linux-n32.ld179 the constructors, so we make sure it is
HDcvmx-shared-linux.ld178 the constructors, so we make sure it is

123