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

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dtgmath.h13 # define __floating_type(type) (__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dtgmath.h13 # define __floating_type(type) (__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dcheck_arg.h10 /* type checking/narrowing/widening for unprototyped arguments
19 /* /* Example variables with type int, int *, const int *. */
24 /* /* Example variadic function with type-flag arguments. */
31 /* arguments, to enable the same type checking, type narrowing,
32 /* and type widening as for prototyped function arguments. The
42 /* Use CHECK_VAL(tag, type, argument) for arguments with a
43 /* basic type: int, long, etc., and types defined with "typedef"
44 /* where indirection is built into the type itself (for example,
48 /* Use CHECK_PTR(tag, type, argumen
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Dasltypes.y53 %type <n> ArgList
54 %type <n> AslCode
55 %type <n> BufferData
56 %type <n> BufferTermData
57 %type <n> CompilerDirective
58 %type <n> DataObject
59 %type <n> DefinitionBlockTerm
60 %type <n> DefinitionBlockList
61 %type <n> IntegerData
62 %type <
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dd-lang.h31 struct type *builtin_void;
32 struct type *builtin_bool;
33 struct type *builtin_byte;
34 struct type *builtin_ubyte;
35 struct type *builtin_short;
36 struct type *builtin_ushort;
37 struct type *builtin_int;
38 struct type *builtin_uint;
39 struct type *builtin_long;
40 struct type *builtin_ulon
[all...]
H A Dgo-lang.h33 struct type *builtin_void;
34 struct type *builtin_char;
35 struct type *builtin_bool;
36 struct type *builtin_int;
37 struct type *builtin_uint;
38 struct type *builtin_uintptr;
39 struct type *builtin_int8;
40 struct type *builtin_int16;
41 struct type *builtin_int32;
42 struct type *builtin_int6
[all...]
H A Drust-lang.h24 struct type;
29 /* Return true if TYPE is a tuple type; otherwise false. */
30 extern bool rust_tuple_type_p (struct type *type);
32 /* Return true if TYPE is a tuple struct type; otherwise false. */
33 extern bool rust_tuple_struct_type_p (struct type *type);
44 /* Create a new slice type. NAME is the name of the type. ELT_TYPE
45 is the type o
[all...]
H A Dm2-lang.h29 extern void m2_print_type (struct type *, const char *, struct ui_file *, int,
32 extern void m2_print_typedef (struct type *, struct symbol *,
35 extern int m2_is_long_set (struct type *type);
36 extern int m2_is_unbounded_array (struct type *type);
43 extern int get_long_set_bounds (struct type *type, LONGEST *low,
50 struct type *builtin_char;
51 struct type *builtin_in
[all...]
H A Dgo-typeprint.c23 want a Python API for type printing
31 /* Print a description of a type TYPE.
35 SHOW+1 is the maximum number of levels of internal type structure
38 SHOW is the number of levels of internal type structure to show
39 when there is a type name for the SHOWth deepest level (0th is
45 go_print_type (struct type *type, const char *varstring, argument
51 type = check_typedef (type);
53 /* Print the type o
[all...]
/netbsd-current/external/public-domain/tz/dist/
H A Dzoneinfo2tdf.pl22 my $type = lc($fields[0]);
26 $type = 'zone';
30 if ($type eq 'zone') {
40 } elsif ($type eq 'rule') {
43 } elsif ($type eq 'link') {
46 } elsif ($type eq 'leap') {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Ddebug-expr.f9017 type data_item
19 end type data_item
21 type level_one
22 type(data_item) :: one(3)
23 end type level_one
25 type level_two
26 type(level_one) :: two(3)
27 end type level_two
29 type level_three
30 type(level_tw
[all...]
H A Dmax-depth.f9017 type :: s1
19 end type s1
21 type :: s2
22 type (s1) :: b
24 end type s2
26 type :: s3
28 type (s2) :: c
29 end type s3
31 type :: s4
32 type (s
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dflexmember.h31 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1))
33 # define FLEXALIGNOF(type) _Alignof (type)
37 type TYPE with a flexible array member named MEMBER that is
58 #define FLEXSIZEOF(type, member, n) \
59 ((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \
60 & ~ (FLEXALIGNOF (type)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dflexmember.h31 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1))
33 # define FLEXALIGNOF(type) _Alignof (type)
37 type TYPE with a flexible array member named MEMBER that is
58 #define FLEXSIZEOF(type, member, n) \
59 ((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \
60 & ~ (FLEXALIGNOF (type)
[all...]
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_cdefs.h135 # define LBER_F(type) extern __declspec(dllimport) type
136 # define LBER_V(type) extern __declspec(dllimport) type
138 # define LBER_F(type) extern type
139 # define LBER_V(type) extern type
146 # define LDAP_F(type) extern __declspec(dllimport) type
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax26.y8 %type <tag2
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdigest-commands.in39 type = "string"
47 long = "type"
48 type = "string"
49 help = "digest type"
54 type = "string"
60 type = "string"
61 argument = "digest-type"
62 help = "digest type to use in the algorithm"
65 long = "cb-type"
66 type
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo-typeprint.c23 want a Python API for type printing
31 /* Print a description of a type TYPE.
35 SHOW+1 is the maximum number of levels of internal type structure
38 SHOW is the number of levels of internal type structure to show
39 when there is a type name for the SHOWth deepest level (0th is
45 go_language::print_type (struct type *type, const char *varstring, argument
51 type = check_typedef (type);
53 /* Print the type o
[all...]
/netbsd-current/lib/libc/posix1e/
H A Dacl_delete.c63 acl_delete_file_np(const char *path_p, acl_type_t type) argument
66 type = _acl_type_unold(type);
67 return (__acl_delete_file(path_p, type));
71 acl_delete_link_np(const char *path_p, acl_type_t type) argument
74 type = _acl_type_unold(type);
75 return (__acl_delete_link(path_p, type));
79 acl_delete_fd_np(int filedes, acl_type_t type) argument
82 type
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.h22 bool type_internals_preclude_sra_p (tree type, const char **msg);
24 /* Return true iff TYPE is stdarg va_list type (which early SRA and IPA-SRA
28 is_va_list_type (tree type) argument
30 return TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (va_list_type_node);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dreloc-uw.s3 .macro uw, type
4 .proc uw\type
5 .\type uw\type
6 uw\type:
9 .endp uw\type
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-alloc.h34 #define HW_ZALLOC(me,type) (type*) hw_zalloc (me, sizeof (type))
35 #define HW_MALLOC(me,type) (type*) hw_malloc (me, sizeof (type))
36 #define HW_NALLOC(me,type,n) (type*) hw_malloc (me, sizeof (type) * (n))
37 #define HW_NZALLOC(me,type,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dmax-depth.f9017 type :: s1
19 end type s1
21 type :: s2
22 type (s1) :: b
24 end type s2
26 type :: s3
28 type (s2) :: c
29 end type s3
31 type :: s4
32 type (s
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.h22 bool type_internals_preclude_sra_p (tree type, const char **msg);
24 /* Return true iff TYPE is stdarg va_list type (which early SRA and IPA-SRA
28 is_va_list_type (tree type) argument
30 return TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (va_list_type_node);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-alloc.h34 #define HW_ZALLOC(me,type) (type*) hw_zalloc (me, sizeof (type))
35 #define HW_MALLOC(me,type) (type*) hw_malloc (me, sizeof (type))
36 #define HW_NALLOC(me,type,n) (type*) hw_malloc (me, sizeof (type) * (n))
37 #define HW_NZALLOC(me,type,
[all...]

Completed in 197 milliseconds

1234567891011>>