Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Ddwarf2out.c9027 dw_loc_descr_ref cc_loc_result = NULL; in concat_loc_descriptor() local
9034 cc_loc_result = x0_ref; in concat_loc_descriptor()
9035 add_loc_descr_op_piece (&cc_loc_result, GET_MODE_SIZE (GET_MODE (x0))); in concat_loc_descriptor()
9037 add_loc_descr (&cc_loc_result, x1_ref); in concat_loc_descriptor()
9038 add_loc_descr_op_piece (&cc_loc_result, GET_MODE_SIZE (GET_MODE (x1))); in concat_loc_descriptor()
9040 return cc_loc_result; in concat_loc_descriptor()