Searched refs:ptrmem_cst (Results 1 – 9 of 9) sorted by relevance
68 case PTRMEM_CST: return sizeof (ptrmem_cst); in cp_tree_size()
5290 tree ptrmem_cst = make_node (PTRMEM_CST); in make_ptrmem_cst() local5291 TREE_TYPE (ptrmem_cst) = type; in make_ptrmem_cst()5292 PTRMEM_CST_MEMBER (ptrmem_cst) = member; in make_ptrmem_cst()5293 PTRMEM_CST_LOCATION (ptrmem_cst) = input_location; in make_ptrmem_cst()5294 return ptrmem_cst; in make_ptrmem_cst()
46 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)
705 struct GTY(()) ptrmem_cst { struct710 typedef struct ptrmem_cst * ptrmem_cst_t; argument1790 struct ptrmem_cst GTY ((tag ("TS_CP_PTRMEM"))) ptrmem;
2688 (struct ptrmem_cst): Likewise.4282 (ptrmem_cst): Use rtx.
439 * cp-tree.h (struct ptrmem_cst): Add locus member.
2585 (ptrmem_cst): Add RTL field.
1521 * cp-tree.h (ptrmem_cst): New type.
19198 * [451]2094 unimplemented: use of `ptrmem_cst' in template type