Home
last modified time | relevance | path

Searched refs:build_component_ref (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
HDc-tree.h553 extern tree build_component_ref (tree, tree);
HDc-parser.c5549 offsetof_ref = build_component_ref in c_parser_postfix_expression()
5565 offsetof_ref = build_component_ref in c_parser_postfix_expression()
5861 expr.value = build_component_ref (expr.value, ident); in c_parser_postfix_expression_after_primary()
5878 expr.value = build_component_ref (build_indirect_ref (expr.value, in c_parser_postfix_expression_after_primary()
8883 forwarding_expr = build_component_ref (y, get_identifier ("__forwarding")); in build_block_struct_initlist()
9038 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"), in synth_copy_helper_block_func()
9040 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
9066 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"), in synth_copy_helper_block_func()
9068 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
9118 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_destroy_helper_block_func()
[all …]
HDChangeLog.apple576 * c-typeck.c (build_component_ref): Call
738 * c-typeck.c (build_component_ref): Call objc_volatilize_component_ref.
HDc-decl.c7747 tree exp = build_component_ref (expr, get_identifier ("__forwarding")); in build_byref_local_var_access()
7749 exp = build_component_ref (exp, decl_name); in build_byref_local_var_access()
8217 block_component = build_component_ref (build_indirect_ref (self_parm, "->"), in declare_block_prologue_local_vars()
HDc-typeck.c1827 build_component_ref (tree datum, tree component) in build_component_ref() function
3866 function_ptr_exp = build_component_ref (build_indirect_ref (block_ptr_exp, "->"), in build_block_call()
HDc-common.c5951 exp = build_component_ref (exp, get_identifier ("__forwarding")); in build_block_byref_release_exp()
HDChangeLog-200411082 * c-typeck.c (build_component_ref): Name type involved in
11720 * c-typeck.c (build_component_ref): Don't special-case
19134 build_component_ref, build_array_ref, build_function_call,
28405 * c-typeck.c (build_component_ref): Add operand for COMPONENT_REF.
31433 Move component_ref objc checking to build_component_ref.
31438 * c-typeck.c (build_component_ref): Check objc_is_public.
42421 boundaries outside build_component_ref() call (a macro in ObjC++).
46130 (build_component_ref, build_conditional_expr): Call non_lvalue
HDChangeLog-200225196 * c-typeck.c (require_complete_type, build_component_ref): Update.
34763 * c-typeck.c (build_component_ref): Test for deprecated fields.
34783 * cp/typeck.c (build_component_ref): Test for deprecated fields.
HDChangeLog-20016465 (build_component_ref): Use pedantic_non_lvalue when handling
6573 (build_component_ref): Use the new lookup_field to handle
HDFSFChangeLog.113774 * c-typeck.c (comptypes, build_component_ref): Likewise.
HDChangeLog-20062769 * c-typeck.c (build_component_ref): Combine qualifiers of
HDChangeLog.tree-ssa16895 * c-typeck.c (build_component_ref): Don't add a NON_LVALUE_EXPR
HDChangeLog-19991975 * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
HDChangeLog-200024777 c_size_in_bytes, c_alignof, build_component_ref,
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-1996105 * typeck.c (build_component_ref): Don't die if COMPONENT isn't a
157 * typeck.c (build_component_ref): Set TREE_TYPE on result from
929 * typeck.c (build_component_ref): Handle pre-found TYPE_DECL.
1422 * typeck.c (build_component_ref_1): Use build_component_ref
1493 * typeck.c (build_component_ref): Always build up an OFFSET_REF
2735 * typeck.c (build_component_ref): Likewise.
2749 * typeck.c (build_component_ref): Don't get confused by fields whose
2837 * typeck.c (build_component_ref): Handle OFFSET_REFs.
3619 * typeck.c (build_component_ref): Fix to handle anon unions in base
3695 the anon unions that may be present at build_component_ref time.
[all …]
HDparser.c18920 tree build_component_ref (tree e, tree member);
18922 build_component_ref (tree e, tree member) in build_component_ref() function
19349 forwarding_expr = build_component_ref (y, get_identifier ("__forwarding")); in VEC()
19507 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"), in synth_copy_helper_block_func()
19509 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
19548 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"), in synth_copy_helper_block_func()
19550 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_copy_helper_block_func()
19614 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_destroy_helper_block_func()
19651 src_block_component = build_component_ref (build_indirect_ref (src_arg, "->"), in synth_destroy_helper_block_func()
19973 tree exp = build_component_ref (expr, get_identifier ("__forwarding")); in build_byref_local_var_access()
[all …]
HDChangeLog-1998416 * typeck.c (build_component_ref): Remove unused statement.
893 (build_component_ref): Likewise.
1203 (build_component_ref): Likewise.
1232 * typeck.c (build_component_ref): Use of a type here is an error.
1237 * method.c (hack_identifier): Call build_component_ref for a
1239 * typeck.c (build_component_ref): Only return a single function
1732 (build_component_ref): Make sure the type of the COMPONENT_REF
3649 (build_component_ref): Use it.
3712 * typeck.c (build_component_ref): Diagnose ref to nested type.
3734 * typeck.c (build_component_ref): Make sure FIELD has a lang_specific
[all …]
HDChangeLog-20021877 Rework build_component_ref.
1878 * call.c (build_vfield_ref): Do not go through build_component_ref.
1896 (build_component_ref): Likewise.
3602 * init.c (resolve_offset_ref): Hand off to build_component_ref.
3659 * typeck.c (build_component_ref): Preserve the type of an
4042 * typeck.c (build_component_ref): Always complain about offsetof
4528 * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
HDChangeLog.apple494 * parser.c (build_component_ref): Fix to make it work.
HDChangeLog-1999160 * typeck.c (build_component_ref): Likewise.
483 * typeck.c (build_component_ref): Don't use scratch_ovl_cons.
1259 * typeck.c (build_component_ref): Likewise.
3742 (build_component_ref): Likewise.
4741 * typeck.c (build_component_ref): Don't crash when presented with
5653 * typeck.c (build_component_ref): Just put an OVERLOAD into the
6247 (build_component_ref): Likewise.
6653 * typeck.c (build_component_ref): Wrap an OVERLOAD around a unique
HDChangeLog-2001433 (build_component_ref): Likewise.
1222 * typeck.c (build_component_ref): Adjust.
3889 * typeck.c (build_component_ref): Likewise.
HDChangeLog-199712 (build_component_ref): Likewise.
1825 * typeck.c (build_component_ref): Only call mark_used on a decl.
HDChangeLog-200076 * typeck.c (build_component_ref): Don't break_out_cleanups.
3756 * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
3925 * typeck.c (build_component_ref): Fix formatting.
5877 * typeck.c (build_component_ref): Likewise.
HDChangeLog-19952504 * typeck.c (build_component_ref): Likewise.
3676 * typeck.c (build_component_ref): Don't build up a COMPONENT_REF
HDChangeLog-1994923 (build_component_ref): Fold the COMPONENT_REF in case it can be

12