Searched defs:type_code (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/gcc/gcc/treelang/ |
H A D | parse.y | 579 int type_code = get_common_type (op1, op2); variable 588 int type_code = get_common_type (op1, op2); variable 597 int type_code = NUMERIC_TYPE (op1); variable 607 int type_code = NUMERIC_TYPE (op1); variable 908 int type_code, int prod_code) in make_plus_expression()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | mdebugread.c | 853 enum type_code type_code; in parse_symbol() local 1450 enum type_code type_code = TYPE_CODE_UNDEF; in parse_type() local 2615 int type_code; in parse_partial_symbols() local 3890 int type_code = ECOFF_UNMARK_STAB (sh.index); in psymtab_to_symtab_1() local 4208 cross_ref (int fd, union aux_ext *ax, struct type **tpp, enum type_code type_code, /* Use to alloc … in cross_ref()
|
H A D | stabsread.c | 1844 enum type_code type_code = TYPE_CODE_UNDEF; in read_type() local 3274 read_struct_type (char **pp, struct type *type, enum type_code type_code, in read_struct_type()
|
H A D | gdbtypes.h | 81 enum type_code enum
|
/openbsd-src/usr.bin/indent/ |
H A D | indent.c | 201 int type_code; /* the type of token, returned by lexi */ in main() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 580 TypeCodes type_code; in NSNumberSummaryProvider() local
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | aoutx.h | 2636 int type_code = aout_symbol (symbol)->type & 0xff; variable
|
H A D | pdp11.c | 2455 int type_code = aout_symbol(symbol)->type & 0xff; variable
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | aoutx.h | 2463 int type_code = aout_symbol (symbol)->type & 0xff; in NAME() local
|
H A D | pdp11.c | 2060 int type_code = aout_symbol(symbol)->type & 0xff; in NAME() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 1497 enum tree_code type_code; local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-write.c | 2533 int type_code = TREE_INT_CST_LOW (TREE_VALUE (x)); local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-common.c | 2907 enum tree_code type_code = TREE_CODE (type); in c_sizeof_or_alignof_type() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.c | 3064 enum tree_code type_code = TREE_CODE (type); local
|