Searched refs:init_loc (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c6455 store_init_value (location_t init_loc, tree decl, tree init, tree origtype)
6470 value = digest_init (init_loc, type, init, origtype, npc,
6659 digest_init (location_t init_loc, tree type, tree init, tree origtype,
6711 maybe_warn_string_init (init_loc, type, expr);
6714 pedwarn_init (init_loc, OPT_Wpedantic,
6725 error_init (init_loc, "char-array initialized from wide "
6734 error_init (init_loc, "wide character array initialized "
6740 error_init (init_loc, "wide character array initialized "
6760 pedwarn_init (init_loc, 0,
6765 warning_at (init_loc, OPT_Wc___compa
6431 store_init_value(location_t init_loc, tree decl, tree init, tree origtype) argument
6634 digest_init(location_t init_loc, tree type, tree init, tree origtype, bool null_pointer_constant, bool strict_string, int require_constant) argument
[all...]
H A Dc-parser.c1764 location_t init_loc;
1769 init_loc = c_parser_peek_token (parser)->location;
1776 init = convert_lvalue_to_rvalue (init_loc, init, true, true);
1788 specs->locations[cdw_typedef] = init_loc;
1826 init_loc = c_parser_peek_token (parser)->location;
1832 maybe_warn_string_init (init_loc, TREE_TYPE (d), init);
1833 finish_decl (d, init_loc, init.value,
12914 location_t init_loc;
12921 init_loc = c_parser_peek_token (parser)->location;
12923 init_exp = default_function_array_read_conversion (init_loc,
1762 location_t init_loc; local
12909 location_t init_loc; local
[all...]
H A Dc-decl.c4725 finish_decl (tree decl, location_t init_loc, tree init,
4755 store_init_value (init_loc, decl, init, origtype);
4702 finish_decl(tree decl, location_t init_loc, tree init, tree origtype, tree asmspec_tree) argument
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c11513 location_t init_loc = UNKNOWN_LOCATION;
11610 &init_loc);
11699 if (init_loc != UNKNOWN_LOCATION)
11700 error_at (init_loc, "initializer in range-based %<for%> loop");
16959 location_t* init_loc)
17150 if (init_loc && *init_loc == UNKNOWN_LOCATION)
17151 *init_loc = tmp_init_loc;
11511 location_t init_loc = UNKNOWN_LOCATION; local
16949 cp_parser_init_declarator(cp_parser* parser, cp_decl_specifier_seq *decl_specifiers, vec<deferred_access_check, va_gc> *checks, bool function_definition_allowed_p, bool member_p, int declares_class_or_enum, bool* function_definition_p, tree* maybe_range_for_decl, location_t* init_loc) argument

Completed in 447 milliseconds