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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 816 rs6000_builtin_type_compatible (tree parmtype, tree argtype)
1695 if (!rs6000_builtin_type_compatible (types[i], parmtype))
2016 if (!rs6000_builtin_type_compatible (types[arg_i], parmtype))
815 rs6000_builtin_type_compatible (tree parmtype, tree argtype) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 814 rs6000_builtin_type_compatible (tree parmtype, tree argtype)
1689 if (rs6000_builtin_type_compatible (types[0], parmtype0)
1690 && rs6000_builtin_type_compatible (types[1], parmtype1))
1976 if (!rs6000_builtin_type_compatible (types[arg_i], parmtype))
813 rs6000_builtin_type_compatible (tree parmtype, tree argtype) function

Completed in 81 milliseconds