Searched defs:combined_loc (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | gimple-parser.c | 592 location_t combined_loc = make_location (op_loc, op_loc, finish); in c_parser_gimple_unary_expression() local
|
H A D | c-parser.c | 7225 location_t combined_loc = make_location (op_loc, op_loc, finish); in c_parser_unary_expression() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 4791 location_t combined_loc = make_location (start_loc, start_loc, finish_loc); in cp_parser_statement_expr() local 5392 location_t combined_loc in cp_parser_primary_expression() local 5544 location_t combined_loc in cp_parser_primary_expression() local 7250 location_t combined_loc = make_location (token->location, in cp_parser_postfix_expression() local 7637 location_t combined_loc in cp_parser_postfix_dot_deref_expression() local 8216 location_t combined_loc in cp_parser_unary_expression() local 8472 location_t combined_loc = make_location (start_loc, start_loc, end_loc); in cp_parser_new_expression() local 9323 location_t combined_loc = make_location (current.loc, in cp_parser_binary_expression() local 15835 location_t combined_loc in cp_parser_template_id() local 22067 location_t combined_loc = make_location (start_loc, start_loc, finish_loc); in cp_parser_braced_list() local [all …]
|
H A D | semantics.c | 2595 location_t combined_loc = make_location (input_location, in finish_increment_expr() local 2705 location_t combined_loc = make_location (op_loc, in finish_unary_op_expr() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | input.c | 894 location_t combined_loc = COMBINE_LOCATION_DATA (line_table, in make_location() local
|