Searched refs:olddecl (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl.c | 1171 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 D | ChangeLog-1997 | 29 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 D | name-lookup.c | 715 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 D | pt.c | 2283 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 D | ChangeLog | 1149 newdecl or olddecl is error_mark_node. 2487 (olddecl). 3984 olddecl and newdecl disagreement on __thread property.
|
| H A D | ChangeLog-2002 | 2267 olddecl to newdecl when newdecl is a specialization of the 2268 instantiation olddecl.
|
| H A D | ChangeLog-1998 | 182 (decl_template_parm_p): Change name of olddecl parameter to decl. 6124 Update olddecl's attributes too.
|
| H A D | ChangeLog-1995 | 414 Update olddecl's attributes too.
|
| H A D | ChangeLog-2004 | 1623 * decl.c (duplicate_decls): Copy TREE_NOTHROW from newdecl to olddecl.
|
| H A D | ChangeLog-1994 | 2217 with a null type, after we've checked if olddecl does.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 1234 && 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 D | varasm.c | 4528 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 D | tree.c | 3616 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 D | ChangeLog-2001 | 3118 olddecl. 30853 olddecl has argument types and newdecl has none, use the argument 30854 types from olddecl.
|
| H A D | ChangeLog-2004 | 10378 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 D | FSFChangeLog.11 | 4410 * c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecl
|
| H A D | ChangeLog-2005 | 5479 (duplicate_decls): Set TREE_NO_WARNING if olddecl and newdecl 5480 somenow mismatch and olddecl is to be replaced.
|
| H A D | ChangeLog-1998 | 15865 Update olddecl's attributes too.
|
| H A D | ChangeLog.tree-ssa | 13590 (duplicate_decls): Also copy TREE_LOCUS from olddecl to newdecl.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 8755 @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
|