Home
last modified time | relevance | path

Searched refs:SYMBOL_REF_DECL (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dexplow.c691 if (SYMBOL_REF_DECL (x) && DECL_P (SYMBOL_REF_DECL (x))) in force_reg()
692 align = DECL_ALIGN (SYMBOL_REF_DECL (x)); in force_reg()
706 if (SYMBOL_REF_DECL (s) && DECL_P (SYMBOL_REF_DECL (s))) in force_reg()
707 sa = DECL_ALIGN (SYMBOL_REF_DECL (s)); in force_reg()
Dvarasm.c2946 tree exp = SYMBOL_REF_DECL (symbol); in output_constant_def_contents()
3449 tree exp = SYMBOL_REF_DECL (x); in mark_constant()
5819 decl = SYMBOL_REF_DECL (symbol); in default_use_anchors_for_symbol_p()
6051 decl = SYMBOL_REF_DECL (symbol); in place_block_symbol()
6057 decl = SYMBOL_REF_DECL (symbol); in place_block_symbol()
6198 decl = SYMBOL_REF_DECL (symbol); in output_object_block()
6205 decl = SYMBOL_REF_DECL (symbol); in output_object_block()
Dprint-rtl.c266 tree decl = SYMBOL_REF_DECL (in_rtx); in print_rtx()
Dfinal.c3205 if (SYMBOL_REF_DECL (x)) in output_addr_const()
3206 mark_decl_referenced (SYMBOL_REF_DECL (x)); in output_addr_const()
Difcvt.c2156 if (SYMBOL_REF_DECL (addr) in noce_mem_write_may_trap_or_fault_p()
2157 && decl_readonly_section (SYMBOL_REF_DECL (addr), 0)) in noce_mem_write_may_trap_or_fault_p()
Drtl.h1268 #define SYMBOL_REF_DECL(RTX) \ macro
Dexpmed.c5051 t = SYMBOL_REF_DECL (x); in make_tree()
Dexpr.c2797 tree decl = SYMBOL_REF_DECL (XEXP (cplx, 0)); in read_complex_part()
/openbsd/src/gnu/gcc/gcc/config/mips/
Dpredicates.md112 && SYMBOL_REF_DECL (op)
113 && !DECL_EXTERNAL (SYMBOL_REF_DECL (op))))
Dmips.c1232 if (SYMBOL_REF_DECL (x) == 0) in mips_classify_symbol()
1261 if (DECL_P (SYMBOL_REF_DECL (x)) in mips_classify_symbol()
1262 && TREE_PUBLIC (SYMBOL_REF_DECL (x)) in mips_classify_symbol()
1264 && targetm.binds_local_p (SYMBOL_REF_DECL (x)))) in mips_classify_symbol()
1311 if (SYMBOL_REF_DECL (symbol) != 0 in mips_offset_within_object_p()
1313 && offset < int_size_in_bytes (TREE_TYPE (SYMBOL_REF_DECL (symbol)))) in mips_offset_within_object_p()
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dpredicates.md105 callee = SYMBOL_REF_DECL (op);
/openbsd/src/gnu/gcc/gcc/config/
Ddarwin.c173 tree decl = SYMBOL_REF_DECL (sym_ref); in machopic_symbol_defined_p()
487 if (SYMBOL_REF_DECL (p->symbol)) in machopic_validate_stub_or_non_lazy_ptr()
488 mark_decl_referenced (SYMBOL_REF_DECL (p->symbol)); in machopic_validate_stub_or_non_lazy_ptr()
/openbsd/src/gnu/gcc/gcc/config/score/
Dscore-mdaux.c77 if (SYMBOL_REF_DECL (symbol) != 0 in score_offset_within_object_p()
79 && offset < int_size_in_bytes (TREE_TYPE (SYMBOL_REF_DECL (symbol)))) in score_offset_within_object_p()
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dpredicates.md71 t = SYMBOL_REF_DECL (op);
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c3637 fn = SYMBOL_REF_DECL (fnx); in frv_local_funcdesc_p()
4105 && SYMBOL_REF_DECL (sym) in frv_emit_movsi()
4106 && (!DECL_P (SYMBOL_REF_DECL (sym)) in frv_emit_movsi()
4107 || !DECL_COMMON (SYMBOL_REF_DECL (sym)))) in frv_emit_movsi()
4109 tree decl = SYMBOL_REF_DECL (sym); in frv_emit_movsi()
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dpredicates.md300 op_decl = SYMBOL_REF_DECL (op);
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c7268 call_decl = SYMBOL_REF_DECL (call_dest); in attr_length_call()
7332 tree call_decl = SYMBOL_REF_DECL (call_dest); in output_call()
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi446 @findex SYMBOL_REF_DECL
447 @item SYMBOL_REF_DECL (@var{x})
453 @code{SYMBOL_REF_DECL} may also point to a tree of class @code{'c'},
465 A field of opaque type used to store @code{SYMBOL_REF_DECL} or
Dgccint.info8891 `SYMBOL_REF_DECL (X)'
8897 `SYMBOL_REF_DECL' may also point to a tree of class `'c'',
8907 A field of opaque type used to store `SYMBOL_REF_DECL' or
33769 * SYMBOL_REF_DECL: Special Accessors. (line 55)
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.c7305 if (SYMBOL_REF_DECL (x)) in output_pic_addr_const()
7306 mark_decl_referenced (SYMBOL_REF_DECL (x)); in output_pic_addr_const()
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c10805 if (SYMBOL_REF_DECL (x)) in print_operand()
10806 mark_decl_referenced (SYMBOL_REF_DECL (x)); in print_operand()