Searched refs:type (Results 1 - 25 of 6278) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/gcc/
H A Dunwind-dw2-fde-openbsd.c6 #define ElfW(type) Elf_##type
H A Dipa-type-escape.h26 bool ipa_type_escape_type_contained_p (tree type);
28 int ipa_type_escape_star_count_of_interesting_type (tree type);
29 int ipa_type_escape_star_count_of_interesting_or_array_type (tree type);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010503-1.c5 foo (int type, double xx) argument
7 if (type)
10 f2 (type);
14 bar (int type) argument
16 foo (type, 1.0);
H A D920428-6.c3 struct x *type; member in struct:x
12 if (old->type == 0 || new->type == 0)
14 register tree t = old->type;
16 t = new->type;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dvtable1.C3 struct type { struct
8 void type::m1() { }
11 type t;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dmove.c1 typedef char type; typedef
3 type
6 type a;
H A Dxbg.c1 typedef short type; typedef
4 foo (type *sp, int a)
6 type t;
10 i = (int)(type)sp[a];
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dpatches1.C9 int type(float) { return 1; } function
10 int type(double) { return 2; } function
11 int type(long double) { return 3; } function
18 if (type(0.0) != 2)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/
H A Dcrash4.C3 typedef int type; typedef in struct:Bar
10 mutable Bar::type x; // { dg-error "" }
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde-openbsd.c6 #define ElfW(type) Elf_##type
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Djv-lang.h33 extern struct type *java_int_type;
34 extern struct type *java_byte_type;
35 extern struct type *java_short_type;
36 extern struct type *java_long_type;
37 extern struct type *java_boolean_type;
38 extern struct type *java_char_type;
39 extern struct type *java_float_type;
40 extern struct type *java_double_type;
41 extern struct type *java_void_type;
43 extern int java_val_print (struct type *, cha
[all...]
H A Dtypeprint.h27 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
29 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
H A Dp-lang.h29 extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int);
31 extern int pascal_val_print (struct type *, char *, int, CORE_ADDR, struct ui_file *, int, int,
42 is_pascal_string_type (struct type *, int *, int *, int *, int *, char **);
48 extern struct type *pascal_create_fundamental_type (struct objfile *, int);
50 extern struct type **const (pascal_builtin_types[]);
55 pascal_type_print_base (struct type *, struct ui_file *, int, int);
58 pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
66 extern void pascal_object_print_class_member (char *, struct type *, struct ui_file *, char *);
68 extern void pascal_object_print_class_method (char *, struct type *, struct ui_file *);
70 extern void pascal_object_print_value_fields (struct type *, cha
[all...]
H A Dm2-lang.h26 extern void m2_print_type (struct type *, char *, struct ui_file *, int,
29 extern int m2_val_print (struct type *, char *, int, CORE_ADDR,
H A Dm2-typeprint.c34 m2_print_type (struct type *type, char *varstring, struct ui_file *stream, argument
37 extern void c_print_type (struct type *, char *, struct ui_file *, int,
40 c_print_type (type, varstring, stream, show, level); /* FIXME */
H A Dada-lang.h88 type is represented as array of array of ...) */
107 /* Ada type qualification. It is encoded as for UNOP_CAST, above,
113 type TYPE (typically a subrange). */
178 extern int ada_get_field_index (const struct type *type,
187 extern void ada_print_type (struct type *, char *, struct ui_file *, int,
190 extern int ada_val_print (struct type *, char *, int, CORE_ADDR,
199 extern struct value *value_from_contents_and_address (struct type *, char *,
214 extern struct type *ada_array_element_type (struct type *, in
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000412-5.c4 int type; member in struct:__anon6932
7 if (lastglob[0].node != 0 || lastglob[0].type != 1)
H A D20030307-1.c8 int fcntl_lock(int fd, int op, long long offset, long long count, int type);
10 int vfswrap_lock(char *fsp, int fd, int op, long long offset, long long count, int type) argument
12 return fcntl_lock(fd, op, offset, count, type);
15 int fcntl_lock(int fd, int op, long long offset, long long count, int type) argument
17 return type;
/openbsd-current/sys/dev/pci/drm/include/asm/
H A Dhypervisor.h12 hypervisor_is_type(int type) argument
14 return (type == X86_HYPER_NATIVE);
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_simple_kms_helper.h8 size_t offset, int type)
10 return __drmm_encoder_alloc(dev, size, offset, NULL, type, NULL);
13 #define drmm_simple_encoder_alloc(dev, type, member, encoder_type) \
14 ((type *) __drmm_simple_encoder_alloc(dev, sizeof(type), \
15 offsetof(type, member), encoder_type))
7 __drmm_simple_encoder_alloc(struct drm_device *dev, size_t size, size_t offset, int type) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.h227 #define DCN_LINK_ENCODER_REG_FIELD_LIST(type) \
228 type DIG_ENABLE;\
229 type DIG_HPD_SELECT;\
230 type DIG_MODE;\
231 type DIG_FE_SOURCE_SELECT;\
232 type DIG_CLOCK_PATTERN;\
233 type DPHY_BYPASS;\
234 type DPHY_ATEST_SEL_LANE0;\
235 type DPHY_ATEST_SEL_LANE1;\
236 type DPHY_ATEST_SEL_LANE
[all...]
H A Ddcn10_dpp.h479 #define TF_REG_FIELD_LIST(type) \
480 type EXT_OVERSCAN_LEFT; \
481 type EXT_OVERSCAN_RIGHT; \
482 type EXT_OVERSCAN_BOTTOM; \
483 type EXT_OVERSCAN_TOP; \
484 type OTG_H_BLANK_START; \
485 type OTG_H_BLANK_END; \
486 type OTG_V_BLANK_START; \
487 type OTG_V_BLANK_END; \
488 type PIXEL_DEPT
[all...]
H A Ddcn10_hubbub.h181 #define HUBBUB_REG_FIELD_LIST_DCN32(type) \
182 type DCHUBBUB_ARB_ALLOW_USR_RETRAINING_FORCE_VALUE;\
183 type DCHUBBUB_ARB_ALLOW_USR_RETRAINING_FORCE_ENABLE;\
184 type DCHUBBUB_ARB_DO_NOT_FORCE_ALLOW_USR_RETRAINING_DURING_PSTATE_CHANGE_REQUEST;\
185 type DCHUBBUB_ARB_DO_NOT_FORCE_ALLOW_USR_RETRAINING_DURING_PRE_CSTATE;\
186 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_A;\
187 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_B;\
188 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_C;\
189 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_D;\
190 type DCHUBBUB_ARB_UCLK_PSTATE_CHANGE_WATERMARK_
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_table.c33 bool mod_color_is_table_init(enum table_type type) argument
37 if (type == type_pq_table)
39 if (type == type_de_pq_table)
45 struct fixed31_32 *mod_color_get_table(enum table_type type) argument
49 if (type == type_pq_table)
51 if (type == type_de_pq_table)
57 void mod_color_set_table_init_state(enum table_type type, bool state) argument
59 if (type == type_pq_table)
61 if (type == type_de_pq_table)
/openbsd-current/lib/libc/time/
H A Dprivate.h46 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
50 #define TYPE_SIGNED(type) (((type) -1) < 0)
56 ** Subtract one for the sign bit if the type is signed;
58 ** add one more for a minus sign if the type is signed.
60 #define INT_STRLEN_MAXIMUM(type) \
61 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
62 1 + TYPE_SIGNED(type))
[all...]

Completed in 206 milliseconds

1234567891011>>