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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c9039 dw_loc_descr_ref cc_loc_result = NULL;
9046 cc_loc_result = x0_ref;
9047 add_loc_descr_op_piece (&cc_loc_result, GET_MODE_SIZE (GET_MODE (x0)));
9049 add_loc_descr (&cc_loc_result, x1_ref);
9050 add_loc_descr_op_piece (&cc_loc_result, GET_MODE_SIZE (GET_MODE (x1)));
9052 return cc_loc_result;
9027 dw_loc_descr_ref cc_loc_result = NULL; local

Completed in 77 milliseconds