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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 1781 /* Helper function for layout_compatible_type_p and
1827 if (!layout_compatible_type_p (DECL_BIT_FIELD_TYPE (memb1),
1836 else if (!layout_compatible_type_p (TREE_TYPE (memb1), TREE_TYPE (memb2)))
1851 layout_compatible_type_p (tree type1, tree type2)
1932 if (!layout_compatible_type_p (t1, t2))
1849 layout_compatible_type_p (tree type1, tree type2) function
typeck.cc 1781 /* Helper function for layout_compatible_type_p and
1827 if (!layout_compatible_type_p (DECL_BIT_FIELD_TYPE (memb1),
1836 else if (!layout_compatible_type_p (TREE_TYPE (memb1), TREE_TYPE (memb2)))
1851 layout_compatible_type_p (tree type1, tree type2)
1932 if (!layout_compatible_type_p (t1, t2))
1849 layout_compatible_type_p (tree type1, tree type2) function
typeck.cc 1781 /* Helper function for layout_compatible_type_p and
1827 if (!layout_compatible_type_p (DECL_BIT_FIELD_TYPE (memb1),
1836 else if (!layout_compatible_type_p (TREE_TYPE (memb1), TREE_TYPE (memb2)))
1851 layout_compatible_type_p (tree type1, tree type2)
1932 if (!layout_compatible_type_p (t1, t2))
1849 layout_compatible_type_p (tree type1, tree type2) function
semantics.cc 12489 if (!layout_compatible_type_p (membertype1, membertype2))
12662 return layout_compatible_type_p (type1, type2);
semantics.cc 12489 if (!layout_compatible_type_p (membertype1, membertype2))
12662 return layout_compatible_type_p (type1, type2);
semantics.cc 12489 if (!layout_compatible_type_p (membertype1, membertype2))
12662 return layout_compatible_type_p (type1, type2);
cp-tree.h 8195 extern bool layout_compatible_type_p (tree, tree);
cp-tree.h 8195 extern bool layout_compatible_type_p (tree, tree);
cp-tree.h 8195 extern bool layout_compatible_type_p (tree, tree);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 1626 /* Helper function for layout_compatible_type_p and
1672 if (!layout_compatible_type_p (DECL_BIT_FIELD_TYPE (memb1),
1681 else if (!layout_compatible_type_p (TREE_TYPE (memb1), TREE_TYPE (memb2)))
1694 layout_compatible_type_p (tree type1, tree type2)
1777 if (!layout_compatible_type_p (t1, t2))
1692 layout_compatible_type_p (tree type1, tree type2) function
typeck.cc 1626 /* Helper function for layout_compatible_type_p and
1672 if (!layout_compatible_type_p (DECL_BIT_FIELD_TYPE (memb1),
1681 else if (!layout_compatible_type_p (TREE_TYPE (memb1), TREE_TYPE (memb2)))
1694 layout_compatible_type_p (tree type1, tree type2)
1777 if (!layout_compatible_type_p (t1, t2))
1692 layout_compatible_type_p (tree type1, tree type2) function
typeck.cc 1626 /* Helper function for layout_compatible_type_p and
1672 if (!layout_compatible_type_p (DECL_BIT_FIELD_TYPE (memb1),
1681 else if (!layout_compatible_type_p (TREE_TYPE (memb1), TREE_TYPE (memb2)))
1694 layout_compatible_type_p (tree type1, tree type2)
1777 if (!layout_compatible_type_p (t1, t2))
1692 layout_compatible_type_p (tree type1, tree type2) function
semantics.cc 11834 if (!layout_compatible_type_p (membertype1, membertype2))
11976 return layout_compatible_type_p (type1, type2);
semantics.cc 11834 if (!layout_compatible_type_p (membertype1, membertype2))
11976 return layout_compatible_type_p (type1, type2);
semantics.cc 11834 if (!layout_compatible_type_p (membertype1, membertype2))
11976 return layout_compatible_type_p (type1, type2);
cp-tree.h 7977 extern bool layout_compatible_type_p (tree, tree);
cp-tree.h 7977 extern bool layout_compatible_type_p (tree, tree);
cp-tree.h 7977 extern bool layout_compatible_type_p (tree, tree);

Completed in 340 milliseconds