Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4777 modifying_const_object_p (tree_code code, tree obj, bool mutable_p) in modifying_const_object_p() argument
4785 if (mutable_p) in modifying_const_object_p()
4858 bool mutable_p = false; in cxx_eval_store_expression() local
4870 mutable_p = true; in cxx_eval_store_expression()
4884 mutable_p) in cxx_eval_store_expression()
4908 if (modifying_const_object_p (TREE_CODE (t), object, mutable_p) in cxx_eval_store_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5575 modifying_const_object_p (tree_code code, tree obj, bool mutable_p) in modifying_const_object_p() argument
5583 if (mutable_p) in modifying_const_object_p()
5656 bool mutable_p = false; in cxx_eval_store_expression() local
5668 mutable_p = true; in cxx_eval_store_expression()
5682 mutable_p) in cxx_eval_store_expression()
5706 if (modifying_const_object_p (TREE_CODE (t), object, mutable_p) in cxx_eval_store_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc4586 bool mutable_p (region_id rid) in mutable_p() function in ana::reachable_regions
4666 if (reachable_regions.mutable_p (iter_rid)) in handle_unrecognized_call()
4695 if (reachable_regions.mutable_p (pointee_rid)) in handle_unrecognized_call()