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

  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 911 copy_tree_r (tp, walk_subtrees, NULL);
1083 will be remapped. copy_tree_r will not copy a constant. */
1099 /* Otherwise, just copy the node. Note that copy_tree_r already
1135 copy_tree_r (tp, walk_subtrees, NULL);
1265 remapped. copy_tree_r will not copy a constant. */
1282 /* Otherwise, just copy the node. Note that copy_tree_r already
1394 copy_tree_r (tp, walk_subtrees, NULL);
5599 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
5598 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 913 copy_tree_r (tp, walk_subtrees, NULL);
1085 will be remapped. copy_tree_r will not copy a constant. */
1101 /* Otherwise, just copy the node. Note that copy_tree_r already
1137 copy_tree_r (tp, walk_subtrees, NULL);
1267 remapped. copy_tree_r will not copy a constant. */
1284 /* Otherwise, just copy the node. Note that copy_tree_r already
1396 copy_tree_r (tp, walk_subtrees, NULL);
5564 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
5563 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) function

Completed in 55 milliseconds