Searched refs:build_offset_ref (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c1623 return build_x_function_call (build_offset_ref (type, name), parmlist, current_class_ref);
1713 build_offset_ref (type, name)
1711 build_offset_ref (type, name) function
H A Dparse.y1513 { $$ = build_offset_ref (OP0 ($$), OP1 ($$)); }
H A Dcp-tree.h3100 extern tree build_offset_ref PROTO((tree, tree));
H A Ddecl2.c4101 return build_offset_ref (TREE_OPERAND (t, 0), TREE_OPERAND (t, 1));
H A Dparse.c5771 { yyval.ttype = build_offset_ref (OP0 (yyval.ttype), OP1 (yyval.ttype)); ;
H A Dtypeck.c4709 arg = build_offset_ref (base, name);
/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c1947 expr = build_offset_ref (qualifying_class, expr,
1986 expr = build_offset_ref (qualifying_class, expr, /*address_p=*/false,
H A Dinit.c1888 build_offset_ref (tree type, tree member, bool address_p, function
H A Dcp-tree.h5599 extern tree build_offset_ref (tree, tree, bool,
H A Dtypeck.c5417 arg = build_offset_ref (base, fn, /*address_p=*/true, complain);
H A Dpt.c17480 expr = build_offset_ref (base, expr, addr, complain);

Completed in 492 milliseconds