Searched refs:array_of (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | coffgrok.h | 135 struct coff_type *array_of; member
|
| H A D | coffdump.c | 144 dump_coff_type (p->u.array.array_of); in dump_coff_type()
|
| H A D | coffgrok.c | 436 ptr->u.array.array_of = res; in do_type()
|
| H A D | srconv.c | 814 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | coffgrok.h | 135 struct coff_type *array_of; member
|
| H A D | coffdump.c | 146 dump_coff_type (p->u.array.array_of); in dump_coff_type()
|
| H A D | coffgrok.c | 436 ptr->u.array.array_of = res; in do_type()
|
| H A D | srconv.c | 818 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 6621 tree array_of = TREE_TYPE (type); local 6633 / TREE_INT_CST_LOW (TYPE_SIZE (array_of)))); 6636 encode_type (array_of, curtype, format); 7498 tree array_of = TREE_TYPE (decl); local 7503 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))));
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 7915 tree array_of = TREE_TYPE (type); in encode_array() local 7925 if (TREE_INT_CST_LOW (TYPE_SIZE (array_of)) == 0) in encode_array() 7930 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))); in encode_array() 7933 encode_type (array_of, curtype, format); in encode_array()
|