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

/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c1117 int new_defines_function = 0;
1586 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1592 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1904 if (! types_match || new_defines_function)
1912 if (new_defines_function)
1112 int new_defines_function = 0; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c3314 int new_defines_function = 0;
3707 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
3713 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
3984 if (! types_match || new_defines_function)
3992 if (new_defines_function)
3307 int new_defines_function = 0; local

Completed in 212 milliseconds