Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c907 copy_if_shared_r (tree *tp, int *walk_subtrees, void *data) in copy_if_shared_r() function
947 walk_tree (tp, copy_if_shared_r, data, NULL); in copy_if_shared()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc912 copy_if_shared_r (tree *tp, int *walk_subtrees, void *data) in copy_if_shared_r() function
952 walk_tree (tp, copy_if_shared_r, data, NULL); in copy_if_shared()
H A DChangeLog-200422978 (copy_if_shared_r): Don't call it.
23865 * gimplify.c (copy_if_shared_r): Likewise.
26077 (copy_if_shared_r): No longer need special case for BIND_EXPR.
28431 (copy_if_shared_r): Look at bounds and sizes of types.
30841 (copy_if_shared_r): Only mark VA_ARG_EXPR volatile if we
30967 * gimplify.c (copy_if_shared_r): Revert:
32259 (copy_if_shared_r): Don't copy decls, types, constants, BINDs.
H A DChangeLog.tree-ssa859 * gimplify.c (copy_if_shared_r): Mark VA_ARGS_EXPRs as volatile.
14958 * c-simplify.c (copy_if_shared_r, unmark_visited_r,
H A DChangeLog-201030620 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.