Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c1112 int new_defines_function = 0; in duplicate_decls() local
1581 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE; in duplicate_decls()
1587 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE) in duplicate_decls()
1899 if (! types_match || new_defines_function) in duplicate_decls()
1907 if (new_defines_function) in duplicate_decls()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c3307 int new_defines_function = 0; local
3700 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
3706 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
3977 if (! types_match || new_defines_function)
3985 if (new_defines_function)