Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dvec.cc81 __cxa_cdtor_type constructor, in __cxa_vec_new() argument
85 constructor, destructor, in __cxa_vec_new()
93 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument
115 constructor, destructor); in __cxa_vec_new2()
135 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument
157 constructor, destructor); in __cxa_vec_new3()
176 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument
184 if (constructor) in __cxa_vec_ctor()
186 constructor(ptr); in __cxa_vec_ctor()
205 __cxa_cdtor_return_type (*constructor) (void *, void *), in __cxa_vec_cctor()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dvec.cc81 __cxa_cdtor_type constructor, in __cxa_vec_new() argument
85 constructor, destructor, in __cxa_vec_new()
93 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument
115 constructor, destructor); in __cxa_vec_new2()
135 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument
157 constructor, destructor); in __cxa_vec_new3()
176 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument
184 if (constructor) in __cxa_vec_ctor()
186 constructor(ptr); in __cxa_vec_ctor()
205 __cxa_cdtor_return_type (*constructor) (void *, void *), in __cxa_vec_cctor()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td192 "%select{method %5|constructor|destructor}4|"
193 "%select{method %5|constructor|destructor}4 "
195 "%select{method %5|constructor|destructor}4 "
197 "%select{method %5|constructor|destructor}4 "
199 "%select{method %5|constructor|destructor}4 "
201 "%select{method %5|constructor|destructor}4 "
203 "%select{method %5|constructor|destructor}4 "
205 "%select{method %5|constructor|destructor}4 "
207 "%select{method %5|constructor|destructor}4 "
209 "%select{method %5|constructor|destructor}4 "
[all …]
/netbsd-src/external/cddl/osnet/lib/libumem/
H A Dumem.c35 umem_constructor_t *constructor; member
106 …te(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructo… in umem_cache_create() argument
114 cache->constructor = constructor; in umem_cache_create()
137 if(cache->constructor != NULL) { in umem_cache_alloc()
138 if(cache->constructor(buf, cache->callback_data, flags) != 0) { in umem_cache_alloc()
/netbsd-src/tests/lib/csu/
H A Dt_crt0.sh36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddata.c319 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
323 con = gfc_constructor_lookup_next (expr->value.constructor, in gfc_assign_data_value()
385 con = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
409 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
413 con = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
423 con = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
435 = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
459 expr->value.constructor); in gfc_assign_data_value()
464 con = gfc_constructor_append_expr (&expr->value.constructor, in gfc_assign_data_value()
710 cur = gfc_constructor_first (expr->value.constructor); in formalize_structure_cons()
[all …]
H A Darray.c1028 && check_duplicate_iterator (e->value.constructor, master)) in check_duplicate_iterator()
1119 e->value.constructor = head; in match_array_list()
1193 && !e->ref && e->value.constructor) in walk_array_constructor()
1195 m = walk_array_constructor (ts, e->value.constructor); in walk_array_constructor()
1347 expr->value.constructor = head; in gfc_match_array_constructor()
1426 if (!check_constructor_type (e->value.constructor, convert)) in check_constructor_type()
1461 t = check_constructor_type (e->value.constructor, e->ts.type != BT_UNKNOWN); in gfc_check_constructor_type()
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
1681 return expand_constructor (e->value.constructor); in expand_expr()
[all …]
H A Dsimplify.c234 for (c = gfc_constructor_first (e->value.constructor); in is_constant_array_expr()
263 return array->value.constructor == NULL; in gfc_is_size_zero_array()
276 gfc_constructor *ctor = gfc_constructor_first (e->value.constructor); in init_result_expr()
374 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
375 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
403 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
406 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
438 gfc_constructor_append_expr (&result->value.constructor, in transformational_result()
494 array_ctor = gfc_constructor_first (array->value.constructor); in simplify_transformation_to_scalar()
497 mask_ctor = gfc_constructor_first (mask->value.constructor); in simplify_transformation_to_scalar()
[all …]
H A Dtarget-memory.c184 gfc_constructor_base ctor = expr->value.constructor; in encode_array()
264 for (c = gfc_constructor_first (source->value.constructor), in encode_derived()
353 c = gfc_constructor_first (source->value.constructor); in gfc_target_encode_expr()
397 result->value.constructor = base; in interpret_array()
515 c = gfc_constructor_append_expr (&result->value.constructor, e, NULL); in gfc_interpret_derived()
554 c = gfc_constructor_append_expr (&result->value.constructor, e, NULL); in gfc_interpret_derived()
682 for (c = gfc_constructor_first (e->value.constructor), in expr_to_char()
742 for (c = gfc_constructor_first (e->value.constructor); in gfc_merge_initializers()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddata.cc339 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
343 con = gfc_constructor_lookup_next (expr->value.constructor, in gfc_assign_data_value()
405 con = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
429 con = gfc_constructor_lookup (expr->value.constructor, in gfc_assign_data_value()
433 con = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
443 con = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
455 = gfc_constructor_insert_expr (&expr->value.constructor, in gfc_assign_data_value()
479 expr->value.constructor); in gfc_assign_data_value()
484 con = gfc_constructor_append_expr (&expr->value.constructor, in gfc_assign_data_value()
736 cur = gfc_constructor_first (expr->value.constructor); in formalize_structure_cons()
[all …]
H A Darray.cc1040 && check_duplicate_iterator (e->value.constructor, master)) in check_duplicate_iterator()
1131 e->value.constructor = head; in match_array_list()
1205 && !e->ref && e->value.constructor) in walk_array_constructor()
1207 m = walk_array_constructor (ts, e->value.constructor); in walk_array_constructor()
1359 expr->value.constructor = head; in gfc_match_array_constructor()
1438 if (!check_constructor_type (e->value.constructor, convert)) in check_constructor_type()
1473 t = check_constructor_type (e->value.constructor, e->ts.type != BT_UNKNOWN); in gfc_check_constructor_type()
1542 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1567 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
1693 return expand_constructor (e->value.constructor); in expand_expr()
[all …]
H A Dsimplify.cc236 for (c = gfc_constructor_first (e->value.constructor); in is_constant_array_expr()
256 for (c = gfc_constructor_first (e->value.constructor); in is_constant_array_expr()
295 return array->value.constructor == NULL; in gfc_is_size_zero_array()
308 gfc_constructor *ctor = gfc_constructor_first (e->value.constructor); in init_result_expr()
406 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
407 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
435 a = gfc_constructor_lookup_expr (matrix_a->value.constructor, offset_a); in compute_dot_product()
438 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product()
470 gfc_constructor_append_expr (&result->value.constructor, in transformational_result()
526 array_ctor = gfc_constructor_first (array->value.constructor); in simplify_transformation_to_scalar()
[all …]
H A Dtarget-memory.cc183 gfc_constructor_base ctor = expr->value.constructor; in encode_array()
263 for (c = gfc_constructor_first (source->value.constructor), in encode_derived()
352 c = gfc_constructor_first (source->value.constructor); in gfc_target_encode_expr()
397 result->value.constructor = base; in interpret_array()
515 c = gfc_constructor_append_expr (&result->value.constructor, e, NULL); in gfc_interpret_derived()
554 c = gfc_constructor_append_expr (&result->value.constructor, e, NULL); in gfc_interpret_derived()
682 for (c = gfc_constructor_first (e->value.constructor), in expr_to_char()
742 for (c = gfc_constructor_first (e->value.constructor); in gfc_merge_initializers()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ext.c106 slapi_extension_constructor_fnptr constructor; in new_extension() local
112 constructor = registered_extensions.extensions[objecttype].constructors[extensionhandle]; in new_extension()
116 if ( constructor != NULL ) { in new_extension()
117 eblock->extensions[extensionhandle] = (*constructor)( object, parent ); in new_extension()
177 slapi_extension_constructor_fnptr constructor, in slapi_register_object_extension() argument
215 re->constructors[*extensionhandle] = constructor; in slapi_register_object_extension()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def123 /// even if the class has a trivial default constructor.
193 /// constructor which is neither the copy nor move constructor.
197 /// constructor.
200 /// True if a defaulted default constructor for this class would
204 /// True if this class has a constexpr default constructor.
206 /// This is true for either a user-declared constexpr default constructor
207 /// or an implicitly declared constexpr default constructor.
220 /// Whether we have a C++11 user-provided default constructor (not
228 /// Whether an implicit copy constructor could have a const-qualified
237 /// Whether any declared copy constructor has a const-qualified
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_read_support.c33 typedef struct archive *constructor(void); typedef
49 test_success(constructor new_, enabler enable_, destructor free_) in test_success()
65 test_failure(constructor new_, enabler enable_, destructor free_) in test_failure()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcpuinfo.c39 __attribute__ ((constructor CONSTRUCTOR_PRIORITY));
58 int __attribute__ ((constructor CONSTRUCTOR_PRIORITY))
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dkmem.c72 int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), in kmem_cache_create()
84 km->km_constructor = constructor; in kmem_cache_create()
/netbsd-src/external/apache2/llvm/dist/clang/
H A DNOTES.txt95 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
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c498 static int constructor; variable
519 constructor = 1; in mypragma()
582 if ((constructor || destructor) && (sp->sclass != PARAM)) { in fixdef()
584 constructor ? 'c' : 'd'); in fixdef()
588 constructor = destructor = 0; in fixdef()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DChangeLog47 * gc.h (gc_process_relocs): Use static_cast in Section_id constructor.
66 * gc.h (gc_process_relocs): Use cast in Section_id constructor.
71 * gc.h (gc_process_relocs): Use nullptr in Section_id constructor.
161 field. Adjust constructor.
/netbsd-src/external/mit/isl/dist/interface/
H A Disl_config.h.in27 /* Define if Driver constructor takes default image name */
42 /* Define if Driver constructor takes CXXIsProduction argument */
51 /* Define if Driver constructor takes IsProduction argument */
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_gcc_func_attribute.m435 # constructor
36 # constructor_priority for constructor attribute with priority
116 [constructor], [
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpy_flow_example.txt72 0 3064371852139 copy_reg.py -> constructor
73 0 3064371852147 copy_reg.py <- constructor
77 0 3064371852188 copy_reg.py -> constructor
78 0 3064371852196 copy_reg.py <- constructor
81 0 3064371852221 copy_reg.py -> constructor
82 0 3064371852229 copy_reg.py <- constructor
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dpy_flowtime_example.txt72 0 3064660323866 copy_reg.py 10 -> constructor
73 0 3064660323874 copy_reg.py 8 <- constructor
77 0 3064660323919 copy_reg.py 9 -> constructor
78 0 3064660323927 copy_reg.py 8 <- constructor
81 0 3064660323955 copy_reg.py 9 -> constructor
82 0 3064660323963 copy_reg.py 8 <- constructor

12345678910>>...35