Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.bin/rpcgen/
H A Drpc_parse.c57 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 Ditbl-ops.c158 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 Ditbl-ops.c159 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 Dpdisk.c245 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 Dvarobj.c187 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 DChangeLog-19992941 (get_type, get_type_deref): Remove uneeded initialization.
H A DChangeLog-20036689 * varobj.c (get_type, get_target_type): Use check_typedef.
/openbsd/gnu/gcc/gcc/
H A Dipa-prop.h186 enum jump_func_type get_type (struct ipa_jump_func *);
H A Dipa-cp.c598 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 Dipa-prop.c500 get_type (struct ipa_jump_func *jf) in get_type() function
/openbsd/lib/libcurses/tinfo/
H A Dmake_hash.c219 ? 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 Dgenerate_netbsd_ioctls.awk237 type = get_type(substr(a[3], 0, RLENGTH))
478 function get_type(string) function