Home
last modified time | relevance | path

Searched refs:TYPE_CHAIN (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbtypes.c232 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 …]
Dstabsread.c3361 struct type *ntype = TYPE_CHAIN (type); in set_length_in_type_chain()
3369 ntype = TYPE_CHAIN (ntype); in set_length_in_type_chain()
Dgdbtypes.h1902 #define TYPE_CHAIN(thistype) (thistype)->chain macro
Deval.c462 TYPE_CHAIN (type) = type; in fake_method()
DChangeLog-20029384 (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;
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20112610 instead of TYPE_CHAIN for chain_next for types.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201120633 instead of TYPE_CHAIN for chain_next for types.