Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 6293) sorted by relevance

12345678910>>...252

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Dasltypes.y161 %type <n> ArgList
162 %type <n> AslCode
163 %type <n> BufferData
164 %type <n> BufferTermData
165 %type <n> CompilerDirective
166 %type <n> DataObject
167 %type <n> DefinitionBlockTerm
168 %type <n> DefinitionBlockList
169 %type <n> IntegerData
170 %type <n> NamedObject
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dgdbtypes.c44 struct type *builtin_type_void;
45 struct type *builtin_type_char;
46 struct type *builtin_type_true_char;
47 struct type *builtin_type_short;
48 struct type *builtin_type_int;
49 struct type *builtin_type_long;
50 struct type *builtin_type_long_long;
51 struct type *builtin_type_signed_char;
52 struct type *builtin_type_unsigned_char;
53 struct type *builtin_type_unsigned_short;
[all …]
Dada-lang.h153 extern struct type *builtin_type_ada_int;
154 extern struct type *builtin_type_ada_short;
155 extern struct type *builtin_type_ada_long;
156 extern struct type *builtin_type_ada_long_long;
157 extern struct type *builtin_type_ada_char;
158 extern struct type *builtin_type_ada_float;
159 extern struct type *builtin_type_ada_double;
160 extern struct type *builtin_type_ada_long_double;
161 extern struct type *builtin_type_ada_natural;
162 extern struct type *builtin_type_ada_positive;
[all …]
Dgdbtypes.h350 struct type *target_type;
427 struct type *type; member
448 struct type *vptr_basetype;
470 struct type struct
477 struct type *pointer_type; argument
481 struct type *reference_type; argument
488 struct type *chain; argument
524 #define NULL_TYPE ((struct type *) 0)
637 struct type *type; member
642 struct type *fcontext;
[all …]
Dada-typeprint.c42 static int print_record_field_types (struct type *, struct type *,
45 static void print_array_type (struct type *, struct ui_file *, int, int);
47 static void print_choices (struct type *, int, struct ui_file *,
48 struct type *);
50 static void print_range (struct type *, struct ui_file *);
52 static void print_range_bound (struct type *, char *, int *,
56 print_dynamic_range_bound (struct type *, const char *, int,
70 demangled_type_name (struct type *type) in demangled_type_name() argument
72 if (ada_type_name (type) == NULL) in demangled_type_name()
76 char *raw_name = ada_type_name (type); in demangled_type_name()
[all …]
Dc-typeprint.c44 static void cp_type_print_method_args (struct type *mtype, char *prefix,
48 static void c_type_print_args (struct type *, struct ui_file *);
50 static void cp_type_print_derivation_info (struct ui_file *, struct type *);
52 static void c_type_print_varspec_prefix (struct type *, struct ui_file *, int,
56 static void c_type_print_modifier (struct type *, struct ui_file *,
65 c_print_type (struct type *type, char *varstring, struct ui_file *stream, in c_print_type() argument
73 CHECK_TYPEDEF (type); in c_print_type()
75 c_type_print_base (type, stream, show, level); in c_print_type()
76 code = TYPE_CODE (type); in c_print_type()
81 ((show > 0 || TYPE_NAME (type) == 0) in c_print_type()
[all …]
Dp-typeprint.c40 static void pascal_type_print_varspec_suffix (struct type *, struct ui_file *, int, int, int);
42 static void pascal_type_print_derivation_info (struct ui_file *, struct type *);
44 void pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
50 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream, in pascal_print_type() argument
56 code = TYPE_CODE (type); in pascal_print_type()
59 CHECK_TYPEDEF (type); in pascal_print_type()
64 pascal_type_print_varspec_prefix (type, stream, show, 0); in pascal_print_type()
79 pascal_type_print_varspec_prefix (type, stream, show, 0); in pascal_print_type()
82 pascal_type_print_base (type, stream, show, level); in pascal_print_type()
87 pascal_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in pascal_print_type()
[all …]
Dada-valprint.c38 struct type *type; member
49 static void print_record (struct type *, char *, struct ui_file *, int,
52 static int print_field_values (struct type *, char *, struct ui_file *,
54 int, struct type *, char *);
56 static int print_variant_part (struct type *, int, char *,
58 enum val_prettyprint, int, struct type *,
61 static void val_print_packed_array_elements (struct type *, char *valaddr,
65 static void adjust_type_signedness (struct type *);
69 static int ada_val_print_1 (struct type *, char *, int, CORE_ADDR,
76 adjust_type_signedness (struct type *type) in adjust_type_signedness() argument
[all …]
Df-typeprint.c41 static void f_type_print_args (struct type *, struct ui_file *);
44 static void print_equivalent_f77_float_type (struct type *,
47 static void f_type_print_varspec_suffix (struct type *, struct ui_file *,
50 void f_type_print_varspec_prefix (struct type *, struct ui_file *,
53 void f_type_print_base (struct type *, struct ui_file *, int, int);
59 f_print_type (struct type *type, char *varstring, struct ui_file *stream, in f_print_type() argument
65 f_type_print_base (type, stream, show, level); in f_print_type()
66 code = TYPE_CODE (type); in f_print_type()
71 ((show > 0 || TYPE_NAME (type) == 0) in f_print_type()
79 f_type_print_varspec_prefix (type, stream, show, 0); in f_print_type()
[all …]
Dax-gdb.c70 static void gen_sign_extend (struct agent_expr *, struct type *);
71 static void gen_extend (struct agent_expr *, struct type *);
72 static void gen_fetch (struct agent_expr *, struct type *);
86 LONGEST k, struct type *type);
91 static int type_wider_than (struct type *type1, struct type *type2);
92 static struct type *max_type (struct type *type1, struct type *type2);
94 struct type *from, struct type *to);
95 static int is_nontrivial_conversion (struct type *from, struct type *to);
102 struct axs_value *value, struct type *type);
104 enum agent_op op, struct type *type);
[all …]
Dada-lang.c49 static struct type *ada_create_fundamental_type (struct objfile *, int);
53 static struct type *desc_base_type (struct type *);
55 static struct type *desc_bounds_type (struct type *);
59 static int fat_pntr_bounds_bitpos (struct type *);
61 static int fat_pntr_bounds_bitsize (struct type *);
63 static struct type *desc_data_type (struct type *);
67 static int fat_pntr_data_bitpos (struct type *);
69 static int fat_pntr_data_bitsize (struct type *);
73 static int desc_bound_bitpos (struct type *, int, int);
75 static int desc_bound_bitsize (struct type *, int, int);
[all …]
Dcp-valprint.c53 static void cp_print_static_field (struct type *, struct value *,
57 static void cp_print_value (struct type *, struct type *, char *, int,
59 enum val_prettyprint, struct type **);
61 static void cp_print_hpacc_virtual_table_entries (struct type *, int *,
70 struct type *type, in cp_print_class_method() argument
73 struct type *domain; in cp_print_class_method()
83 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); in cp_print_class_method()
86 if (domain == (struct type *) NULL) in cp_print_class_method()
91 addr = unpack_pointer (type, valaddr); in cp_print_class_method()
161 type_print (type, "", stream, -1); in cp_print_class_method()
[all …]
Dp-valprint.c59 pascal_val_print (struct type *type, char *valaddr, int embedded_offset, in pascal_val_print() argument
65 struct type *elttype; in pascal_val_print()
72 CHECK_TYPEDEF (type); in pascal_val_print()
73 switch (TYPE_CODE (type)) in pascal_val_print()
76 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0) in pascal_val_print()
78 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in pascal_val_print()
80 len = TYPE_LENGTH (type) / eltlen; in pascal_val_print()
123 val_print_array_elements (type, valaddr + embedded_offset, address, stream, in pascal_val_print()
136 print_scalar_formatted (valaddr + embedded_offset, type, format, 0, stream); in pascal_val_print()
139 if (vtblprint && pascal_object_is_vtbl_ptr_type (type)) in pascal_val_print()
[all …]
Dc-valprint.c72 c_val_print (struct type *type, char *valaddr, int embedded_offset, in c_val_print() argument
78 struct type *elttype; in c_val_print()
83 CHECK_TYPEDEF (type); in c_val_print()
84 switch (TYPE_CODE (type)) in c_val_print()
87 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in c_val_print()
88 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0) in c_val_print()
91 len = TYPE_LENGTH (type) / eltlen; in c_val_print()
134 val_print_array_elements (type, valaddr + embedded_offset, address, stream, in c_val_print()
147 print_scalar_formatted (valaddr + embedded_offset, type, format, 0, stream); in c_val_print()
150 if (vtblprint && cp_is_vtbl_ptr_type (type)) in c_val_print()
[all …]
Djv-valprint.c39 static void java_print_value_fields (struct type * type, char *valaddr,
50 struct type *type; in java_value_print() local
55 type = VALUE_TYPE (val); in java_value_print()
58 if (is_object_type (type)) in java_value_print()
64 obj_addr = unpack_pointer (type, VALUE_CONTENTS (val)); in java_value_print()
68 type = type_from_class (java_class_from_object (val)); in java_value_print()
69 type = lookup_pointer_type (type); in java_value_print()
71 val = value_at (type, address, NULL); in java_value_print()
75 if (TYPE_CODE (type) == TYPE_CODE_PTR && !value_logical_not (val)) in java_value_print()
76 type_print (TYPE_TARGET_TYPE (type), "", stream, -1); in java_value_print()
[all …]
Djv-typeprint.c35 static void java_type_print_base (struct type * type,
40 java_type_print_derivation_info (struct ui_file *stream, struct type *type) in java_type_print_derivation_info() argument
47 n_bases = TYPE_N_BASECLASSES (type); in java_type_print_derivation_info()
53 kind = BASETYPE_VIA_VIRTUAL (type, i) ? 'I' : 'E'; in java_type_print_derivation_info()
60 name = type_name_no_tag (TYPE_BASECLASS (type, i)); in java_type_print_derivation_info()
86 java_type_print_base (struct type *type, struct ui_file *stream, int show, in java_type_print_base() argument
97 if (type == NULL) in java_type_print_base()
107 && TYPE_NAME (type) != NULL) in java_type_print_base()
109 fputs_filtered (TYPE_NAME (type), stream); in java_type_print_base()
113 CHECK_TYPEDEF (type); in java_type_print_base()
[all …]
/freebsd-12-stable/sys/kern/
Dkern_osd.c79 static void do_osd_del(u_int type, struct osd *osd, u_int slot,
96 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) in osd_register() argument
101 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_register()
110 sx_xlock(&osdm[type].osd_module_lock); in osd_register()
114 for (i = 0; i < osdm[type].osd_ntslots; i++) { in osd_register()
115 if (osdm[type].osd_destructors[i] == NULL) { in osd_register()
117 type, i); in osd_register()
124 if (i == osdm[type].osd_ntslots) { in osd_register()
125 osdm[type].osd_ntslots++; in osd_register()
126 if (osdm[type].osd_nmethods != 0) in osd_register()
[all …]
/freebsd-12-stable/sys/dev/sound/pcm/
Dmatrix_map.h75 .type = SND_CHN_T_FL, \
84 .type = SND_CHN_T_MAX, \
101 .type = SND_CHN_T_FL, \
109 .type = SND_CHN_T_FR, \
116 .type = SND_CHN_T_MAX, \
132 .type = SND_CHN_T_FL, \
140 .type = SND_CHN_T_FR, \
148 .type = SND_CHN_T_LF, \
152 .type = SND_CHN_T_MAX, \
169 .type = SND_CHN_T_FL, \
[all …]
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/
Dsockaddr.c63 if (a->type.sa.sa_family != b->type.sa.sa_family) in isc_sockaddr_compare()
65 switch (a->type.sa.sa_family) { in isc_sockaddr_compare()
68 memcmp(&a->type.sin.sin_addr, &b->type.sin.sin_addr, in isc_sockaddr_compare()
69 sizeof(a->type.sin.sin_addr)) != 0) in isc_sockaddr_compare()
72 a->type.sin.sin_port != b->type.sin.sin_port) in isc_sockaddr_compare()
77 memcmp(&a->type.sin6.sin6_addr, &b->type.sin6.sin6_addr, in isc_sockaddr_compare()
78 sizeof(a->type.sin6.sin6_addr)) != 0) in isc_sockaddr_compare()
86 a->type.sin6.sin6_scope_id != b->type.sin6.sin6_scope_id && in isc_sockaddr_compare()
88 (a->type.sin6.sin6_scope_id != 0 && in isc_sockaddr_compare()
89 b->type.sin6.sin6_scope_id != 0))) in isc_sockaddr_compare()
[all …]
/freebsd-12-stable/contrib/gcc/
Dstor-layout.c271 do_type_align (tree type, tree decl) in do_type_align() argument
273 if (TYPE_ALIGN (type) > DECL_ALIGN (decl)) in do_type_align()
275 DECL_ALIGN (decl) = TYPE_ALIGN (type); in do_type_align()
277 DECL_USER_ALIGN (decl) = TYPE_USER_ALIGN (type); in do_type_align()
297 tree type = TREE_TYPE (decl); in layout_decl() local
309 if (type == error_mark_node) in layout_decl()
310 type = void_type_node; in layout_decl()
322 DECL_UNSIGNED (decl) = TYPE_UNSIGNED (type); in layout_decl()
324 DECL_MODE (decl) = TYPE_MODE (type); in layout_decl()
328 DECL_SIZE (decl) = TYPE_SIZE (type); in layout_decl()
[all …]
Dconvert.c42 convert_to_pointer (tree type, tree expr) in convert_to_pointer() argument
44 if (TREE_TYPE (expr) == type) in convert_to_pointer()
49 tree t = build_int_cst (type, 0); in convert_to_pointer()
60 return fold_build1 (NOP_EXPR, type, expr); in convert_to_pointer()
69 return fold_build1 (CONVERT_EXPR, type, expr); in convert_to_pointer()
74 if (objc_is_id (type) in convert_to_pointer()
75 || (TREE_CODE (type) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type)))) in convert_to_pointer()
77 return fold_build1 (NOP_EXPR, type, expr); in convert_to_pointer()
81 return convert_to_pointer (type, integer_zero_node); in convert_to_pointer()
87 convert_to_block_pointer (tree type, tree expr) in convert_to_block_pointer() argument
[all …]
/freebsd-12-stable/contrib/gcc/cp/
Dcvt.c79 cp_convert_to_pointer (tree type, tree expr, bool force) in cp_convert_to_pointer() argument
93 intype, type); in cp_convert_to_pointer()
97 rval = build_type_conversion (type, expr); in cp_convert_to_pointer()
102 expr, intype, type); in cp_convert_to_pointer()
108 if (TREE_CODE (type) == POINTER_TYPE in cp_convert_to_pointer()
109 && (TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE in cp_convert_to_pointer()
110 || VOID_TYPE_P (TREE_TYPE (type)))) in cp_convert_to_pointer()
114 return convert_member_func_to_ptr (type, expr); in cp_convert_to_pointer()
116 return build_nop (type, expr); in cp_convert_to_pointer()
129 if (TYPE_MAIN_VARIANT (type) != intype in cp_convert_to_pointer()
[all …]
/freebsd-12-stable/crypto/openssl/include/openssl/
Dpem.h65 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
66 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
67 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
68 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
69 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
72 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
73 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
78 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
79 int PEM_write_##name(FILE *fp, type *x) \
84 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
[all …]
/freebsd-12-stable/contrib/netbsd-tests/ipf/regress/
Di81 pass in proto icmp from localhost to localhost icmp-type timest
2 block in proto icmp from any to any icmp-type unreach code 1
3 pass in proto icmp all icmp-type unreach code cutoff-preced
4 pass in proto icmp all icmp-type unreach code filter-prohib
5 pass in proto icmp all icmp-type unreach code isolate
6 pass in proto icmp all icmp-type unreach code needfrag
7 pass in proto icmp all icmp-type unreach code net-prohib
8 pass in proto icmp all icmp-type unreach code net-tos
9 pass in proto icmp all icmp-type unreach code host-preced
10 pass in proto icmp all icmp-type unreach code host-prohib
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h135 virtual bool Verify(lldb::opaque_compiler_type_t type) = 0;
138 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
142 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
144 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
146 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
148 virtual bool IsCompleteType(lldb::opaque_compiler_type_t type) = 0;
150 virtual bool IsDefined(lldb::opaque_compiler_type_t type) = 0;
152 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
155 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
158 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
[all …]

12345678910>>...252