Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDc-decl.c2152 bool old_is_prototype = (TREE_CODE (olddecl) == FUNCTION_DECL in merge_decls() local
2237 || (old_is_prototype && !new_is_prototype in merge_decls()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c2308 bool old_is_prototype = (TREE_CODE (olddecl) == FUNCTION_DECL in merge_decls() local
2426 || (old_is_prototype && !new_is_prototype in merge_decls()