Searched refs:expr_list (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-parser.c | 3536 VEC(tree,gc) *expr_list; in c_parser_attributes() 3575 expr_list = c_parser_expr_list (parser, false, true, NULL); in c_parser_attributes() 3576 tree_list = build_tree_list_vec (expr_list); in c_parser_attributes() 3578 release_tree_vector (expr_list); in c_parser_attributes() 3587 expr_list = c_parser_expr_list (parser, false, true, NULL); in c_parser_attributes() 3588 attr_args = build_tree_list_vec (expr_list); in c_parser_attributes() 3589 release_tree_vector (expr_list); in c_parser_attributes() 8154 VEC(tree,gc) *expr_list = c_parser_expr_list (parser, true, true, NULL); in c_parser_objc_keywordexpr() 8155 if (VEC_length (tree, expr_list) == 1) in c_parser_objc_keywordexpr() 8159 ret = VEC_index (tree, expr_list, 0); in c_parser_objc_keywordexpr() [all …]
|
H A D | var-tracking.c | 8197 rtx expr_list; in emit_note_insn_var_location() local 8200 expr_list = gen_rtx_EXPR_LIST (VOIDmode, loc[0], GEN_INT (offsets[0])); in emit_note_insn_var_location() 8202 expr_list = loc[0]; in emit_note_insn_var_location() 8204 note_vl = gen_rtx_VAR_LOCATION (VOIDmode, decl, expr_list, in emit_note_insn_var_location()
|
H A D | rtl.def | 100 DEF_RTL_EXPR(EXPR_LIST, "expr_list", "ee", RTX_EXTRA)
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 4324 vec<tree, va_gc> *expr_list; in c_parser_attributes() local 4373 expr_list = c_parser_expr_list (parser, false, true, in c_parser_attributes() 4375 tree_list = build_tree_list_vec (expr_list); in c_parser_attributes() 4377 release_tree_vector (expr_list); in c_parser_attributes() 4386 expr_list = c_parser_expr_list (parser, false, true, in c_parser_attributes() 4388 attr_args = build_tree_list_vec (expr_list); in c_parser_attributes() 4389 release_tree_vector (expr_list); in c_parser_attributes() 10588 vec<tree, va_gc> *expr_list = c_parser_expr_list (parser, true, true, in c_parser_objc_keywordexpr() local 10590 if (vec_safe_length (expr_list) == 1) in c_parser_objc_keywordexpr() 10594 ret = (*expr_list)[0]; in c_parser_objc_keywordexpr() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | rtl.texi | 2843 of the @code{parallel} is an @code{expr_list} whose first operand is a 3447 @code{expr_list} expressions) containing @code{use} and @code{clobber} 3701 A list (chain of @code{expr_list} and @code{insn_list} expressions) 3721 @code{LOG_LINKS} field but it includes @code{expr_list} expressions in 3926 @code{expr_list}. 3950 @code{expr_list} is printed using these symbolic codes in debugging dumps. 3953 @findex expr_list 3955 @code{expr_list} is that the first operand of an @code{insn_list} is 3957 unique id; the first operand of an @code{expr_list} is printed in the
|
H A D | tm.texi | 4019 @code{parallel} holds any number of @code{expr_list} pairs; each one 4021 @code{expr_list} the first operand must be a @code{reg} RTX for the hard 4024 second operand of the @code{expr_list} is a @code{const_int} which gives 4026 As a special exception the first @code{expr_list} in the @code{parallel}
|
H A D | tm.texi.in | 3995 @code{parallel} holds any number of @code{expr_list} pairs; each one 3997 @code{expr_list} the first operand must be a @code{reg} RTX for the hard 4000 second operand of the @code{expr_list} is a @code{const_int} which gives 4002 As a special exception the first @code{expr_list} in the @code{parallel}
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | var-tracking.c | 8849 rtx expr_list; in emit_note_insn_var_location() local 8852 expr_list = gen_rtx_EXPR_LIST (VOIDmode, loc[0], GEN_INT (offsets[0])); in emit_note_insn_var_location() 8854 expr_list = loc[0]; in emit_note_insn_var_location() 8856 note_vl = gen_rtx_VAR_LOCATION (VOIDmode, decl, expr_list, initialized); in emit_note_insn_var_location()
|
H A D | emit-rtl.c | 485 gen_rtx_EXPR_LIST (machine_mode mode, rtx expr, rtx expr_list) in gen_rtx_EXPR_LIST() argument 488 expr_list)); in gen_rtx_EXPR_LIST()
|
H A D | rtl.def | 99 DEF_RTL_EXPR(EXPR_LIST, "expr_list", "ee", RTX_EXTRA)
|
H A D | target.def | 4778 @code{parallel} holds any number of @code{expr_list} pairs; each one\n\ 4780 @code{expr_list} the first operand must be a @code{reg} RTX for the hard\n\ 4783 second operand of the @code{expr_list} is a @code{const_int} which gives\n\ 4785 As a special exception the first @code{expr_list} in the @code{parallel}\n\
|