Home
last modified time | relevance | path

Searched refs:const_object_being_modified (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4857 tree const_object_being_modified = NULL_TREE; in cxx_eval_store_expression() local
4885 && const_object_being_modified == NULL_TREE) in cxx_eval_store_expression()
4886 const_object_being_modified = probe; in cxx_eval_store_expression()
4909 && const_object_being_modified == NULL_TREE) in cxx_eval_store_expression()
4910 const_object_being_modified = object; in cxx_eval_store_expression()
5057 if (const_object_being_modified) in cxx_eval_store_expression()
5061 = strip_array_types (TREE_TYPE (const_object_being_modified)); in cxx_eval_store_expression()
5075 (TREE_TYPE (const_object_being_modified), TREE_TYPE (elt))) in cxx_eval_store_expression()
5084 modifying_const_object_error (t, const_object_being_modified); in cxx_eval_store_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5655 tree const_object_being_modified = NULL_TREE; in cxx_eval_store_expression() local
5683 && const_object_being_modified == NULL_TREE) in cxx_eval_store_expression()
5684 const_object_being_modified = probe; in cxx_eval_store_expression()
5707 && const_object_being_modified == NULL_TREE) in cxx_eval_store_expression()
5708 const_object_being_modified = object; in cxx_eval_store_expression()
5852 if (const_object_being_modified) in cxx_eval_store_expression()
5856 = strip_array_types (TREE_TYPE (const_object_being_modified)); in cxx_eval_store_expression()
5868 (TREE_TYPE (const_object_being_modified), TREE_TYPE (elt))) in cxx_eval_store_expression()
5877 modifying_const_object_error (t, const_object_being_modified); in cxx_eval_store_expression()
H A DChangeLog-20192342 const_object_being_modified with array type.