Searched refs:get_type (Results 1 – 12 of 12) sorted by relevance
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 57 static void get_type(char **, char **, defkind); 166 get_type(&plist->res_prefix, &plist->res_type, 424 get_type(&dec->prefix, &dec->type, dkind); 488 get_type(&dec->prefix, &dec->type, dkind); 543 get_type(prefixp, typep, dkind) in get_type() function
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | itbl-ops.c | 158 static e_type get_type (int yytype); 219 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg() 251 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand() 836 get_type (int yytype) in get_type() function
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | itbl-ops.c | 159 static e_type get_type (int yytype); 208 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg() 240 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand() 825 get_type (int yytype) in get_type() function
|
/openbsd/sbin/pdisk/ |
H A D | pdisk.c | 245 do_create_partition(struct partition_map *map, int get_type) in do_create_partition() argument 262 if (get_type == 0) in do_create_partition()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | varobj.c | 187 static struct type *get_type (struct varobj *var); 1444 get_type (struct varobj *var) in get_type() function 1461 type = get_type (var); in get_type_deref() 1797 type = get_type (var); in type_changeable() 1822 type = get_type (var); in c_number_of_children() 1890 type = get_type (parent); in c_name_of_child() 1995 type = get_type (parent); in c_value_of_child() 2096 switch (TYPE_CODE (get_type (var))) in c_variable_editable() 2119 switch (TYPE_CODE (get_type (var))) in c_value_of_variable()
|
H A D | ChangeLog-1999 | 2941 (get_type, get_type_deref): Remove uneeded initialization.
|
H A D | ChangeLog-2003 | 6689 * varobj.c (get_type, get_target_type): Use check_typedef.
|
/openbsd/gnu/gcc/gcc/ |
H A D | ipa-prop.h | 186 enum jump_func_type get_type (struct ipa_jump_func *);
|
H A D | ipa-cp.c | 598 type = get_type (jump_func); in ipcp_propagate_stage() 657 type = get_type (jump_func); in ipcp_callsite_param_print() 908 type = get_type (jump_func); in ipcp_redirect()
|
H A D | ipa-prop.c | 500 get_type (struct ipa_jump_func *jf) in get_type() function
|
/openbsd/lib/libcurses/tinfo/ |
H A D | make_hash.c | 219 ? get_type(name_table[n].ute_type) \ 223 get_type(int type_mask) in get_type() function
|
/openbsd/gnu/llvm/compiler-rt/utils/ |
H A D | generate_netbsd_ioctls.awk | 237 type = get_type(substr(a[3], 0, RLENGTH)) 478 function get_type(string) function
|