Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-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 …]
H A DChangeLog-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 …]
H A DChangeLog-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.
H A DChangeLog-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
H A DChangeLog-2001433 (build_component_ref): Likewise.
1222 * typeck.c (build_component_ref): Adjust.
3889 * typeck.c (build_component_ref): Likewise.
H A DChangeLog-199712 (build_component_ref): Likewise.
1825 * typeck.c (build_component_ref): Only call mark_used on a decl.
H A DChangeLog-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.
H A DChangeLog-19952504 * typeck.c (build_component_ref): Likewise.
3676 * typeck.c (build_component_ref): Don't build up a COMPONENT_REF
H A DChangeLog-1994923 (build_component_ref): Fold the COMPONENT_REF in case it can be
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h701 extern tree build_component_ref (location_t, tree, tree, location_t);
H A Dgimple-parser.cc1802 expr.value = build_component_ref (op_loc, expr.value, ident, in c_parser_gimple_postfix_expression_after_primary()
1848 expr.value = build_component_ref (op_loc, in c_parser_gimple_postfix_expression_after_primary()
H A DChangeLog513 * c-typeck.c (build_component_ref): Handle unavailability.
3376 * c-typeck.c (build_component_ref): Likewise.
4506 * c-typeck.c (build_component_ref): Remove now-redundant range
4751 * c-typeck.c (build_component_ref): Simplify fixit code by
4792 element name token and pass it to build_component_ref.
4797 * c-tree.h (build_component_ref): Add location_t param.
4798 * c-typeck.c (build_component_ref): Add location_t param
4904 (build_component_ref): Pass location down to c_incomplete_type_error.
5260 * c-typeck.c (build_component_ref): Warn when acessing elements of
5427 (build_component_ref): Special-case POINTER_TYPE when
[all …]
H A Dc-parser.cc9244 offsetof_ref = build_component_ref in c_parser_postfix_expression()
9272 offsetof_ref = build_component_ref in c_parser_postfix_expression()
10613 expr.value = build_component_ref (op_loc, expr.value, ident, in c_parser_postfix_expression_after_primary()
10650 expr.value = build_component_ref (op_loc, in c_parser_postfix_expression_after_primary()
13185 t = build_component_ref (op_loc, t, ident, comp_loc); in c_parser_omp_variable_list()
H A Dc-typeck.cc2463 build_component_ref (location_t loc, tree datum, tree component, in build_component_ref() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h684 extern tree build_component_ref (location_t, tree, tree, location_t);
H A Dgimple-parser.c1785 expr.value = build_component_ref (op_loc, expr.value, ident, in c_parser_gimple_postfix_expression_after_primary()
1823 expr.value = build_component_ref (op_loc, in c_parser_gimple_postfix_expression_after_primary()
H A Dc-parser.c9247 offsetof_ref = build_component_ref in c_parser_postfix_expression()
9275 offsetof_ref = build_component_ref in c_parser_postfix_expression()
10558 expr.value = build_component_ref (op_loc, expr.value, ident, in c_parser_postfix_expression_after_primary()
10595 expr.value = build_component_ref (op_loc, in c_parser_postfix_expression_after_primary()
13086 t = build_component_ref (op_loc, t, ident, comp_loc);
H A Dc-typeck.c2449 build_component_ref (location_t loc, tree datum, tree component, in build_component_ref() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A DChangeLog617 (build_component_ref): Remove macro.
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog618 to build_component_ref for added param, passing UNKNOWN_LOCATION.
3586 objc_build_component_ref() instead of build_component_ref().
H A Dobjc-act.cc2817 return build_component_ref (input_location, datum, component, in objc_build_component_ref()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c2741 return build_component_ref (input_location, datum, component, in objc_build_component_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-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
H A DChangeLog-200919614 build_component_ref, build_array_ref, build_external_ref,
19638 * c-typeck.c (build_component_ref): New argument.
24308 * c-typeck.c (build_component_ref): Likewise.
30677 * c-typeck.c (build_component_ref): Do not copy qualifiers from
H A DChangeLog-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.

12