Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libc/locale/
H A Dxlocale.c103 static void *(*constructors[])(const char *, locale_t) = variable
227 new->components[type] = constructors[type](src->locale, new); in dupcomponent()
283 constructors[type](realLocale, new); in newlocale()
/freebsd-13.1/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.
/freebsd-13.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-13.1/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::__anon0d4191c90111::RegistryMaps
600 auto it = RegistryData->constructors().find(MatcherName); in lookupMatcherCtor()
601 return it == RegistryData->constructors().end() in lookupMatcherCtor()
660 for (const auto &M : RegistryData->constructors()) { in getMatcherCompletions()
/freebsd-13.1/contrib/llvm-project/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\".",
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dsstream28 // 27.8.1.1 [stringbuf.cons], constructors:
153 // constructors/destructor
221 // 30.8.2.1 [stringbuf.cons], constructors
639 // 30.8.3.1 [istringstream.cons], constructors
719 // 30.8.4.1 [ostringstream.cons], constructors
800 // 30.8.5.1 [stringstream.cons], constructors
H A Dtuple37 // allocator-extended constructors
468 // tuple() constructors (including allocator_arg_t variants)
518 // tuple(const T&...) constructors (including allocator_arg_t variants)
587 // tuple(U&& ...) constructors (including allocator_arg_t variants)
594 _Not<_IsThisTuple<_Up...> >, // extension to allow mis-behaved user constructors
662 // Copy and move constructors (including the allocator_arg_t variants)
680 // tuple(const tuple<U...>&) constructors (including allocator_arg_t variants)
746 // tuple(tuple<U...>&&) constructors (including allocator_arg_t variants)
812 // tuple(const pair<U1, U2>&) constructors (including allocator_arg_t variants)
881 // tuple(pair<U1, U2>&&) constructors (including allocator_arg_t variants)
H A Dstrstream112 // constructors/destructor
354 // constructors/destructor
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
3612 // constructors
[all …]
H A Dsystem_error57 // constructors:
86 // constructors:
H A Dspan57 // [span.cons], span constructors, copy, assignment, and destructor
220 // [span.cons], span constructors, copy, assignment, and destructor
399 // [span.cons], span constructors, copy, assignment, and destructor
H A Dmemory277 // constructors
319 // constructors
411 // constructors:
530 // constructors
H A Dbitset39 // 23.3.5.1 constructors:
678 // 23.3.5.1 constructors:
H A Dfilesystem507 // constructors
937 // constructors and destructor
2319 // constructors and destructors
2881 // constructors and destructor
/freebsd-13.1/contrib/llvm-project/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.
/freebsd-13.1/sys/conf/
H A Dldscript.i386107 the constructors, so we make sure it is
H A Dldscript.amd64113 the constructors, so we make sure it is
H A Dldscript.mips199 the constructors, so we make sure it is
H A Dldscript.mips.mips64200 the constructors, so we make sure it is
H A Dldscript.mips.cfe216 the constructors, so we make sure it is
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-shared-linux-o32.ld170 the constructors, so we make sure it is
H A Dcvmx-shared-linux-n32.ld179 the constructors, so we make sure it is
H A Dcvmx-shared-linux.ld178 the constructors, so we make sure it is
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const58 // [propagate_const.ctor], constructors
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td44 // from this class and will forward arguments to its constructors.

12