Searched refs:type (Results 51 - 75 of 5029) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbtypes.h1 /* Internal type definitions for GDB.
36 language-specific code know which type to correlate to FT_SHORT?) */
84 TYPE_CODE_PTR, /* Pointer type */
85 TYPE_CODE_ARRAY, /* Array type with lower & upper bounds. */
88 TYPE_CODE_ENUM, /* Enumeration type */
89 TYPE_CODE_FUNC, /* Function type */
90 TYPE_CODE_INT, /* Integer type */
92 /* Floating type. This is *NOT* a complex type. Beware, there are parts
96 /* Void type
427 struct type *type; member in struct:main_type::field
470 struct type struct
637 struct type *type; member in struct:cplus_struct_type::fn_fieldlist::fn_field
692 struct type *type; member in struct:cplus_struct_type::template_arg
[all...]
H A Dax-gdb.c71 static void gen_sign_extend (struct agent_expr *, struct type *);
72 static void gen_extend (struct agent_expr *, struct type *);
73 static void gen_fetch (struct agent_expr *, struct type *);
87 LONGEST k, struct type *type);
92 static int type_wider_than (struct type *type1, struct type *type2);
93 static struct type *max_type (struct type *type1, struct type *type
163 struct type *type = SYMBOL_TYPE (var); local
193 struct type *type = (*pc)[1].type; local
356 gen_sign_extend(struct agent_expr *ax, struct type *type) argument
368 gen_extend(struct agent_expr *ax, struct type *type) argument
380 gen_fetch(struct agent_expr *ax, struct type *type) argument
648 gen_int_literal(struct agent_expr *ax, struct axs_value *value, LONGEST k, struct type *type) argument
883 gen_cast(struct agent_expr *ax, struct axs_value *value, struct type *type) argument
938 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
1158 find_field(struct type *type, char *name) argument
1193 gen_bitfield_ref(struct agent_expr *ax, struct axs_value *value, struct type *type, int start, int end) argument
1357 struct type *type; local
1585 struct type *type = (*pc)[1].type; local
1619 struct type *type = (*pc)[1].type; local
1628 struct type *type = check_typedef ((*pc)[1].type); local
[all...]
H A Dinfcall.h26 struct type;
29 struct type **retval_type);
H A 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) argument
47 n_bases = TYPE_N_BASECLASSES (type);
53 kind = BASETYPE_VIA_VIRTUAL (type, i) ? 'I' : 'E';
60 name = type_name_no_tag (TYPE_BASECLASS (type, i));
69 /* Print the name of the type (or the ultimate pointer target,
73 SHOW positive means print details about the type (e.g. enum values),
75 SHOW negative means just print the type nam
86 java_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
325 java_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dscan-decls.c53 if (result->type != CPP_PADDING)
64 enum cpp_ttype token = get_a_token (pfile)->type;
112 if (token->type == CPP_OPEN_BRACE)
121 if (token->type == CPP_OPEN_BRACE)
127 if (token->type == CPP_EOF)
130 if (token->type == CPP_SEMICOLON)
132 if (token->type != CPP_NAME)
135 prev_id.type = CPP_EOF;
138 switch (token->type)
149 if (prev_id.type !
[all...]
/freebsd-10.1-release/contrib/apr-util/include/
H A Dapu.h.in53 #define APU_DECLARE(type) type
60 #define APU_DECLARE_NONSTD(type) type
65 * @fn APU_DECLARE_DATA type apr_variable;
66 * @note APU_DECLARE_DATA extern type apr_variable; syntax is required for
71 #define APU_DECLARE(type) type __stdcall
72 #define APU_DECLARE_NONSTD(type) type __cdec
[all...]
H A Dapu.hw59 #define APU_DECLARE(type) type
66 #define APU_DECLARE_NONSTD(type) type
71 * @fn APU_DECLARE_DATA type apr_variable;
72 * @note extern APU_DECLARE_DATA type apr_variable; syntax is required for
77 #define APU_DECLARE(type) type __stdcall
78 #define APU_DECLARE_NONSTD(type) type __cdec
[all...]
/freebsd-10.1-release/contrib/byacc/test/
H A Derr_syntax20.y6 %type <check> expr
7 %type <rechk> recur
/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dtoken.h33 token_type type; member in class:token_info
54 return type == TOKEN_UPPER;
59 return type == TOKEN_LOWER;
64 return type == TOKEN_ACCENT;
69 return type == TOKEN_OTHER;
74 return type == TOKEN_PUNCT;
79 return type == TOKEN_HYPHEN;
84 return type == TOKEN_RANGE_SEP;
/freebsd-10.1-release/contrib/libstdc++/include/tr1/
H A Dref_wrap_iterate.h38 typename result_of<_M_func_type(_GLIBCXX_TEMPLATE_ARGS)>::type
41 typename result_of<_M_func_type()>::type
/freebsd-10.1-release/sys/amd64/include/
H A Dvarargs.h64 #define va_arg(ap, type) __builtin_va_arg((ap), type)
71 #define __va_size(type) \
72 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
82 #define va_arg(ap, type) \
83 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-10.1-release/sys/arm/include/
H A Dstdarg.h50 #define va_arg(ap, type) \
51 __builtin_va_arg((ap), type)
63 #define __va_size(type) \
64 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
74 #define va_arg(ap, type) \
75 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-10.1-release/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c27 dtrace_modevent(module_t mod __unused, int type, void *data __unused) argument
31 switch (type) {
/freebsd-10.1-release/sys/dev/bktr/
H A Dbktr_mem.h61 void bktr_store_address(int unit, int type, vm_offset_t addr);
62 vm_offset_t bktr_retrieve_address(int unit, int type);
/freebsd-10.1-release/sys/i386/include/
H A Dvarargs.h60 #define va_arg(ap, type) __builtin_va_arg((ap), type)
67 #define __va_size(type) \
68 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
82 #define va_arg(ap, type) \
83 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-10.1-release/tools/tools/sysdoc/
H A Dsysctl.sh33 read type value _junk; \
35 if [ X"${type}" = X"" ]; then \
37 echo "ERROR: Missing type for ${name}" >&2 ; \
45 if [ X"${type}" != X"" ]; then \
46 echo ".Pq Vt ${type}" ; \
50 sed -e "s/@type@/${type}/g" ; \
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp61 typedef Cmp_Fn type; typedef in struct:pb_ds::detail::entry_cmp
77 struct type : public Cmp_Fn struct in struct:pb_ds::detail::entry_cmp
81 type() function in struct:pb_ds::detail::entry_cmp::type
85 type(const Cmp_Fn& other) : Cmp_Fn(other) function in struct:pb_ds::detail::entry_cmp::type
H A Dentry_pred.hpp61 typedef Pred type; typedef in struct:pb_ds::detail::entry_pred
77 struct type : public Pred struct in struct:pb_ds::detail::entry_pred
81 type() function in struct:pb_ds::detail::entry_pred::type
85 type(const Pred& other) : Pred(other) function in struct:pb_ds::detail::entry_pred::type
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/
H A Dgss-commands.in44 type = "flag"
48 type = "string"
/freebsd-10.1-release/lib/msun/src/
H A Ds_llrint.c4 #define type double macro
H A Ds_llrintf.c4 #define type float macro
H A Ds_llrintl.c4 #define type long double macro
H A Ds_lrintf.c4 #define type float macro
H A Ds_lrintl.c4 #define type long double macro
H A Ds_nearbyint.c44 #define DECL(type, fn, rint) \
45 type \
46 fn(type x) \
48 volatile type ret; \

Completed in 97 milliseconds

1234567891011>>