Home
last modified time | relevance | path

Searched refs:build_array_ref (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h702 extern tree build_array_ref (location_t, tree, tree);
H A DChangeLog1822 * c-typeck.c (build_array_ref): Only allow vector indexing if the
3252 * c-typeck.c (build_array_ref, build_function_call_vec,
3645 * c-typeck.c (build_array_ref): Use true/false instead of 1/0.
3978 (build_array_ref): Pass true as array_ref_p to c_mark_addressable.
4857 * c-typeck.c (build_array_ref): Do not complain about indexing
4906 (build_array_ref): Likewise.
6201 * c-typeck.c (build_array_ref): Use std::swap instead of explicit
6484 * c-typeck.c (build_array_ref): Pass loc down to
6530 * c-typeck.c (build_array_ref): Adjust
6631 * c-typeck.c (build_array_ref): Bail if the index in an incomplete
[all …]
H A Dgimple-parser.cc1752 expr.value = build_array_ref (op_loc, expr.value, idx); in c_parser_gimple_postfix_expression_after_primary()
H A Dc-parser.cc9256 offsetof_ref = build_array_ref (loc, in c_parser_postfix_expression()
9289 offsetof_ref = build_array_ref (loc, offsetof_ref, idx); in c_parser_postfix_expression()
10526 expr.value = build_array_ref (op_loc, expr.value, idx); in c_parser_postfix_expression_after_primary()
13263 t = build_array_ref (dims[i].loc, in c_parser_omp_variable_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h685 extern tree build_array_ref (location_t, tree, tree);
H A Dgimple-parser.c1741 expr.value = build_array_ref (op_loc, expr.value, idx); in c_parser_gimple_postfix_expression_after_primary()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2008497 * typeck.c (build_array_ref): Pass location to cp_build_binary_op.
542 * typeck.c (build_array_ref): Use protected_set_expr_location instead
674 * typeck.c (build_array_ref): Use new location argument.
675 * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
678 * cp-tree.h (build_array_ref): Add location argument to prototype.
779 (build_array_ref): Scoped enumeration types can't be used as
1855 * typeck.c (build_array_ref): Remove warn_array_subscript_range.
1859 * typeck.c (build_array_ref): Call warn_array_subscript_range.
H A DChangeLog.tree-ssa279 * typeck.c (build_array_ref): Also build ARRAY_REFs from
H A DChangeLog-200998 (build_class_member_access_expr, build_array_ref,
2173 (build_array_ref): New argument.
2181 * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
2187 * call.c (build_new_op): Pass location to build_array_ref.
2191 * cp-tree.h (build_array_ref): New argument.
H A Ddecl2.cc547 expr = build_array_ref (input_location, index_exp, array_expr); in grok_array_decl()
549 expr = build_array_ref (input_location, array_expr, index_exp); in grok_array_decl()
H A DChangeLog-20041673 (build_array_ref): Likewise.
2885 lookup_destructor, build_ptrmemfunc_access_expr, build_array_ref,
4641 (build_array_ref): Add new operands for ARRAY_REF.
5672 (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
H A DChangeLog-2006442 * typeck.c (build_array_ref): Warn for char subscriptions
3027 (build_array_ref, cxx_mark_addressable): Likewise.
H A DChangeLog-20002522 * typeck.c (build_array_ref): Likewise.
5242 build_array_ref, convert_arguments, pointer_diff,
5979 * typeck.c (build_array_ref): Use build_binary_op instead of
6759 comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
H A DChangeLog-20103032 (build_array_ref): ...here. Drop complain parm.
3044 * typeck.c (build_array_ref): Take complain parm.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc1606 stmt = build_array_ref (loc, stmt, arg2); in resolve_vec_insert()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2015690 * trans-array.c (build_array_ref): Modified call to
2013 (build_array_ref): Likewise.
2015 build_array_ref depending whether the sym is class or not.
2020 (gfc_get_dataptr_offset): Correcting call of build_array_ref.
H A DChangeLog970 (build_array_ref): Decide on whether to set the flag and update
H A Dtrans-array.cc3798 build_array_ref (tree desc, tree offset, tree decl, tree vptr) in build_array_ref() function
4046 se->expr = build_array_ref (se->expr, offset, decl, se->class_vptr); in gfc_conv_array_ref()
7158 tmp = build_array_ref (desc, offset, NULL, NULL); in gfc_get_dataptr_offset()
H A DChangeLog-20131986 * trans-array.c (build_array_ref): Check the TYPE_CANONICAL
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c455 expr = build_array_ref (input_location, index_exp, array_expr); in grok_array_decl()
457 expr = build_array_ref (input_location, array_expr, index_exp); in grok_array_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c654 build_array_ref (loc, UOBJC_SELECTOR_TABLE_decl, in gnu_runtime_abi_01_build_typed_selector_reference()
H A Dobjc-act.c3626 return build_array_ref (input_location, in objc_substitute_decl()
9911 build_array_ref (location, objc_build_component_ref (objc_foreach_enum_state_decl, in objc_finish_foreach_loop()
10050 build_array_ref (location, objc_build_component_ref (objc_foreach_enum_state_decl, in objc_finish_foreach_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc654 build_array_ref (loc, UOBJC_SELECTOR_TABLE_decl, in gnu_runtime_abi_01_build_typed_selector_reference()
H A Dobjc-act.cc3702 return build_array_ref (input_location, in objc_substitute_decl()
10041 build_array_ref (location, objc_build_component_ref (objc_foreach_enum_state_decl, in objc_finish_foreach_loop()
10180 build_array_ref (location, objc_build_component_ref (objc_foreach_enum_state_decl, in objc_finish_foreach_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c3717 build_array_ref (tree desc, tree offset, tree decl, tree vptr) in build_array_ref() function
3942 se->expr = build_array_ref (se->expr, offset, decl, se->class_vptr); in gfc_conv_array_ref()
7040 tmp = build_array_ref (desc, offset, NULL, NULL); in gfc_get_dataptr_offset()

123