Home
last modified time | relevance | path

Searched refs:start_loc (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dread-rtl-function.h25 extern bool read_rtl_function_body_from_file_range (location_t start_loc,
H A Dread-rtl-function.c402 function_reader::handle_unknown_directive (file_location start_loc, in handle_unknown_directive() argument
406 fatal_at (start_loc, "expected 'function'"); in handle_unknown_directive()
786 function_reader::parse_insn (file_location start_loc, const char *name) in parse_insn() argument
790 fatal_at (start_loc, "expected insn type; got '%s'", name); in parse_insn()
793 fatal_at (start_loc, "expected insn type; got '%s'", name); in parse_insn()
1627 read_rtl_function_body_from_file_range (location_t start_loc, in read_rtl_function_body_from_file_range() argument
1630 expanded_location exploc_start = expand_location (start_loc); in read_rtl_function_body_from_file_range()
H A Ddiagnostic.c785 source_location start_loc = hint->get_start_loc (); in print_parseable_fixits() local
786 expanded_location start_exploc = expand_location (start_loc); in print_parseable_fixits()
H A Dinput.c1460 location_t start_loc in get_substring_ranges_for_loc() local
1464 cpp_string_location_reader loc_reader (start_loc, line_table); in get_substring_ranges_for_loc()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c2763 *out_loc = make_location (start_loc, start_loc, finish_loc); in cp_lexer_peek_conflict_marker()
6781 location_t cp_cast_loc = make_location (start_loc, start_loc, end_loc); in cp_parser_postfix_expression()
6842 = make_location (start_loc, start_loc, close_paren->location); in cp_parser_postfix_expression()
7251 start_loc, in cp_parser_postfix_expression()
8051 = make_location (start_loc, start_loc, finish_loc); in cp_parser_unary_expression()
8158 = make_location (start_loc, start_loc, finish_loc); in cp_parser_unary_expression()
8217 = make_location (start_loc, start_loc, finish_loc); in cp_parser_unary_expression()
14711 start_loc = make_location (start_loc, start_loc, end_loc); in cp_parser_operator()
27484 location_t combined_loc = make_location (start_loc, start_loc, in cp_parser_functional_cast()
29569 = make_location (start_loc, start_loc, in cp_parser_objc_encode_expression()
[all …]
/dragonfly/sys/vfs/udf/
H A Decma167-udf.h281 uint32_t start_loc; member
H A Dudf_vfsops.c320 udfmp->part_start = pd->start_loc; in udf_mountfs()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c836 if (LOCATION_COLUMN (start_loc) != 1) in c_parser_peek_conflict_marker()
844 *out_loc = make_location (start_loc, start_loc, finish_loc); in c_parser_peek_conflict_marker()
4124 : start_loc); in c_parser_parameter_declaration()
7458 set_c_expr_source_range (&ret, start_loc, end_loc); in c_parser_alignof_expression()
7471 pedwarn (start_loc, in c_parser_alignof_expression()
8050 location_t start_loc = loc; in c_parser_postfix_expression() local
8079 expr.value = c_build_va_arg (start_loc, e1.value, loc, in c_parser_postfix_expression()
8088 set_c_expr_source_range (&expr, start_loc, end_loc); in c_parser_postfix_expression()
9065 location_t start_loc; in c_parser_postfix_expression_after_paren_type() local
9072 start_loc = c_parser_peek_token (parser)->location; in c_parser_postfix_expression_after_paren_type()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c6792 location_t start_loc; in c_parser_postfix_expression_after_paren_type() local
6798 start_loc = c_parser_peek_token (parser)->location; in c_parser_postfix_expression_after_paren_type()
6817 pedwarn (start_loc, OPT_pedantic, "ISO C90 forbids compound literals"); in c_parser_postfix_expression_after_paren_type()
6822 expr.value = build_compound_literal (start_loc, type, init.value, non_const); in c_parser_postfix_expression_after_paren_type()
6839 return c_parser_postfix_expression_after_primary (parser, start_loc, expr); in c_parser_postfix_expression_after_paren_type()