Home
last modified time | relevance | path

Searched refs:olddecl (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c1171 olddecl); in duplicate_decls()
1207 olddecl); in duplicate_decls()
1262 olddecl); in duplicate_decls()
1267 olddecl); in duplicate_decls()
1335 olddecl = TREE_VALUE (olddecl); in duplicate_decls()
1439 return olddecl; in duplicate_decls()
1511 olddecl, DECL_LANGUAGE (olddecl)); in duplicate_decls()
1544 olddecl); in duplicate_decls()
1876 olddecl); in duplicate_decls()
2024 olddecl); in duplicate_decls()
[all …]
H A DChangeLog-199729 olddecl was, just as is done with other attributes of olddecl.
2370 exceptions if -pedantic *or* olddecl !DECL_IN_SYSTEM_HEADER.
2422 if -pedantic, instead of olddecl !DECL_IN_SYSTEM_HEADER.
2447 still but only if !DECL_IN_SYSTEM_HEADER (olddecl).
H A Dname-lookup.c715 tree olddecl = duplicate_decls (x, t, is_friend); in pushdecl_maybe_friend() local
719 if (olddecl == error_mark_node) in pushdecl_maybe_friend()
722 if (olddecl) in pushdecl_maybe_friend()
H A Dpt.c2283 tree olddecl; in check_template_shadow() local
2293 olddecl = innermost_non_namespace_value (DECL_NAME (decl)); in check_template_shadow()
2297 if (!olddecl) in check_template_shadow()
2304 if (!DECL_P (olddecl) || !DECL_TEMPLATE_PARM_P (olddecl)) in check_template_shadow()
2310 if (decl == olddecl in check_template_shadow()
2315 error (" shadows template parm %q+#D", olddecl); in check_template_shadow()
H A DChangeLog1149 newdecl or olddecl is error_mark_node.
2487 (olddecl).
3984 olddecl and newdecl disagreement on __thread property.
H A DChangeLog-20022267 olddecl to newdecl when newdecl is a specialization of the
2268 instantiation olddecl.
H A DChangeLog-1998182 (decl_template_parm_p): Change name of olddecl parameter to decl.
6124 Update olddecl's attributes too.
H A DChangeLog-1995414 Update olddecl's attributes too.
H A DChangeLog-20041623 * decl.c (duplicate_decls): Copy TREE_NOTHROW from newdecl to olddecl.
H A DChangeLog-19942217 with a null type, after we've checked if olddecl does.
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c1234 && DECL_BUILT_IN (olddecl) && !C_DECL_DECLARED_BUILTIN (olddecl)) in diagnose_mismatched_decls()
1282 && C_DECL_IMPLICIT (olddecl) && !DECL_INITIAL (olddecl)) in diagnose_mismatched_decls()
1342 if (DECL_INITIAL (olddecl)) in diagnose_mismatched_decls()
1403 if (DECL_CONTEXT (olddecl)) in diagnose_mismatched_decls()
1573 if (TREE_USED (olddecl)) in diagnose_mismatched_decls()
1683 = TREE_TYPE (olddecl) in merge_decls()
1740 if (TREE_CODE (olddecl) == VAR_DECL && C_DECL_THREADPRIVATE_P (olddecl)) in merge_decls()
1843 if (TREE_USED (olddecl) in merge_decls()
1951 make_decl_rtl (olddecl); in merge_decls()
1957 && TREE_CODE (olddecl) == FUNCTION_DECL && DECL_INITIAL (olddecl)) in merge_decls()
[all …]
H A Dvarasm.c4528 merge_weak (tree newdecl, tree olddecl) in merge_weak() argument
4530 if (DECL_WEAK (newdecl) == DECL_WEAK (olddecl)) in merge_weak()
4557 if (TREE_ASM_WRITTEN (olddecl)) in merge_weak()
4564 else if (TREE_USED (olddecl) in merge_weak()
4565 && TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (olddecl))) in merge_weak()
4576 TREE_VALUE (wd) = olddecl; in merge_weak()
4586 mark_weak (olddecl); in merge_weak()
H A Dtree.c3616 merge_decl_attributes (tree olddecl, tree newdecl) in merge_decl_attributes() argument
3618 return merge_attributes (DECL_ATTRIBUTES (olddecl), in merge_decl_attributes()
H A DChangeLog-20013118 olddecl.
30853 olddecl has argument types and newdecl has none, use the argument
30854 types from olddecl.
H A DChangeLog-200410378 types to decide on DECL_SIZE save of olddecl.
24350 (merge_decls): Don't clobber olddecl's DECL_CONTEXT.
42619 treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
H A DFSFChangeLog.114410 * c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecl
H A DChangeLog-20055479 (duplicate_decls): Set TREE_NO_WARNING if olddecl and newdecl
5480 somenow mismatch and olddecl is to be replaced.
H A DChangeLog-199815865 Update olddecl's attributes too.
H A DChangeLog.tree-ssa13590 (duplicate_decls): Also copy TREE_LOCUS from olddecl to newdecl.
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi8755 @deftypefn {Target Hook} tree TARGET_MERGE_DECL_ATTRIBUTES (tree @var{olddecl}, tree @var{newdecl})
8758 @code{DECL_ATTRIBUTES} of @var{olddecl} and @var{newdecl}.
8759 @var{newdecl} is a duplicate declaration of @var{olddecl}. Examples of