Home
last modified time | relevance | path

Searched defs:type (Results 51 – 75 of 2957) sorted by relevance

12345678910>>...119

/openbsd/gnu/gcc/gcc/
H A Dstor-layout.c271 do_type_align (tree type, tree decl) in do_type_align()
297 tree type = TREE_TYPE (decl); in layout_decl() local
668 tree type = TREE_TYPE (field); in update_alignment_for_field() local
828 tree type = TREE_TYPE (field); in place_field() local
1313 compute_record_mode (tree type) in compute_record_mode()
1388 finalize_type_size (tree type) in finalize_type_size()
1556 layout_type (tree type) in layout_type()
1877 tree type = make_node (INTEGER_TYPE); in make_signed_type() local
1930 set_sizetype (tree type) in set_sizetype()
2067 fixup_signed_type (tree type) in fixup_signed_type()
[all …]
H A Dsdbout.c388 plain_type (tree type) in plain_type()
428 sdbout_record_type_name (tree type) in sdbout_record_type_name()
478 plain_type_1 (tree type, int level) in plain_type_1()
691 tree type = TREE_TYPE (decl); in sdbout_symbol() local
933 tree type = TREE_TYPE (decl); in sdbout_toplevel_data() local
961 sdbout_queue_anonymous_type (tree type) in sdbout_queue_anonymous_type()
978 tree type = TREE_VALUE (link); in sdbout_dequeue_anonymous_types() local
1005 sdbout_type (tree type) in sdbout_type()
1019 sdbout_field_types (tree type) in sdbout_field_types()
1047 sdbout_one_type (tree type) in sdbout_one_type()
[all …]
H A Dfold-const.c1031 tree type; in may_negate_without_overflow_p() local
1060 tree type; in negate_expr_p() local
1175 tree type = TREE_TYPE (t); in fold_negate_expr() local
1362 tree type, tem; in negate_expr() local
1724 tree t, type; in const_binop() local
2113 build_zero_vector (tree type) in build_zero_vector()
4959 tree type = TREE_TYPE (c); in unextend() local
5354 tree type; in fold_truthop() local
5580 tree type = TREE_TYPE (t); in extract_muldiv_1() local
12648 tree type = TREE_TYPE (t); in tree_expr_nonnegative_warnv_p() local
[all …]
/openbsd/lib/libradius/
H A Dradius_attr.c86 radius_get_raw_attr_ptr(const RADIUS_PACKET * packet, uint8_t type, in radius_get_raw_attr_ptr()
112 radius_get_raw_attr(const RADIUS_PACKET * packet, uint8_t type, void *buf, in radius_get_raw_attr()
138 radius_get_raw_attr_cat(const RADIUS_PACKET * packet, uint8_t type, void *buf, in radius_get_raw_attr_cat()
182 radius_put_raw_attr(RADIUS_PACKET * packet, uint8_t type, const void *buf, in radius_put_raw_attr()
229 radius_put_raw_attr_cat(RADIUS_PACKET * packet, uint8_t type, const void *buf, in radius_put_raw_attr_cat()
270 uint8_t type, const void *buf, size_t length) in radius_set_raw_attr()
297 radius_del_attr_all(RADIUS_PACKET * packet, uint8_t type) in radius_del_attr_all()
327 radius_has_attr(const RADIUS_PACKET * packet, uint8_t type) in radius_has_attr()
347 radius_get_string_attr(const RADIUS_PACKET * packet, uint8_t type, char *str, in radius_get_string_attr()
387 radius_put_string_attr(RADIUS_PACKET * packet, uint8_t type, const char *str) in radius_put_string_attr()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.h170 #define DCN2_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument
195 #define DCN21_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument
205 #define DCN30_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument
225 #define DCN31_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument
231 #define DCN32_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dax-gdb.c163 struct type *type = SYMBOL_TYPE (var); in const_var_ref() local
193 struct type *type = (*pc)[1].type; in const_expr() local
368 gen_extend (struct agent_expr *ax, struct type *type) in gen_extend()
380 gen_fetch (struct agent_expr *ax, struct type *type) in gen_fetch()
649 struct type *type) in gen_int_literal()
1158 find_field (struct type *type, char *name) in find_field()
1194 struct type *type, int start, int end) in gen_bitfield_ref()
1357 struct type *type; in gen_struct_ref() local
1585 struct type *type = (*pc)[1].type; in gen_expr() local
1619 struct type *type = (*pc)[1].type; in gen_expr() local
[all …]
H A Dfindvar.c167 extract_typed_address (const void *buf, struct type *type) in extract_typed_address()
236 store_typed_address (void *buf, struct type *type, CORE_ADDR addr) in store_typed_address()
297 unsigned_pointer_to_address (struct type *type, const void *buf) in unsigned_pointer_to_address()
303 signed_pointer_to_address (struct type *type, const void *buf) in signed_pointer_to_address()
311 unsigned_address_to_pointer (struct type *type, void *buf, CORE_ADDR addr) in unsigned_address_to_pointer()
317 address_to_signed_pointer (struct type *type, void *buf, CORE_ADDR addr) in address_to_signed_pointer()
383 struct type *type = SYMBOL_TYPE (var); in read_var_value() local
599 value_from_register (struct type *type, int regnum, struct frame_info *frame) in value_from_register()
744 struct type *type = SYMBOL_TYPE (var); in locate_var_value() local
H A Dada-valprint.c40 struct type *type; member
79 adjust_type_signedness (struct type *type) in adjust_type_signedness()
92 print_optional_low_bound (struct ui_file *stream, struct type *type) in print_optional_low_bound()
140 val_print_packed_array_elements (struct type *type, char *valaddr, in val_print_packed_array_elements()
248 printable_val_type (struct type *type, char *valaddr) in printable_val_type()
365 ada_print_scalar (struct type *type, LONGEST val, struct ui_file *stream) in ada_print_scalar()
557 ada_val_print (struct type *type, char *valaddr0, int embedded_offset, in ada_val_print()
591 ada_val_print_1 (struct type *type, char *valaddr0, int embedded_offset, in ada_val_print_1()
881 print_variant_part (struct type *type, int field_num, char *valaddr, in print_variant_part()
906 struct type *type = in ada_value_print() local
[all …]
H A Dc-typeprint.c62 c_print_type (struct type *type, char *varstring, struct ui_file *stream, in c_print_type()
129 cp_type_print_derivation_info (struct ui_file *stream, struct type *type) in cp_type_print_derivation_info()
201 c_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in c_type_print_varspec_prefix()
300 c_type_print_modifier (struct type *type, struct ui_file *stream, in c_type_print_modifier()
343 c_type_print_args (struct type *type, struct ui_file *stream) in c_type_print_args()
386 is_type_conversion_operator (struct type *type, int i, int j) in is_type_conversion_operator()
522 c_type_print_varspec_suffix (struct type *type, struct ui_file *stream, in c_type_print_varspec_suffix()
652 c_type_print_base (struct type *type, struct ui_file *stream, int show, in c_type_print_base()
H A Dp-typeprint.c50 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream, in pascal_print_type()
116 pascal_type_print_derivation_info (struct ui_file *stream, struct type *type) in pascal_type_print_derivation_info()
191 pascal_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in pascal_type_print_varspec_prefix()
303 pascal_print_func_args (struct type *type, struct ui_file *stream) in pascal_print_func_args()
336 pascal_type_print_varspec_suffix (struct type *type, struct ui_file *stream, in pascal_type_print_varspec_suffix()
440 pascal_type_print_base (struct type *type, struct ui_file *stream, int show, in pascal_type_print_base()
H A Df-valprint.c71 f77_get_dynamic_lowerbound (struct type *type, int *lower_bound) in f77_get_dynamic_lowerbound()
129 f77_get_dynamic_upperbound (struct type *type, int *upper_bound) in f77_get_dynamic_upperbound()
194 f77_get_dynamic_length_of_aggregate (struct type *type) in f77_get_dynamic_length_of_aggregate()
232 f77_create_arrayprint_offset_tbl (struct type *type, struct ui_file *stream) in f77_create_arrayprint_offset_tbl()
281 f77_print_array_1 (int nss, int ndimensions, struct type *type, char *valaddr, in f77_print_array_1()
326 f77_print_array (struct type *type, char *valaddr, CORE_ADDR address, in f77_print_array()
364 f_val_print (struct type *type, char *valaddr, int embedded_offset, in f_val_print()
H A Dvalues.c81 allocate_value (struct type *type) in allocate_value()
111 allocate_repeat_value (struct type *type, int count) in allocate_repeat_value()
665 unpack_long (struct type *type, const char *valaddr) in unpack_long()
714 unpack_double (struct type *type, const char *valaddr, int *invp) in unpack_double()
778 unpack_pointer (struct type *type, const char *valaddr) in unpack_pointer()
791 value_static_field (struct type *type, int fieldno) in value_static_field()
889 struct type *type; in value_primitive_field() local
1031 unpack_field_as_long (struct type *type, const char *valaddr, int fieldno) in unpack_field_as_long()
1117 value_from_longest (struct type *type, LONGEST num) in value_from_longest()
1154 value_from_pointer (struct type *type, CORE_ADDR addr) in value_from_pointer()
[all …]
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldexp.h52 node_type type; member
54 node_type type; member
59 node_type type; member
65 node_type type; member
70 node_type type; member
74 node_type type; member
78 node_type type; member
83 node_type type; member
88 node_type type; member
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c77 tree type; member
811 access_in_type (type, decl) in access_in_type() argument
1034 accessible_p (type, decl) in accessible_p() argument
1179 tree type; member
2275 get_pure_virtuals (type) in get_pure_virtuals() argument
2419 get_vbase_types (type) in get_vbase_types() argument
2670 tree type; local
2695 tree type; local
2747 push_class_decls (type) in push_class_decls() argument
2784 unuse_fields (type) in unuse_fields() argument
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c70 tree type; in require_complete_type() local
99 complete_type (tree type) in complete_type()
1459 tree type; in unlowered_expr_type() local
1482 tree type; in decay_conversion() local
1605 tree type; in perform_integral_promotions() local
1951 tree type; in build_class_member_access_expr() local
2310 tree pointer, type; in build_indirect_ref() local
2423 tree rval, type; in build_array_ref() local
3497 tree type; in build_binary_op() local
4365 tree type; in build_unary_op() local
[all …]
H A Dtree.c254 build_local_temp (tree type) in build_local_temp()
272 build_cplus_new (tree type, tree init) in build_cplus_new()
349 force_target_expr (tree type, tree init) in force_target_expr()
389 tree type; in rvalue() local
1162 array_type_nelts_top (tree type) in array_type_nelts_top()
1174 array_type_nelts_total (tree type) in array_type_nelts_total()
1634 tree type = TREE_TYPE (arg); in lvalue_type() local
1644 tree type = TREE_TYPE (arg); in error_type() local
1683 build_dummy_object (tree type) in build_dummy_object()
1863 tree type = TREE_TYPE (decl); in handle_init_priority_attribute() local
[all …]
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DFormatCache.cpp54 FormatCache::Entry &FormatCache::GetEntry(ConstString type) { in GetEntry()
77 bool FormatCache::Get(ConstString type, ImplSP &format_impl_sp) { in Get()
102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set()
107 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set()
112 void FormatCache::Set(ConstString type, in Set()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dpatches1.C9 int type(float) { return 1; } in type() function
10 int type(double) { return 2; } in type() function
11 int type(long double) { return 3; } in type() function
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; typedef
142 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; typedef
153 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type; typedef
165 typedef pat_trie_no_data_<Key, null_mapped_type, at1t, Alloc> type; typedef
178 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type; typedef
206 typedef splay_tree_data_<Key, Mapped, at0t, at1t, Alloc> type; typedef
233 typedef ov_tree_data_<Key, Mapped, at0t, at1t, Alloc> type; typedef
267 at4t, at2t> type; typedef
288 at3t::value, at4t, at2t> type; typedef
310 at4t, at5t, at2t> type; typedef
[all …]
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dxalloc.h78 # define NEW(type, var) type *var = xmalloc (sizeof (type)) argument
79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) argument
80 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) argument
81 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) argument
/openbsd/sys/dev/pci/drm/include/linux/
H A Dmoduleparam.h7 #define module_param(name, type, perm) argument
8 #define module_param_named(name, value, type, perm) argument
9 #define module_param_named_unsafe(name, value, type, perm) argument
10 #define module_param_unsafe(name, type, perm) argument
/openbsd/gnu/llvm/lld/ELF/
H A DTarget.cpp43 std::string lld::toString(RelType type) { in toString()
131 bool TargetInfo::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()
142 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange()
146 RelExpr TargetInfo::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr()
150 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsdbout.c400 plain_type (type) in plain_type() argument
442 sdbout_record_type_name (type) in sdbout_record_type_name() argument
493 plain_type_1 (type, level) in plain_type_1() argument
712 tree type = TREE_TYPE (decl); local
948 tree type = TREE_TYPE (decl); local
977 sdbout_queue_anonymous_type (type) in sdbout_queue_anonymous_type() argument
995 tree type = TREE_VALUE (link); in sdbout_dequeue_anonymous_types() local
1023 sdbout_type (type) in sdbout_type() argument
1038 sdbout_field_types (type) in sdbout_field_types() argument
1067 sdbout_one_type (type) in sdbout_one_type() argument
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddebug.c205 debug_type type; member
233 debug_type type; member
269 debug_type type; member
279 struct debug_type *type; member
307 struct debug_type *type; member
334 struct debug_type *type; member
358 debug_type type; member
386 debug_type type; member
398 debug_type type; member
503 struct debug_type *type; member
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.c206 debug_type type; member
234 debug_type type; member
270 debug_type type; member
280 struct debug_type *type; member
308 struct debug_type *type; member
335 struct debug_type *type; member
359 debug_type type; member
387 debug_type type; member
399 debug_type type; member
504 struct debug_type *type; member
[all …]

12345678910>>...119