Searched refs:TYPE_CHAIN (Results 1 – 7 of 7) sorted by relevance
232 TYPE_CHAIN (type) = type; /* Chain back to itself. */ in new_type()334 TYPE_CHAIN (type) = type; /* Chain back to itself for now. */ in alloc_type_instance()358 TYPE_CHAIN (type) = type; in smash_type()397 chain = TYPE_CHAIN (ntype); in make_pointer_type()399 TYPE_CHAIN (ntype) = chain; in make_pointer_type()416 chain = TYPE_CHAIN (ntype); in make_pointer_type()420 chain = TYPE_CHAIN (chain); in make_pointer_type()475 chain = TYPE_CHAIN (ntype); in make_reference_type()477 TYPE_CHAIN (ntype) = chain; in make_reference_type()496 chain = TYPE_CHAIN (ntype); in make_reference_type()[all …]
3361 struct type *ntype = TYPE_CHAIN (type); in set_length_in_type_chain()3369 ntype = TYPE_CHAIN (ntype); in set_length_in_type_chain()
1902 #define TYPE_CHAIN(thistype) (thistype)->chain macro
462 TYPE_CHAIN (type) = type; in fake_method()
9384 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.9388 Set TYPE_CHAIN.9398 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
2610 instead of TYPE_CHAIN for chain_next for types.
20633 instead of TYPE_CHAIN for chain_next for types.