HomeSort by: relevance | last modified time | path
    Searched defs:type_has_unique_obj_representations (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 4749 type_has_unique_obj_representations (const_tree t)
4776 return type_has_unique_obj_representations (ENUM_UNDERLYING_TYPE (t));
4793 return type_has_unique_obj_representations (TREE_TYPE (t));
4812 if (!type_has_unique_obj_representations (TREE_TYPE (field))
4839 /* Helper function for type_has_unique_obj_representations. */
4847 /* For bases, can't use type_has_unique_obj_representations here, as in
4860 if (!type_has_unique_obj_representations (btype))
4863 else if (!type_has_unique_obj_representations (TREE_TYPE (field)))
4743 type_has_unique_obj_representations (const_tree t) function
tree.cc 4749 type_has_unique_obj_representations (const_tree t)
4776 return type_has_unique_obj_representations (ENUM_UNDERLYING_TYPE (t));
4793 return type_has_unique_obj_representations (TREE_TYPE (t));
4812 if (!type_has_unique_obj_representations (TREE_TYPE (field))
4839 /* Helper function for type_has_unique_obj_representations. */
4847 /* For bases, can't use type_has_unique_obj_representations here, as in
4860 if (!type_has_unique_obj_representations (btype))
4863 else if (!type_has_unique_obj_representations (TREE_TYPE (field)))
4743 type_has_unique_obj_representations (const_tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 4662 type_has_unique_obj_representations (const_tree t)
4689 return type_has_unique_obj_representations (ENUM_UNDERLYING_TYPE (t));
4706 return type_has_unique_obj_representations (TREE_TYPE (t));
4725 if (!type_has_unique_obj_representations (TREE_TYPE (field))
4752 /* Helper function for type_has_unique_obj_representations. */
4760 /* For bases, can't use type_has_unique_obj_representations here, as in
4773 if (!type_has_unique_obj_representations (btype))
4776 else if (!type_has_unique_obj_representations (TREE_TYPE (field)))
4656 type_has_unique_obj_representations (const_tree t) function
tree.cc 4662 type_has_unique_obj_representations (const_tree t)
4689 return type_has_unique_obj_representations (ENUM_UNDERLYING_TYPE (t));
4706 return type_has_unique_obj_representations (TREE_TYPE (t));
4725 if (!type_has_unique_obj_representations (TREE_TYPE (field))
4752 /* Helper function for type_has_unique_obj_representations. */
4760 /* For bases, can't use type_has_unique_obj_representations here, as in
4773 if (!type_has_unique_obj_representations (btype))
4776 else if (!type_has_unique_obj_representations (TREE_TYPE (field)))
4656 type_has_unique_obj_representations (const_tree t) function

Completed in 66 milliseconds