Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 25 of 33) sorted by relevance

12

/mirbsd/src/usr.bin/indent/
Dindent.c89 int type_code; /* the type of token, returned by lexi */ in main() local
293 type_code = lexi(); /* lexi reads one token. The actual in main()
311 switch (type_code) { in main()
373 if ((type_code == sp_paren && *token == 'i' in main()
375 (type_code == sp_nparen && *token == 'e' in main()
413 if (type_code != 0) /* we must make this check, just in case there in main()
415 type_code = lexi(); /* read another token */ in main()
419 && type_code == ident) in main()
424 if (type_code == 0) { /* we got eof */ in main()
441 (type_code != comment) && in main()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c258 static int cross_ref (int, union aux_ext *, struct type **, enum type_code,
823 enum type_code type_code; in parse_symbol() local
830 type_code = TYPE_CODE_STRUCT; in parse_symbol()
834 type_code = TYPE_CODE_UNION; in parse_symbol()
838 type_code = TYPE_CODE_ENUM; in parse_symbol()
845 type_code = TYPE_CODE_UNDEF; /* We have a type. */ in parse_symbol()
893 if (nfields == 0 && type_code == TYPE_CODE_UNDEF) in parse_symbol()
904 type_code = TYPE_CODE_ENUM; in parse_symbol()
913 type_code = TYPE_CODE_ENUM; in parse_symbol()
999 if (type_code == TYPE_CODE_UNDEF) in parse_symbol()
[all …]
Dvalue.c1001 enum type_code code = TYPE_CODE (type); in unpack_long()
1050 enum type_code code; in unpack_double()
1448 enum type_code code; in value_from_longest()
1523 enum type_code code = TYPE_CODE (base_type); in value_from_double()
1610 enum type_code code = TYPE_CODE (value_type); in using_struct_return()
Dalphafbsd-tdep.c30 enum type_code code; in alphafbsd_use_struct_convention()
Dscm-lang.h72 extern LONGEST scm_unpack (struct type *, const gdb_byte *, enum type_code);
Dstabsread.c142 enum type_code,
1440 enum type_code code; in read_type()
1844 enum type_code type_code = TYPE_CODE_UNDEF; in read_type() local
1849 type_code = TYPE_CODE_STRUCT; in read_type()
1852 type_code = TYPE_CODE_UNION; in read_type()
1855 type = read_struct_type (pp, type, type_code, objfile); in read_type()
3276 read_struct_type (char **pp, struct type *type, enum type_code type_code, in read_struct_type() argument
3308 TYPE_CODE (type) = type_code; in read_struct_type()
3536 enum type_code code = TYPE_CODE_INT; in read_sun_builtin_type()
Dgdbtypes.h81 enum type_code enum
325 ENUM_BITFIELD(type_code) code : 8;
1180 extern struct type *init_type (enum type_code, int, int, char *,
1189 extern struct type *init_composite_type (char *name, enum type_code code);
Dvalarith.c1225 enum type_code code1; in value_equal()
1226 enum type_code code2; in value_equal()
1283 enum type_code code1; in value_less()
1284 enum type_code code2; in value_less()
Dm68k-tdep.c312 enum type_code code = TYPE_CODE (type); in m68k_reg_struct_return_p()
334 enum type_code code = TYPE_CODE (type); in m68k_return_value()
357 enum type_code code = TYPE_CODE (type); in m68k_svr4_return_value()
Dscm-lang.c87 scm_unpack (struct type *type, const gdb_byte *valaddr, enum type_code context) in scm_unpack()
Darm-linux-tdep.c154 enum type_code typecode; in arm_linux_push_arguments()
Df-typeprint.c62 enum type_code code; in f_print_type()
Diq2000-tdep.c93 enum type_code target = TYPE_CODE (TYPE_TARGET_TYPE (type)); in iq2000_pointer_to_address()
110 enum type_code target = TYPE_CODE (TYPE_TARGET_TYPE (type)); in iq2000_address_to_pointer()
Dxstormy16-tdep.c593 enum type_code target = TYPE_CODE (TYPE_TARGET_TYPE (type)); in xstormy16_pointer_to_address()
609 enum type_code target = TYPE_CODE (TYPE_TARGET_TYPE (type)); in xstormy16_address_to_pointer()
Dmips-tdep.c2334 fp_register_arg_p (enum type_code typecode, struct type *arg_type) in fp_register_arg_p()
2351 enum type_code typecode = TYPE_CODE (type); in mips_type_needs_double_align()
2450 enum type_code typecode = TYPE_CODE (arg_type); in mips_eabi_push_dummy_call()
2732 enum type_code typecode = TYPE_CODE (arg_type); in mips_n32n64_push_dummy_call()
3072 enum type_code typecode = TYPE_CODE (arg_type); in mips_o32_push_dummy_call()
3526 enum type_code typecode = TYPE_CODE (arg_type); in mips_o64_push_dummy_call()
Darm-tdep.c1256 enum type_code typecode; in arm_push_dummy_call()
2117 enum type_code code; in arm_use_struct_convention()
2177 enum type_code field_type_code; in arm_use_struct_convention()
Dp-typeprint.c53 enum type_code code; in pascal_print_type()
Dinfcall.c183 enum type_code code = TYPE_CODE (ftype); in find_function_addr()
Dm32r-tdep.c680 enum type_code typecode; in m32r_push_dummy_call()
Ds390-tdep.c2294 enum type_code code = TYPE_CODE (type); in is_integer_like()
2309 enum type_code code = TYPE_CODE (type); in is_pointer_like()
2358 enum type_code code = TYPE_CODE (type); in is_struct_like()
Di386-tdep.c1420 enum type_code code = TYPE_CODE (type); in i386_reg_struct_return_p()
1444 enum type_code code = TYPE_CODE (type); in i386_return_value()
Damd64-tdep.c394 enum type_code code = TYPE_CODE (type); in amd64_classify()
Dc-typeprint.c65 enum type_code code; in c_print_type()
/mirbsd/src/libexec/ftpd/
Dftpcmd.y136 %type <i> struct_code mode_code type_code form_code
274 | TYPE check_login SP type_code CRLF
812 type_code
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dpdp11.c2063 int type_code = aout_symbol(symbol)->type & 0xff; in NAME() local
2064 const char *stab_name = bfd_get_stab_name (type_code); in NAME()
2069 sprintf(buf, "(%d)", type_code); in NAME()
2073 ret->stab_type = type_code; in NAME()

12