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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 1827 tree newrettype = TREE_TYPE (newtype);
1829 if (!types_close_enough_to_match (oldrettype, newrettype))
1835 TYPE_MAIN_VARIANT (newrettype)))
1915 tree trytype = c_build_function_type (newrettype, tryargs);
1814 tree newrettype = TREE_TYPE (newtype); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 1709 tree newrettype = TREE_TYPE (newtype);
1711 if (!types_close_enough_to_match (oldrettype, newrettype))
1717 TYPE_MAIN_VARIANT (newrettype)))
1799 tree trytype = build_function_type (newrettype, tryargs);
1696 tree newrettype = TREE_TYPE (newtype); local

Completed in 27 milliseconds