aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ch.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2020-08-14 16:53:43 -0700
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 15:08:15 -0300
commitdc4dcb0d6be950848bde53efcbe7af8653b96858 (patch)
tree3017aca09ec616f5b2f93659309323c28cc8a275 /gcc/tree-ssa-loop-ch.c
parent8fa40c65f417914ac74fbc44243671d13d85b9f3 (diff)
downloadgcc-dc4dcb0d6be950848bde53efcbe7af8653b96858.zip
gcc-dc4dcb0d6be950848bde53efcbe7af8653b96858.tar.gz
gcc-dc4dcb0d6be950848bde53efcbe7af8653b96858.tar.bz2
c++: Final bit of name-lookup api simplification
We no longer need to give name_lookup_real not name_lookup_nonclass different names to the name_lookup functions. This renames the lookup functions thusly. gcc/cp/ * name-lookup.h (lookup_name_real, lookup_name_nonclass): Rename to ... (lookup_name): ... these new overloads. * name-lookup.c (identifier_type_value_1): Rename lookup_name_real call. (lookup_name_real_1): Rename to ... (lookup_name_1): ... here. (lookup_name_real): Rename to ... (lookup_name): ... here. Rename lookup_name_real_1 call. (lookup_name_nonclass): Delete. * call.c (build_operator_new_call): Rename lookup_name_real call. (add_operator_candidates): Likewise. (build_op_delete_call): Rename lookup_name_nonclass call. * parser.c (cp_parser_lookup_name): Likewise. * pt.c (tsubst_friend_class, lookup_init_capture_pack): Likewise. (tsubst_expr): Likewise. * semantics.c (capture_decltype): Likewise. libcc1/ * libcp1plugin.cc (plugin_build_dependent_expr): Rename lookup_name_real call.
Diffstat (limited to 'gcc/tree-ssa-loop-ch.c')
0 files changed, 0 insertions, 0 deletions