Searched refs:base_tbd (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c2768 tree base_tbd = cp_convert (ptype,
2775 build_x_delete (base_tbd,
2813 tree base_tbd;
2820 base_tbd = base;
2823 base_tbd = cp_convert (ptype,
2830 deallocate_expr = build_x_delete (base_tbd,
2763 tree base_tbd = cp_convert (ptype, local
2808 tree base_tbd; local
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c3285 tree base_tbd;
3293 base_tbd = base;
3299 base_tbd = cp_build_binary_op (input_location,
3305 if (base_tbd == error_mark_node)
3307 base_tbd = cp_convert (ptype, base_tbd, complain);
3313 base_tbd, virtual_size,
3282 tree base_tbd; local

Completed in 184 milliseconds