Home
last modified time | relevance | path

Searched refs:oldrettype (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c1474 tree newrettype, oldrettype; in match_builtin_function_types() local
1479 oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types()
1482 if (TYPE_MODE (oldrettype) != TYPE_MODE (newrettype)) in match_builtin_function_types()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c1628 tree newrettype, oldrettype; in match_builtin_function_types() local
1633 oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types()
1636 if (TYPE_MODE (oldrettype) != TYPE_MODE (newrettype)) in match_builtin_function_types()