Searched refs:type (Results 76 - 100 of 6285) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
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...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate12.C5 template <class type>
6 inline void foo (const type &x) {x.eat_this_and_die();}
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexpr5.C9 typedef typename S1<T, (i >= j ? 0 : 1) >::type type;
/openbsd-current/usr.sbin/ospfd/
H A Dlogmsg.c82 if_type_name(enum iface_type type) argument
84 switch (type) {
101 if_auth_name(enum auth_type type) argument
103 switch (type) {
116 dst_type_name(enum dst_type type) argument
118 switch (type) {
129 path_type_name(enum path_type type) argument
131 switch (type) {
/openbsd-current/usr.bin/ftp/
H A Dlist.c26 parse_unix(char **line, char *type) argument
36 *type = *tok;
51 parse_windows(char **line, char *type) argument
56 *type = '-';
62 *type = 'd';
77 parse_list(char **line, char *type) argument
80 parse_windows(line, type);
82 parse_unix(line, type);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddm_event_log.h34 #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data)
35 #define EVENT_LOG_AUX_REP(ddc, type, replyStatus, len, data)
/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dcopy_cv.h23 // Let COPYCV(FROM, TO) be an alias for type TO with the addition of FROM's
28 using type = _To;
34 using type = typename add_const<_To>::type;
40 using type = typename add_volatile<_To>::type;
46 using type = typename add_cv<_To>::type;
50 using __copy_cv_t = typename __copy_cv<_From, _To>::type;
H A Dtype_identity.h21 struct __type_identity { typedef _Tp type; }; typedef in struct:__type_identity
24 using __type_identity_t _LIBCPP_NODEBUG = typename __type_identity<_Tp>::type;
27 template<class _Tp> struct type_identity { typedef _Tp type; }; typedef in struct:type_identity
28 template<class _Tp> using type_identity_t = typename type_identity<_Tp>::type;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_dwb.h148 #define DWBC_REG_FIELD_LIST(type) \
149 type WB_ENABLE;\
150 type DISPCLK_R_WB_GATE_DIS;\
151 type DISPCLK_G_WB_GATE_DIS;\
152 type DISPCLK_G_WBSCL_GATE_DIS;\
153 type WB_LB_LS_DIS;\
154 type WB_LB_SD_DIS;\
155 type WB_LUT_LS_DIS;\
156 type CNV_WINDOW_CROP_EN;\
157 type CNV_STEREO_TYP
[all...]
H A Ddcn10_hubp.h457 #define DCN_HUBP_REG_FIELD_BASE_LIST(type) \
458 type HUBP_BLANK_EN;\
459 type HUBP_DISABLE;\
460 type HUBP_TTU_DISABLE;\
461 type HUBP_NO_OUTSTANDING_REQ;\
462 type HUBP_VTG_SEL;\
463 type HUBP_UNDERFLOW_STATUS;\
464 type HUBP_UNDERFLOW_CLEAR;\
465 type HUBP_IN_BLANK;\
466 type NUM_PIPE
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dscan-decls.c52 if (result->type != CPP_PADDING)
64 enum cpp_ttype token = get_a_token (pfile)->type;
114 if (token->type == CPP_OPEN_BRACE)
123 if (token->type == CPP_OPEN_BRACE)
129 if (token->type == CPP_EOF)
132 if (token->type == CPP_SEMICOLON)
134 if (token->type != CPP_NAME)
137 prev_id.type = CPP_EOF;
140 switch (token->type)
151 if (prev_id.type !
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.h202 #define DWBC_REG_FIELD_LIST_DCN2_0(type) \
203 type WB_ENABLE;\
204 type DISPCLK_R_WB_GATE_DIS;\
205 type DISPCLK_G_WB_GATE_DIS;\
206 type DISPCLK_G_WBSCL_GATE_DIS;\
207 type WB_TEST_CLK_SEL;\
208 type WB_LB_LS_DIS;\
209 type WB_LB_SD_DIS;\
210 type WB_LUT_LS_DIS;\
211 type WBSCL_LB_MEM_PWR_MODE_SE
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/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
/openbsd-current/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-i386sco5.h31 /* ... but it can do a lot of SVR4 type stuff too. */
57 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1
68 #define target_insert_watchpoint(addr, len, type) \
69 i386_insert_watchpoint (PIDGET (inferior_ptid), addr, len, type)
71 #define target_remove_watchpoint(addr, len, type) \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/
H A Ddecl2.C8 // return type.
11 template <> struct bar<const char*> { typedef void type; }; typedef in struct:bar
13 template <> struct qux<int> { typedef void type; }; typedef in struct:qux
16 typename bar<T>::type foo (T t) { }
19 typename qux<T>::type foo (T t) { }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dinit-1.c9 long type; member in struct:__anon6923
/openbsd-current/lib/libm/src/
H A Ds_llroundl.c7 #define type long double macro
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_path.py14 type = argv[1]
18 if type == 'dir':
21 elif type == 'file':
25 print("Unrecognised type {}".format(type))
/openbsd-current/usr.bin/tmux/
H A Doptions-table.c31 * string types). These tables are then used to look up the real type when the
35 /* Choice option type lists. */
177 .type = OPTIONS_TABLE_COMMAND, \
186 .type = OPTIONS_TABLE_COMMAND, \
195 .type = OPTIONS_TABLE_COMMAND, \
216 .type = OPTIONS_TABLE_KEY,
223 .type = OPTIONS_TABLE_NUMBER,
233 .type = OPTIONS_TABLE_STRING,
248 .type = OPTIONS_TABLE_STRING,
256 .type
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/config/frv/
H A Dtm-frv.h23 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) \
24 frv_check_watch_resources (type, cnt, ot)
25 extern int frv_check_watch_resources (int type, int cnt, int ot);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dop1.C2 typedef int type; typedef in struct:X
7 operator typename X<T>::type ();
12 O<T>::I::operator typename X<T>::type () {}
H A Dtypedef1.C10 typedef T type; typedef in struct:A
17 typedef typename A<T>::type xxx;
18 typedef A<int>::type xxx;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021111-1.c6 int aim_callhandler(int sess, int conn, unsigned short family, unsigned short type);
8 int aim_callhandler(int sess, int conn, unsigned short family, unsigned short type) argument
15 if (type == 0xffff)

Completed in 166 milliseconds

1234567891011>>