| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | vec.cc | 73 __cxa_cdtor_type constructor, in __cxa_vec_new() argument 77 constructor, destructor, in __cxa_vec_new() 85 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument 106 constructor, destructor); in __cxa_vec_new2() 123 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument 144 constructor, destructor); in __cxa_vec_new3() 162 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument 170 if (constructor) in __cxa_vec_ctor() 172 constructor(ptr); in __cxa_vec_ctor() 191 __cxa_cdtor_return_type (*constructor) (void *, void *), in __cxa_vec_cctor() [all …]
|
| H A D | cxxabi.h | 66 size_t __padding_size, __cxa_cdtor_type constructor, 71 size_t __padding_size, __cxa_cdtor_type constructor, 77 size_t __padding_size, __cxa_cdtor_type constructor, 84 size_t __element_size, __cxa_cdtor_type constructor, 90 __cxa_cdtor_return_type (*constructor) (void*, void*),
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | vec.cc | 67 void (*constructor) (void *), in __cxa_vec_new() 71 constructor, destructor, in __cxa_vec_new() 79 void (*constructor) (void *), in __cxa_vec_new2() 95 constructor, destructor); in __cxa_vec_new2() 112 void (*constructor) (void *), in __cxa_vec_new3() 128 constructor, destructor); in __cxa_vec_new3() 146 void (*constructor) (void *), in __cxa_vec_ctor() 154 if (constructor) in __cxa_vec_ctor() 156 constructor(ptr); in __cxa_vec_ctor() 174 void (*constructor) (void *, void *), in __cxa_vec_cctor() [all …]
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_vector.cpp | 172 void (*constructor)(void *), void (*destructor)(void *)) { in __cxa_vec_new() 174 constructor, destructor, &::operator new [], &::operator delete [] ); in __cxa_vec_new() 196 void (*constructor)(void *), void (*destructor)(void *), in __cxa_vec_new2() 213 __cxa_vec_ctor ( vec_base, element_count, element_size, constructor, destructor ); in __cxa_vec_new2() 225 void (*constructor)(void *), void (*destructor)(void *), in __cxa_vec_new3() 242 __cxa_vec_ctor ( vec_base, element_count, element_size, constructor, destructor ); in __cxa_vec_new3() 263 void (*constructor)(void *, void *), in __cxa_vec_cctor() 265 if ( NULL != constructor ) { in __cxa_vec_cctor() 273 constructor ( dest_ptr, src_ptr ); in __cxa_vec_cctor() 288 void (*constructor)(void *), void (*destructor)(void *)) { in __cxa_vec_ctor() [all …]
|
| /openbsd-src/gnu/llvm/libcxxabi/include/ |
| H A D | cxxabi.h | 94 void (*constructor)(void *), void (*destructor)(void *)); 98 void (*constructor)(void *), void (*destructor)(void *), 103 void (*constructor)(void *), void (*destructor)(void *), 108 void (*constructor)(void *), void (*destructor)(void *)); 136 size_t element_size, void (*constructor)(void *, void *),
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 126 /// even if the class has a trivial default constructor. 196 /// constructor which is neither the copy nor move constructor. 200 /// constructor. 203 /// True if a defaulted default constructor for this class would 207 /// True if this class has a constexpr default constructor. 209 /// This is true for either a user-declared constexpr default constructor 210 /// or an implicitly declared constexpr default constructor. 223 /// Whether we have a C++11 user-provided default constructor (not 231 /// Whether an implicit copy constructor could have a const-qualified 240 /// Whether any declared copy constructor has a const-qualified
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 28 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot " 31 "constructor inherited from base class %0 cannot be used in a " 256 "in implicit initialization for inherited constructor of %0">; 672 "%select{method %5|constructor|destructor}4|" 673 "%select{method %5|constructor|destructor}4 " 675 "%select{method %5|constructor|destructor}4 " 677 "%select{method %5|constructor|destructor}4 " 679 "%select{method %5|constructor|destructor}4 " 681 "%select{method %5|constructor|destructor}4 " 683 "%select{method %5|constructor|destructor}4 " [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | class | 13 # constructor warnings 21 Odd number of arguments passed to "C" constructor at - line 7.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlclass.pod | 81 a constructor named C<new> - you don't have to (and should not) write one. 110 will be evaluated within the constructor of each object instance. During each 122 constructor at all. Expressions using C<//=> will also apply if the caller did 222 parameter passed to the constructor. By default the parameter will have the 230 constructor; the caller must pass it or an exception is thrown. With a 271 Each object begins its life with a constructor call. The constructor is always 336 parameters, which become part of the class constructor's API. This might be
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 01_api.t | 35 subtest "constructor and documents" => sub { 37 ok( my $yaml = CPAN::Meta::YAML->new( @docs ), "constructor" );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Generic.t | 138 # Test constructor args 140 is($e->causes_fail, 1, "attr from constructor"); 141 is($e->increments_count, 'a', "attr from constructor");
|
| /openbsd-src/gnu/llvm/clang/ |
| H A D | NOTES.txt | 95 We can still apply a modified version of the constructor/destructor 98 - the constructor signature is not variadic, and 100 to the base constructor because either
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | OptionsBase.td | 25 // - `Option` constructor: Already set by constructor. 33 // - `Option` constructor: Already set by constructor.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| H A D | crtfastmath.c | 33 static void __attribute__((constructor))
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | crtfastmath.c | 33 static void __attribute__((constructor))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | crtfastmath.c | 42 static void __attribute__((constructor))
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | crtfastmath.c | 42 static void __attribute__((constructor))
|
| /openbsd-src/regress/lib/csu/ctors/ |
| H A D | ctors.c | 5 void foo(void) __attribute__((constructor));
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | crtfastmath.c | 37 static void __attribute__((constructor))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | crtfastmath.c | 37 static void __attribute__((constructor))
|
| /openbsd-src/regress/misc/sse2/libbar/ |
| H A D | bar.c | 3 void bar_init(void) __attribute__((constructor));
|
| /openbsd-src/regress/libexec/ld.so/initfirst/test1/ |
| H A D | lib.c | 22 static void init(void) __attribute__((constructor));
|
| /openbsd-src/regress/misc/sse2/foo/ |
| H A D | foo.c | 4 void foo_init(void) __attribute__((constructor));
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stoptheworld_testlib.cpp | 46 __attribute__((constructor)) void StopTheWorldTestLibConstructor(void) { in StopTheWorldTestLibConstructor()
|
| /openbsd-src/regress/libexec/ld.so/ |
| H A D | Makefile | 4 SUBDIR+= constructor
|