HomeSort by: relevance | last modified time | path
    Searched refs:mutable_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 5571 object in question, MUTABLE_P is true if one of the subobjects were
5575 modifying_const_object_p (tree_code code, tree obj, bool mutable_p)
5583 if (mutable_p)
5656 bool mutable_p = false; local
5668 mutable_p = true;
5682 mutable_p)
5706 if (modifying_const_object_p (TREE_CODE (t), object, mutable_p)
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 6232 object in question, MUTABLE_P is true if one of the subobjects were
6236 modifying_const_object_p (tree_code code, tree obj, bool mutable_p)
6244 if (mutable_p)
6319 bool mutable_p = false;
6331 mutable_p = true;
6345 mutable_p)
6401 if (modifying_const_object_p (TREE_CODE (t), object, mutable_p)

Completed in 67 milliseconds