/dflybsd-src/contrib/less/ |
H A D | optfunc.c | 109 public void opt_o(int type, constant char *s) in opt_o() 159 public void opt__O(int type, constant char *s) in opt__O() 223 public void opt_j(int type, constant char *s) in opt_j() 250 public void opt_shift(int type, constant char *s) in opt_shift() 274 public void opt_k(int type, constant char *s) in opt_k() 291 public void opt_ks(int type, constant char *s) in opt_ks() 307 public void opt_kc(int type, constant char *s) in opt_kc() 326 public void opt__S(int type, constant char *s) in opt__S() 340 public void opt_t(int type, constant char *s) in opt_t() 378 public void opt__T(int type, constant char *s) in opt__T() [all …]
|
/dflybsd-src/sys/sys/ |
H A D | malloc.h | 97 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ argument 107 #define MALLOC_DEFINE_OBJ(type, size, shortdesc, longdesc) \ argument 119 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ argument 125 #define MALLOC_DEFINE_OBJ(type, size, shortdesc, longdesc) \ argument 187 #define kmalloc_destroy_obj(type) kmalloc_destroy((type##_obj)) argument 212 #define __kmalloc(size, type, flags) ({ \ argument 233 #define __kmalloc_obj(size, type, flags) ({ \ argument 254 #define kmalloc(size, type, flags) __kmalloc(size, type, flags) argument 255 #define kmalloc_obj(size, type, flags) __kmalloc_obj(size, type##_obj, flags) argument 260 #define krealloc(addr, size, type, flags) \ argument [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | m2-typeprint.c | 75 m2_print_type (struct type *type, const char *varstring, in m2_print_type() 163 m2_print_typedef (struct type *type, struct symbol *new_symbol, in m2_print_typedef() 181 m2_type_name (struct type *type, struct ui_file *stream) in m2_type_name() 190 m2_range (struct type *type, struct ui_file *stream, int show, in m2_range() 209 m2_typedef (struct type *type, struct ui_file *stream, int show, in m2_typedef() 222 static void m2_array (struct type *type, struct ui_file *stream, in m2_array() 245 m2_pointer (struct type *type, struct ui_file *stream, int show, in m2_pointer() 257 m2_ref (struct type *type, struct ui_file *stream, int show, in m2_ref() 265 m2_unknown (const char *s, struct type *type, struct ui_file *stream, in m2_unknown() 271 static void m2_union (struct type *type, struct ui_file *stream) in m2_union() [all …]
|
H A D | ada-typeprint.c | 75 decoded_type_name (struct type *type) in decoded_type_name() 126 print_range (struct type *type, struct ui_file *stream) in print_range() 156 print_range_bound (struct type *type, char *bounds, int *n, in print_range_bound() 203 print_dynamic_range_bound (struct type *type, const char *name, int name_len, in print_dynamic_range_bound() 276 print_enum_type (struct type *type, struct ui_file *stream) in print_enum_type() 307 print_fixed_point_type (struct type *type, struct ui_file *stream) in print_fixed_point_type() 328 print_array_type (struct type *type, struct ui_file *stream, int show, in print_array_type() 410 print_choices (struct type *type, int field_num, struct ui_file *stream, in print_choices() 491 print_variant_clauses (struct type *type, int field_num, in print_variant_clauses() 540 print_variant_part (struct type *type, int field_num, struct type *outer_type, in print_variant_part() [all …]
|
H A D | gdbtypes.c | 166 struct type *type; in alloc_type() local 195 struct type *type; in alloc_type_arch() local 221 alloc_type_copy (const struct type *type) in alloc_type_copy() 233 get_type_arch (const struct type *type) in get_type_arch() 248 struct type *type; in alloc_type_instance() local 269 smash_type (struct type *type) in smash_type() 292 make_pointer_type (struct type *type, struct type **typeptr) in make_pointer_type() 354 lookup_pointer_type (struct type *type) in lookup_pointer_type() 365 make_reference_type (struct type *type, struct type **typeptr) in make_reference_type() 427 lookup_reference_type (struct type *type) in lookup_reference_type() [all …]
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | pem.h | 156 int type; /* what type of object */ member 201 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 207 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 213 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 219 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument 227 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument 236 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument 242 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument 248 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument 254 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument [all …]
|
H A D | lhash.h | 194 #define LHASH_OF(type) struct lhash_st_##type argument 196 #define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; } argument 198 #define CHECKED_LHASH_OF(type,lh) \ argument 202 #define LHM_lh_new(type, name) \ argument 204 #define LHM_lh_error(type, lh) \ argument 206 #define LHM_lh_insert(type, lh, inst) \ argument 209 #define LHM_lh_retrieve(type, lh, inst) \ argument 212 #define LHM_lh_delete(type, lh, inst) \ argument 215 #define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument 216 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
H A D | entry_pred.hpp | 56 typedef Pred type; typedef 69 struct type : public Pred struct 72 type() { } in type() argument 75 type(const Pred& other) : Pred(other) { } in type() argument 78 operator()(entry p_v) const in operator ()()
|
H A D | entry_cmp.hpp | 57 typedef Cmp_Fn type; typedef 71 struct type : public Cmp_Fn struct 73 type() { } in type() argument 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() function 78 operator()(entry lhs, entry rhs) const in operator ()()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
H A D | entry_pred.hpp | 56 typedef Pred type; typedef 69 struct type : public Pred struct 72 type() { } in type() function 75 type(const Pred& other) : Pred(other) { } in type() argument 78 operator()(entry p_v) const in operator ()()
|
H A D | entry_cmp.hpp | 57 typedef Cmp_Fn type; typedef 71 struct type : public Cmp_Fn struct 73 type() { } in type() function 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() argument 78 operator()(entry lhs, entry rhs) const in operator ()()
|
/dflybsd-src/sys/netgraph/netgraph/ |
H A D | ng_parse.c | 144 ng_parse(const struct ng_parse_type *type, in ng_parse() 154 ng_unparse(const struct ng_parse_type *type, in ng_unparse() 166 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) in ng_parse_getDefault() 181 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse() 189 ng_struct_unparse(const struct ng_parse_type *type, in ng_struct_unparse() 196 ng_struct_getDefault(const struct ng_parse_type *type, in ng_struct_getDefault() 206 ng_struct_getAlign(const struct ng_parse_type *type) in ng_struct_getAlign() 235 ng_fixedarray_parse(const struct ng_parse_type *type, in ng_fixedarray_parse() 244 ng_fixedarray_unparse(const struct ng_parse_type *type, in ng_fixedarray_unparse() 252 ng_fixedarray_getDefault(const struct ng_parse_type *type, in ng_fixedarray_getDefault() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | encoding.c | 174 objc_skip_variable_name (const char *type) in objc_skip_variable_name() 194 objc_sizeof_type (const char *type) in objc_sizeof_type() 408 objc_alignof_type (const char *type) in objc_alignof_type() 598 objc_aligned_size (const char *type) in objc_aligned_size() 610 objc_promoted_size (const char *type) in objc_promoted_size() 623 objc_skip_type_qualifiers (const char *type) in objc_skip_type_qualifiers() 641 objc_skip_typespec (const char *type) in objc_skip_typespec() 772 objc_skip_offset (const char *type) in objc_skip_offset() 794 objc_skip_argspec (const char *type) in objc_skip_argspec() 815 const char *type = method->method_types; in method_copyReturnType() local [all …]
|
/dflybsd-src/sys/netgraph7/netgraph/ |
H A D | ng_parse.c | 146 ng_parse(const struct ng_parse_type *type, in ng_parse() 156 ng_unparse(const struct ng_parse_type *type, in ng_unparse() 168 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) in ng_parse_getDefault() 183 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse() 191 ng_struct_unparse(const struct ng_parse_type *type, in ng_struct_unparse() 198 ng_struct_getDefault(const struct ng_parse_type *type, in ng_struct_getDefault() 208 ng_struct_getAlign(const struct ng_parse_type *type) in ng_struct_getAlign() 237 ng_fixedarray_parse(const struct ng_parse_type *type, in ng_fixedarray_parse() 246 ng_fixedarray_unparse(const struct ng_parse_type *type, in ng_fixedarray_unparse() 254 ng_fixedarray_getDefault(const struct ng_parse_type *type, in ng_fixedarray_getDefault() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck2.c | 45 error_not_base_type (tree basetype, tree type) in error_not_base_type() 54 binfo_or_else (tree base, tree type) in binfo_or_else() 141 tree type; member 193 complete_type_check_abstract (tree type) in complete_type_check_abstract() 255 abstract_virtuals_error_sfinae (tree decl, tree type, abstract_class_use use, in abstract_virtuals_error_sfinae() 400 abstract_virtuals_error_sfinae (tree decl, tree type, tsubst_flags_t complain) in abstract_virtuals_error_sfinae() 406 abstract_virtuals_error_sfinae (abstract_class_use use, tree type, in abstract_virtuals_error_sfinae() 416 abstract_virtuals_error (tree decl, tree type) in abstract_virtuals_error() 422 abstract_virtuals_error (abstract_class_use use, tree type) in abstract_virtuals_error() 430 cxx_incomplete_type_inform (const_tree type) in cxx_incomplete_type_inform() [all …]
|
H A D | except.c | 83 prepare_eh_type (tree type) in prepare_eh_type() 104 eh_type_info (tree type) in eh_type_info() 116 build_eh_type_type (tree type) in build_eh_type_type() 153 tree type = build_function_type_list (rtype, ptype, NULL_TREE); in declare_library_fn() local 210 dtor_nothrow (tree type) in dtor_nothrow() 228 do_end_catch (tree type) in do_end_catch() 247 push_eh_cleanup (tree type) in push_eh_cleanup() 259 tree type = body ? TREE_TYPE (body) : void_type_node; in build_must_not_throw_expr() local 370 tree type, init; in expand_start_catch_block() local 489 tree type = prepare_eh_type (TREE_VALUE (raw_raises)); in finish_eh_spec_block() local [all …]
|
H A D | cvt.c | 74 cp_convert_to_pointer (tree type, tree expr, bool dofold, in cp_convert_to_pointer() 264 convert_to_pointer_force (tree type, tree expr, tsubst_flags_t complain) in convert_to_pointer_force() 318 build_up_reference (tree type, tree arg, int flags, tree decl, in build_up_reference() 416 tree type = TYPE_MAIN_VARIANT (TREE_TYPE (reftype)); in convert_to_reference() local 561 tree type = TREE_TYPE (expr); in force_rvalue() local 599 cp_fold_convert (tree type, tree expr) in cp_fold_convert() 625 cp_convert (tree type, tree expr, tsubst_flags_t complain) in cp_convert() 638 cp_convert_and_check (tree type, tree expr, tsubst_flags_t complain) in cp_convert_and_check() 677 ocp_convert (tree type, tree expr, int convtype, int flags, in ocp_convert() 954 tree type = TREE_TYPE (fn); in cp_get_fndecl_from_callee() local [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck2.c | 49 error_not_base_type (tree basetype, tree type) in error_not_base_type() 58 binfo_or_else (tree base, tree type) in binfo_or_else() 144 tree type; member 193 complete_type_check_abstract (tree type) in complete_type_check_abstract() 253 abstract_virtuals_error_sfinae (tree decl, tree type, tsubst_flags_t complain) in abstract_virtuals_error_sfinae() 363 abstract_virtuals_error (tree decl, tree type) in abstract_virtuals_error() 374 cxx_incomplete_type_diagnostic (const_tree value, const_tree type, in cxx_incomplete_type_diagnostic() 498 cxx_incomplete_type_error (const_tree value, const_tree type) in cxx_incomplete_type_error() 514 tree type = TREE_TYPE (dest); in split_nonconstant_init_1() local 665 tree value, type; in store_init_value() local [all …]
|
H A D | cvt.c | 77 cp_convert_to_pointer (tree type, tree expr) in cp_convert_to_pointer() 254 convert_to_pointer_force (tree type, tree expr) in convert_to_pointer_force() 309 build_up_reference (tree type, tree arg, int flags, tree decl) in build_up_reference() 405 tree type = TYPE_MAIN_VARIANT (TREE_TYPE (reftype)); in convert_to_reference() local 543 tree type = TREE_TYPE (expr); in force_rvalue() local 583 cp_fold_convert (tree type, tree expr) in cp_fold_convert() 593 cp_convert (tree type, tree expr) in cp_convert() 606 cp_convert_and_check (tree type, tree expr) in cp_convert_and_check() 628 ocp_convert (tree type, tree expr, int convtype, int flags) in ocp_convert() 967 tree type = TREE_TYPE (expr); in convert_to_void() local [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-encoding.c | 76 objc_method_parm_type (tree type) in objc_method_parm_type() 85 objc_encoded_type_size (tree type) in objc_encoded_type_size() 125 tree type = objc_method_parm_type (parms); in encode_method_prototype() local 149 tree type = objc_method_parm_type (parms); in encode_method_prototype() local 174 objc_build_encode_expr (tree type) in objc_build_encode_expr() 255 encode_pointer (tree type, int curtype, int format) in encode_pointer() 350 encode_array (tree type, int curtype, int format) in encode_array() 413 encode_vector (tree type, int curtype, int format) in encode_vector() 443 encode_aggregate_fields (tree type, bool pointed_to, int curtype, int format) in encode_aggregate_fields() 484 encode_aggregate_within (tree type, int curtype, int format, int left, in encode_aggregate_within() [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-type.c | 38 struct type *type; member 152 struct type *type = ((type_object *) self)->type; in typy_get_code() local 161 convert_field (struct type *type, int field) in convert_field() 255 field_name (struct type *type, int field) in field_name() 276 make_fielditem (struct type *type, int i, enum gdbpy_iter_kind kind) in make_fielditem() 320 struct type *type = ((type_object *) py_type)->type; in typy_fields_items() local 363 struct type *type = ((type_object *) self)->type; in typy_fields() local 406 struct type *type = ((type_object *) self)->type; in typy_get_tag() local 417 struct type *type = ((type_object *) self)->type; in typy_strip_typedefs() local 433 typy_get_composite (struct type *type) in typy_get_composite() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | convert.c | 53 convert_to_pointer_1 (tree type, tree expr, bool fold_p) in convert_to_pointer_1() 105 convert_to_pointer (tree type, tree expr) in convert_to_pointer() 114 convert_to_pointer_maybe_fold (tree type, tree expr, bool dofold) in convert_to_pointer_maybe_fold() 126 convert_to_real_1 (tree type, tree expr, bool fold_p) in convert_to_real_1() 405 convert_to_real (tree type, tree expr) in convert_to_real() 414 convert_to_real_maybe_fold (tree type, tree expr, bool dofold) in convert_to_real_maybe_fold() 424 enum tree_code ex_form, tree type, tree arg0, tree arg1, in do_narrow() 516 convert_to_integer_1 (tree type, tree expr, bool dofold) in convert_to_integer_1() 1014 convert_to_integer (tree type, tree expr) in convert_to_integer() 1023 convert_to_integer_maybe_fold (tree type, tree expr, bool dofold) in convert_to_integer_maybe_fold() [all …]
|
H A D | gimple-fold.h | 69 enum tree_code code, tree type, tree op0) in gimple_build() 77 enum tree_code code, tree type, tree op0, tree op1) in gimple_build() 85 enum tree_code code, tree type, tree op0, tree op1, tree op2) in gimple_build() 93 enum built_in_function fn, tree type, tree arg0) in gimple_build() 101 enum built_in_function fn, tree type, tree arg0, tree arg1) in gimple_build() 109 enum built_in_function fn, tree type, in gimple_build() 117 gimple_convert (gimple_seq *seq, tree type, tree op) in gimple_convert() 132 gimple_build_vector_from_val (gimple_seq *seq, tree type, tree op) in gimple_build_vector_from_val()
|
/dflybsd-src/contrib/xz/src/liblzma/check/ |
H A D | check.c | 17 lzma_check_is_supported(lzma_check type) in lzma_check_is_supported() 64 lzma_check_size(lzma_check type) in lzma_check_size() 84 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init() 117 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update() 148 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | priority_queue.c | 39 priority_queue_task_in_list_p (enum priority_queue_type type, in priority_queue_task_in_list_p() 57 priority_queue_task_in_tree_p (enum priority_queue_type type, in priority_queue_task_in_tree_p() 72 priority_queue_task_in_queue_p (enum priority_queue_type type, in priority_queue_task_in_queue_p() 96 priority_list_verify (enum priority_queue_type type, in priority_list_verify() 129 enum priority_queue_type type; member 155 priority_queue_verify (enum priority_queue_type type, in priority_queue_verify() 175 priority_tree_remove (enum priority_queue_type type, in priority_tree_remove() 217 priority_tree_next_task_1 (enum priority_queue_type type, in priority_tree_next_task_1()
|