Searched refs:DECL_ABSTRACT_ORIGIN (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/gcc/cp/
H A Doptimize.c58 DECL_ABSTRACT_ORIGIN (cloned_parm) = parm;
167 DECL_ABSTRACT_ORIGIN (clone_parm) = parm;
H A Dsemantics.c3460 DECL_ABSTRACT_ORIGIN (result) = DECL_ABSTRACT_ORIGIN (var);
H A Dcp-tree.h2048 DECL_ABSTRACT_ORIGIN (NAMESPACE_DECL_CHECK (NODE))
H A Dname-lookup.c819 || TYPE_NAME (type) != DECL_ABSTRACT_ORIGIN (x)))
H A Dclass.c3783 DECL_ABSTRACT_ORIGIN (clone) = fn;
/freebsd-10.1-release/contrib/gcc/
H A Dtree-nrv.c195 DECL_ABSTRACT_ORIGIN (result) = DECL_ABSTRACT_ORIGIN (found);
H A Dintegrate.c102 still NULL, set *their* DECL_ABSTRACT_ORIGIN or BLOCK_ABSTRACT_ORIGIN
132 /* Given a pointer to some ..._DECL node, if the DECL_ABSTRACT_ORIGIN for
133 the given ..._DECL node is NULL, set the DECL_ABSTRACT_ORIGIN for the
136 DECL_ABSTRACT_ORIGIN for the given node is NULL, recursively descend
140 set *their* DECL_ABSTRACT_ORIGIN or BLOCK_ABSTRACT_ORIGIN values to
146 if (DECL_ABSTRACT_ORIGIN (decl) == NULL_TREE)
148 DECL_ABSTRACT_ORIGIN (decl) = decl;
154 DECL_ABSTRACT_ORIGIN (arg) = arg;
H A Dtree-dump.c338 if (DECL_ABSTRACT_ORIGIN (t))
339 dump_child ("orig", DECL_ABSTRACT_ORIGIN (t));
H A Dtree-inline.c1963 However, we can't blindly follow DECL_ABSTRACT_ORIGIN because the
1969 && DECL_ABSTRACT_ORIGIN (fn)
1970 && DECL_SAVED_TREE (DECL_ABSTRACT_ORIGIN (fn)))
1971 fn = DECL_ABSTRACT_ORIGIN (fn);
2591 /* Set the DECL_ABSTRACT_ORIGIN so the debugging routines know what
2593 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl);
2783 DECL_ABSTRACT_ORIGIN (new_decl) = DECL_ORIGIN (old_decl);
H A Dtree-browser.c346 TB_SET_HEAD (DECL_ABSTRACT_ORIGIN (head));
H A Dtree.h2446 #define DECL_ABSTRACT_ORIGIN(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.abstract_origin)
2448 /* Like DECL_ABSTRACT_ORIGIN, but returns NODE if there's no abstract
2449 origin. This is useful when setting the DECL_ABSTRACT_ORIGIN. */
2451 (DECL_ABSTRACT_ORIGIN (NODE) ? DECL_ABSTRACT_ORIGIN (NODE) : (NODE))
2457 #define DECL_FROM_INLINE(NODE) (DECL_ABSTRACT_ORIGIN (NODE) != NULL_TREE \
2458 && DECL_ABSTRACT_ORIGIN (NODE) != (NODE))
2433 #define DECL_ABSTRACT_ORIGIN macro
H A Dprint-tree.c490 DECL_ABSTRACT_ORIGIN (node), indent + 4);
H A Ddwarf2out.c3809 || (DECL_ABSTRACT_ORIGIN (decl) != NULL_TREE \
4816 /* output_inline_function sets DECL_ABSTRACT_ORIGIN for all the
4819 if (DECL_ABSTRACT (decl) && DECL_ABSTRACT_ORIGIN (decl) == decl)
4822 /* Since the DECL_ABSTRACT_ORIGIN for a DECL is supposed to be the
4826 return DECL_ABSTRACT_ORIGIN (decl);
12545 if (DECL_ABSTRACT_ORIGIN (member))
13213 if (DECL_P (thing) && DECL_ABSTRACT_ORIGIN (thing))
13234 /* Namespace aliases have a DECL_ABSTRACT_ORIGIN of the namespace
13236 if (DECL_ABSTRACT_ORIGIN (decl) == NULL)
13250 = force_decl_die (DECL_ABSTRACT_ORIGIN (dec
[all...]
H A Domp-low.c625 DECL_ABSTRACT_ORIGIN (field) = var;
868 /* We hijacked DECL_ABSTRACT_ORIGIN earlier. We need to clear it before
874 DECL_ABSTRACT_ORIGIN (t) = NULL;
2118 ovar = DECL_ABSTRACT_ORIGIN (f);
H A Dc-decl.c812 && DECL_ABSTRACT_ORIGIN (p) != 0
813 && DECL_ABSTRACT_ORIGIN (p) != p)
814 TREE_ADDRESSABLE (DECL_ABSTRACT_ORIGIN (p)) = 1;
1902 DECL_ABSTRACT_ORIGIN (newdecl)
1903 = DECL_ABSTRACT_ORIGIN (olddecl);
H A Dfold-const.c12034 fold_checksum_tree (DECL_ABSTRACT_ORIGIN (expr), ctx, ht);

Completed in 449 milliseconds