Searched refs:SYMBOL_REF_DECL (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dexplow.c695 if (SYMBOL_REF_DECL (x) && DECL_P (SYMBOL_REF_DECL (x)))
696 align = DECL_ALIGN (SYMBOL_REF_DECL (x));
710 if (SYMBOL_REF_DECL (s) && DECL_P (SYMBOL_REF_DECL (s)))
711 sa = DECL_ALIGN (SYMBOL_REF_DECL (s));
H A Dvarasm.c2961 tree exp = SYMBOL_REF_DECL (symbol);
3470 tree exp = SYMBOL_REF_DECL (x);
5846 decl = SYMBOL_REF_DECL (symbol);
6079 decl = SYMBOL_REF_DECL (symbol);
6085 decl = SYMBOL_REF_DECL (symbol);
6226 decl = SYMBOL_REF_DECL (symbol);
6233 decl = SYMBOL_REF_DECL (symbol);
H A Dprint-rtl.c266 tree decl = SYMBOL_REF_DECL (in_rtx);
H A Dfinal.c3221 if (SYMBOL_REF_DECL (x))
3222 mark_decl_referenced (SYMBOL_REF_DECL (x));
H A Difcvt.c2159 if (SYMBOL_REF_DECL (addr)
2160 && decl_readonly_section (SYMBOL_REF_DECL (addr), 0))
H A Drtl.h1266 /* A pointer attached to the SYMBOL_REF; either SYMBOL_REF_DECL or
1270 /* Set RTX's SYMBOL_REF_DECL to DECL. RTX must not be a constant
1276 #define SYMBOL_REF_DECL(RTX) \
1273 #define SYMBOL_REF_DECL macro
H A Dexpmed.c5065 t = SYMBOL_REF_DECL (x);
H A Dexpr.c2800 tree decl = SYMBOL_REF_DECL (XEXP (cplx, 0));
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin.c173 tree decl = SYMBOL_REF_DECL (sym_ref);
487 if (SYMBOL_REF_DECL (p->symbol))
488 mark_decl_referenced (SYMBOL_REF_DECL (p->symbol));
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c1240 if (SYMBOL_REF_DECL (x) == 0)
1269 if (DECL_P (SYMBOL_REF_DECL (x))
1270 && TREE_PUBLIC (SYMBOL_REF_DECL (x))
1272 && targetm.binds_local_p (SYMBOL_REF_DECL (x))))
1333 if (SYMBOL_REF_DECL (symbol) != 0
1335 && offset < int_size_in_bytes (TREE_TYPE (SYMBOL_REF_DECL (symbol))))
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c7535 if (SYMBOL_REF_DECL (x))
7536 mark_decl_referenced (SYMBOL_REF_DECL (x));
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c10866 if (SYMBOL_REF_DECL (x))
10867 mark_decl_referenced (SYMBOL_REF_DECL (x));

Completed in 481 milliseconds