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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c9140 loc_descriptor_from_tree_1 (tree loc, int want_address)
9174 if (want_address)
9219 want_address);
9249 if (want_address == 2)
9269 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 1), want_address);
9277 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), want_address);
9546 if (want_address && !have_address)
9550 if (!want_address && have_address && ret)
9128 loc_descriptor_from_tree_1(tree loc, int want_address) argument

Completed in 190 milliseconds