HomeSort by: relevance | last modified time | path
    Searched defs:loc_list_from_tree (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3889 static dw_loc_list_ref loc_list_from_tree (tree, int,
17786 DECL. WANT_ADDRESS has the same meaning as in loc_list_from_tree
18073 See loc_list_from_tree for the meaning of CONTEXT. */
18101 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), toplev ? 2 : 1,
18107 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), 0, context);
18113 list_ret1 = loc_list_from_tree (offset, 0, context);
18573 /* loc_list_from_tree will probably not output these operations for
18724 /* Helper function for loc_list_from_tree. Perform OP binary op,
18739 op0 = loc_list_from_tree (TREE_OPERAND (loc, 0), 0, context);
18740 op1 = loc_list_from_tree (TREE_OPERAND (loc, 1), 0, context)
19744 loc_list_from_tree (tree loc, int want_address, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3891 static dw_loc_list_ref loc_list_from_tree (tree, int,
17700 DECL. WANT_ADDRESS has the same meaning as in loc_list_from_tree
17987 See loc_list_from_tree for the meaning of CONTEXT. */
18015 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), toplev ? 2 : 1,
18021 list_ret = loc_list_from_tree (TREE_OPERAND (obj, 0), 0, context);
18027 list_ret1 = loc_list_from_tree (offset, 0, context);
18487 /* loc_list_from_tree will probably not output these operations for
18638 /* Helper function for loc_list_from_tree. Perform OP binary op,
18653 op0 = loc_list_from_tree (TREE_OPERAND (loc, 0), 0, context);
18654 op1 = loc_list_from_tree (TREE_OPERAND (loc, 1), 0, context)
19657 loc_list_from_tree (tree loc, int want_address, function
    [all...]

Completed in 49 milliseconds