Home
last modified time | relevance | path

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

12

/openbsd-src/usr.bin/indent/
H A Dindent.c201 int type_code; /* the type of token, returned by lexi */ in main() local
401 type_code = lexi(); /* lexi reads one token. The actual in main()
419 switch (type_code) { in main()
481 if ((type_code == sp_paren && *token == 'i' in main()
483 (type_code == sp_nparen && *token == 'e' in main()
521 if (type_code != 0) /* we must make this check, just in case there in main()
523 type_code = lexi(); /* read another token */ in main()
527 && type_code == ident) in main()
532 if (type_code == 0) { /* we got eof */ in main()
549 (type_code != comment) && in main()
[all …]
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dparse.y88 struct prod_token_parm_item *op2, int type_code, int prod_code);
579 int type_code = get_common_type (op1, op2); variable
580 if (!type_code)
582 $$ = make_plus_expression (tok, op1, op2, type_code, EXP_PLUS);
588 int type_code = get_common_type (op1, op2); variable
589 if (!type_code)
591 $$ = make_plus_expression (tok, op1, op2, type_code, EXP_MINUS);
597 int type_code = NUMERIC_TYPE (op1); variable
598 if (!type_code)
601 (tok, op1, op2, type_code, EXP_EQUALS);
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c277 static int cross_ref (int, union aux_ext *, struct type **, enum type_code,
853 enum type_code type_code; in parse_symbol() local
860 type_code = TYPE_CODE_STRUCT; in parse_symbol()
864 type_code = TYPE_CODE_UNION; in parse_symbol()
868 type_code = TYPE_CODE_ENUM; in parse_symbol()
875 type_code = TYPE_CODE_UNDEF; /* We have a type. */ in parse_symbol()
923 if (nfields == 0 && type_code == TYPE_CODE_UNDEF) in parse_symbol()
934 type_code = TYPE_CODE_ENUM; in parse_symbol()
943 type_code = TYPE_CODE_ENUM; in parse_symbol()
1029 if (type_code == TYPE_CODE_UNDEF) in parse_symbol()
[all …]
H A Dvalues.c667 enum type_code code = TYPE_CODE (type); in unpack_long()
716 enum type_code code; in unpack_double()
1120 enum type_code code; in value_from_longest()
1195 enum type_code code = TYPE_CODE (base_type); in value_from_double()
1243 enum type_code code = TYPE_CODE (value_type); in using_struct_return()
H A Dalphafbsd-tdep.c30 enum type_code code; in alphafbsd_use_struct_convention()
H A Dscm-lang.h72 extern LONGEST scm_unpack (struct type *, const char *, enum type_code);
H A 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()
3274 read_struct_type (char **pp, struct type *type, enum type_code type_code, in read_struct_type() argument
3306 TYPE_CODE (type) = type_code; in read_struct_type()
3534 enum type_code code = TYPE_CODE_INT; in read_sun_builtin_type()
H A Dgdbtypes.h81 enum type_code enum
325 ENUM_BITFIELD(type_code) code : 8;
1172 extern struct type *init_type (enum type_code, int, int, char *,
1181 extern struct type *init_composite_type (char *name, enum type_code code);
H A Dvalarith.c1220 enum type_code code1; in value_equal()
1221 enum type_code code2; in value_equal()
1278 enum type_code code1; in value_less()
1279 enum type_code code2; in value_less()
H A Dm68k-tdep.c314 enum type_code code = TYPE_CODE (type); in m68k_reg_struct_return_p()
336 enum type_code code = TYPE_CODE (type); in m68k_return_value()
359 enum type_code code = TYPE_CODE (type); in m68k_svr4_return_value()
H A Darm-linux-tdep.c149 enum type_code typecode; in arm_linux_push_arguments()
H A Dscm-lang.c90 scm_unpack (struct type *type, const char *valaddr, enum type_code context) in scm_unpack()
H A Df-typeprint.c62 enum type_code code; in f_print_type()
H A Dxstormy16-tdep.c596 enum type_code target = TYPE_CODE (TYPE_TARGET_TYPE (type)); in xstormy16_pointer_to_address()
612 enum type_code target = TYPE_CODE (TYPE_TARGET_TYPE (type)); in xstormy16_address_to_pointer()
H A Dmips-tdep.c2321 fp_register_arg_p (enum type_code typecode, struct type *arg_type) in fp_register_arg_p()
2338 enum type_code typecode = TYPE_CODE (type); in mips_type_needs_double_align()
2437 enum type_code typecode = TYPE_CODE (arg_type); in mips_eabi_push_dummy_call()
2719 enum type_code typecode = TYPE_CODE (arg_type); in mips_n32n64_push_dummy_call()
3059 enum type_code typecode = TYPE_CODE (arg_type); in mips_o32_push_dummy_call()
3513 enum type_code typecode = TYPE_CODE (arg_type); in mips_o64_push_dummy_call()
H A Darm-tdep.c1224 enum type_code typecode; in arm_push_dummy_call()
2085 enum type_code code; in arm_use_struct_convention()
2145 enum type_code field_type_code; in arm_use_struct_convention()
H A Dinfcall.c166 enum type_code code = TYPE_CODE (ftype); in find_function_addr()
H A Dp-typeprint.c53 enum type_code code; in pascal_print_type()
H A Di386-tdep.c1412 enum type_code code = TYPE_CODE (type); in i386_reg_struct_return_p()
1436 enum type_code code = TYPE_CODE (type); in i386_return_value()
H A Dm32r-tdep.c680 enum type_code typecode; in m32r_push_dummy_call()
H A Ds390-tdep.c2293 enum type_code code = TYPE_CODE (type); in is_integer_like()
2308 enum type_code code = TYPE_CODE (type); in is_pointer_like()
2357 enum type_code code = TYPE_CODE (type); in is_struct_like()
H A Dc-typeprint.c65 enum type_code code; in c_print_type()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp580 TypeCodes type_code; in NSNumberSummaryProvider() local
598 type_code = static_cast<TypeCodes>(cfinfoa & 0x7); in NSNumberSummaryProvider()
609 type_code = TypeCodes::sint8; in NSNumberSummaryProvider()
612 type_code = TypeCodes::sint16; in NSNumberSummaryProvider()
615 type_code = TypeCodes::sint32; in NSNumberSummaryProvider()
621 type_code = TypeCodes::sint64; in NSNumberSummaryProvider()
624 type_code = TypeCodes::f32; in NSNumberSummaryProvider()
627 type_code = TypeCodes::f64; in NSNumberSummaryProvider()
636 switch (type_code) { in NSNumberSummaryProvider()
/openbsd-src/libexec/ftpd/
H A Dftpcmd.y129 %type <i> struct_code mode_code type_code form_code
268 | TYPE check_login SP type_code CRLF
813 type_code
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c3064 enum tree_code type_code = TREE_CODE (type); local
3070 if (type_code == FUNCTION_TYPE)
3081 else if (type_code == VOID_TYPE || type_code == ERROR_MARK)
3083 if (type_code == VOID_TYPE
3103 if (type_code == POINTER_TYPE)

12