Searched refs:array_of (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-encoding.cc | 351 tree array_of = TREE_TYPE (type); in encode_array() local 396 else if (TREE_INT_CST_LOW (TYPE_SIZE (array_of)) == 0) in encode_array() 401 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))); in encode_array() 404 encode_type (array_of, curtype, format); in encode_array()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-encoding.c | 351 tree array_of = TREE_TYPE (type); in encode_array() local 396 else if (TREE_INT_CST_LOW (TYPE_SIZE (array_of)) == 0) in encode_array() 401 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))); in encode_array() 404 encode_type (array_of, curtype, format); in encode_array()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | coffgrok.h | 138 struct coff_type *array_of; member
|
H A D | coffdump.c | 147 dump_coff_type (p->u.array.array_of); in dump_coff_type()
|
H A D | coffgrok.c | 519 ptr->u.array.array_of = res; in do_type()
|
H A D | srconv.c | 783 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | coffgrok.h | 138 struct coff_type *array_of; member
|
H A D | coffdump.c | 147 dump_coff_type (p->u.array.array_of); in dump_coff_type()
|
H A D | coffgrok.c | 539 ptr->u.array.array_of = res; in do_type()
|
H A D | srconv.c | 783 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1()
|