]> git.ipfire.org Git - thirdparty/gcc.git/commit
call.c (set_up_extended_ref_temp): Use VAR_P.
authorMarek Polacek <polacek@redhat.com>
Sat, 27 Jun 2015 10:39:31 +0000 (10:39 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Sat, 27 Jun 2015 10:39:31 +0000 (10:39 +0000)
commit56a6f1d33f7259fde0efc9c37a1308c306590e8b
tree9b8f8950e8b14ba068d68929c14b53ae3b8d5efd
parente1cc235523d628789a026065a8b6970c8eb6014e
call.c (set_up_extended_ref_temp): Use VAR_P.

* call.c (set_up_extended_ref_temp): Use VAR_P.
* class.c: Use VAR_P throughout.
* constexpr.c (cxx_eval_constant_expression): Use VAR_P.
* cp-array-notation.c (make_triplet_val_inv): Likewise.
* decl.c: Use VAR_OR_FUNCTION_DECL_P or VAR_P
throughout.
* decl2.c: Likewise.
* error.c (dump_decl): Use VAR_P.
* mangle.c (decl_implicit_alias_p): Likewise.
* parser.c: Use VAR_P throughout.
* pt.c: Likewise.
* semantics.c: Likewise.
* vtable-class-hierarchy.c: Likewise.
* tree.c (handle_abi_tag_attribute): Use VAR_OR_FUNCTION_DECL_P.

From-SVN: r225098
14 files changed:
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/constexpr.c
gcc/cp/cp-array-notation.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/mangle.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/tree.c
gcc/cp/vtable-class-hierarchy.c