Searched refs:PTRMEM_CST_MEMBER (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dexpr.c53 member = PTRMEM_CST_MEMBER (cst);
H A Ddump.c398 dump_child ("mbr", PTRMEM_CST_MEMBER (t));
H A Dcvt.c200 return cp_convert_to_pointer (type, PTRMEM_CST_MEMBER (expr),
H A Dtree.c3021 if (PTRMEM_CST_MEMBER (t1) != PTRMEM_CST_MEMBER (t2))
3686 PTRMEM_CST_MEMBER (ptrmem_cst) = member;
H A Dcxx-pretty-print.c270 pp_cxx_unqualified_id (pp, PTRMEM_CST_MEMBER (t));
H A Dtypeck.c3260 e1 = build_addr_func (PTRMEM_CST_MEMBER (function), complain);
6787 expr = build_address (PTRMEM_CST_MEMBER (expr));
7980 tree fn = PTRMEM_CST_MEMBER (cst);
H A Dmangle.c2654 PTRMEM_CST_MEMBER (expr),
H A Derror.c1996 pp_cxx_tree_identifier (pp, DECL_NAME (PTRMEM_CST_MEMBER (t)));
H A Dcp-tree.h3747 #define PTRMEM_CST_MEMBER(NODE) (((ptrmem_cst_t)PTRMEM_CST_CHECK (NODE))->member)
3741 #define PTRMEM_CST_MEMBER macro
H A Dpt.c1639 return iterative_hash_template_arg (PTRMEM_CST_MEMBER (arg), val);
18498 return unify (tparms, targs, PTRMEM_CST_MEMBER (parm),
18499 PTRMEM_CST_MEMBER (arg), strict, explain_p);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexpr.c55 member = PTRMEM_CST_MEMBER (cst);
H A Dtree.c1829 PTRMEM_CST_MEMBER (t) = mapcar (PTRMEM_CST_MEMBER (t), func);
2462 return (PTRMEM_CST_MEMBER (t1) == PTRMEM_CST_MEMBER (t2)
2815 PTRMEM_CST_MEMBER (ptrmem_cst) = member;
H A Dmethod.c759 value = PTRMEM_CST_MEMBER (value);
913 (PTRMEM_CST_MEMBER (value)));
H A Derror.c1369 OB_PUTID (DECL_NAME (PTRMEM_CST_MEMBER (t)));
H A Dcp-tree.h1801 #define PTRMEM_CST_MEMBER(NODE) (((ptrmem_cst_t) NODE)->member)
1794 #define PTRMEM_CST_MEMBER macro
H A Dpt.c2797 e = make_ptrmem_cst (type, PTRMEM_CST_MEMBER (expr));
H A Dtypeck.c6621 tree fn = PTRMEM_CST_MEMBER (cst);

Completed in 519 milliseconds