Home
last modified time | relevance | path

Searched refs:_start_col_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Parser/
H A Dparser.c1414 int _start_col_offset = p->tokens[_mark]->col_offset; in statement_newline_rule() local
1415 UNUSED(_start_col_offset); // Only used by EXTRA macro in statement_newline_rule()
1643 int _start_col_offset = p->tokens[_mark]->col_offset; in simple_stmt_rule() local
1644 UNUSED(_start_col_offset); // Only used by EXTRA macro in simple_stmt_rule()
2191 int _start_col_offset = p->tokens[_mark]->col_offset; in assignment_rule() local
2192 UNUSED(_start_col_offset); // Only used by EXTRA macro in assignment_rule()
2813 int _start_col_offset = p->tokens[_mark]->col_offset; in return_stmt_rule() local
2814 UNUSED(_start_col_offset); // Only used by EXTRA macro in return_stmt_rule()
2878 int _start_col_offset = p->tokens[_mark]->col_offset; in raise_stmt_rule() local
2879 UNUSED(_start_col_offset); // Onl in raise_stmt_rule()
2979 int _start_col_offset = p->tokens[_mark]->col_offset; global_stmt_rule() local
3044 int _start_col_offset = p->tokens[_mark]->col_offset; nonlocal_stmt_rule() local
3109 int _start_col_offset = p->tokens[_mark]->col_offset; del_stmt_rule() local
3195 int _start_col_offset = p->tokens[_mark]->col_offset; yield_stmt_rule() local
3257 int _start_col_offset = p->tokens[_mark]->col_offset; assert_stmt_rule() local
3383 int _start_col_offset = p->tokens[_mark]->col_offset; import_name_rule() local
3450 int _start_col_offset = p->tokens[_mark]->col_offset; import_from_rule() local
3570 int _start_col_offset = p->tokens[_mark]->col_offset; import_from_targets_rule() local
3750 int _start_col_offset = p->tokens[_mark]->col_offset; import_from_as_name_rule() local
3859 int _start_col_offset = p->tokens[_mark]->col_offset; dotted_as_name_rule() local
4236 int _start_col_offset = p->tokens[_mark]->col_offset; class_def_raw_rule() local
4398 int _start_col_offset = p->tokens[_mark]->col_offset; function_def_raw_rule() local
5521 int _start_col_offset = p->tokens[_mark]->col_offset; param_rule() local
5586 int _start_col_offset = p->tokens[_mark]->col_offset; param_star_annotation_rule() local
5814 int _start_col_offset = p->tokens[_mark]->col_offset; if_stmt_rule() local
5955 int _start_col_offset = p->tokens[_mark]->col_offset; elif_stmt_rule() local
6162 int _start_col_offset = p->tokens[_mark]->col_offset; while_stmt_rule() local
6259 int _start_col_offset = p->tokens[_mark]->col_offset; for_stmt_rule() local
6457 int _start_col_offset = p->tokens[_mark]->col_offset; with_stmt_rule() local
6826 int _start_col_offset = p->tokens[_mark]->col_offset; try_stmt_rule() local
7016 int _start_col_offset = p->tokens[_mark]->col_offset; except_block_rule() local
7170 int _start_col_offset = p->tokens[_mark]->col_offset; except_star_block_rule() local
7356 int _start_col_offset = p->tokens[_mark]->col_offset; match_stmt_rule() local
7455 int _start_col_offset = p->tokens[_mark]->col_offset; subject_expr_rule() local
7664 int _start_col_offset = p->tokens[_mark]->col_offset; patterns_rule() local
7803 int _start_col_offset = p->tokens[_mark]->col_offset; as_pattern_rule() local
7890 int _start_col_offset = p->tokens[_mark]->col_offset; or_pattern_rule() local
8143 int _start_col_offset = p->tokens[_mark]->col_offset; literal_pattern_rule() local
8378 int _start_col_offset = p->tokens[_mark]->col_offset; literal_expr_rule() local
8567 int _start_col_offset = p->tokens[_mark]->col_offset; complex_number_rule() local
8674 int _start_col_offset = p->tokens[_mark]->col_offset; signed_number_rule() local
8758 int _start_col_offset = p->tokens[_mark]->col_offset; signed_real_number_rule() local
8930 int _start_col_offset = p->tokens[_mark]->col_offset; capture_pattern_rule() local
9040 int _start_col_offset = p->tokens[_mark]->col_offset; wildcard_pattern_rule() local
9102 int _start_col_offset = p->tokens[_mark]->col_offset; value_pattern_rule() local
9203 int _start_col_offset = p->tokens[_mark]->col_offset; attr_raw() local
9380 int _start_col_offset = p->tokens[_mark]->col_offset; sequence_pattern_rule() local
9647 int _start_col_offset = p->tokens[_mark]->col_offset; star_pattern_rule() local
9753 int _start_col_offset = p->tokens[_mark]->col_offset; mapping_pattern_rule() local
10094 int _start_col_offset = p->tokens[_mark]->col_offset; class_pattern_rule() local
10458 int _start_col_offset = p->tokens[_mark]->col_offset; expressions_rule() local
10591 int _start_col_offset = p->tokens[_mark]->col_offset; expression_rule() local
10742 int _start_col_offset = p->tokens[_mark]->col_offset; yield_expr_rule() local
10849 int _start_col_offset = p->tokens[_mark]->col_offset; star_expressions_rule() local
10977 int _start_col_offset = p->tokens[_mark]->col_offset; star_expression_rule() local
11110 int _start_col_offset = p->tokens[_mark]->col_offset; star_named_expression_rule() local
11194 int _start_col_offset = p->tokens[_mark]->col_offset; assignment_expression_rule() local
11352 int _start_col_offset = p->tokens[_mark]->col_offset; disjunction_rule() local
11441 int _start_col_offset = p->tokens[_mark]->col_offset; conjunction_rule() local
11530 int _start_col_offset = p->tokens[_mark]->col_offset; inversion_rule() local
11615 int _start_col_offset = p->tokens[_mark]->col_offset; comparison_rule() local
12432 int _start_col_offset = p->tokens[_mark]->col_offset; bitwise_or_raw() local
12556 int _start_col_offset = p->tokens[_mark]->col_offset; bitwise_xor_raw() local
12680 int _start_col_offset = p->tokens[_mark]->col_offset; bitwise_and_raw() local
12804 int _start_col_offset = p->tokens[_mark]->col_offset; shift_expr_raw() local
12967 int _start_col_offset = p->tokens[_mark]->col_offset; sum_raw() local
13136 int _start_col_offset = p->tokens[_mark]->col_offset; term_raw() local
13383 int _start_col_offset = p->tokens[_mark]->col_offset; factor_rule() local
13540 int _start_col_offset = p->tokens[_mark]->col_offset; power_rule() local
13631 int _start_col_offset = p->tokens[_mark]->col_offset; await_primary_rule() local
13758 int _start_col_offset = p->tokens[_mark]->col_offset; primary_raw() local
13965 int _start_col_offset = p->tokens[_mark]->col_offset; slices_rule() local
14057 int _start_col_offset = p->tokens[_mark]->col_offset; slice_rule() local
14162 int _start_col_offset = p->tokens[_mark]->col_offset; atom_rule() local
14514 int _start_col_offset = p->tokens[_mark]->col_offset; lambdef_rule() local
15410 int _start_col_offset = p->tokens[_mark]->col_offset; lambda_param_rule() local
15521 int _start_col_offset = p->tokens[_mark]->col_offset; list_rule() local
15589 int _start_col_offset = p->tokens[_mark]->col_offset; tuple_rule() local
15657 int _start_col_offset = p->tokens[_mark]->col_offset; set_rule() local
15725 int _start_col_offset = p->tokens[_mark]->col_offset; dict_rule() local
16157 int _start_col_offset = p->tokens[_mark]->col_offset; listcomp_rule() local
16247 int _start_col_offset = p->tokens[_mark]->col_offset; setcomp_rule() local
16339 int _start_col_offset = p->tokens[_mark]->col_offset; genexp_rule() local
16429 int _start_col_offset = p->tokens[_mark]->col_offset; dictcomp_rule() local
16595 int _start_col_offset = p->tokens[_mark]->col_offset; args_rule() local
16784 int _start_col_offset = p->tokens[_mark]->col_offset; starred_expression_rule() local
16849 int _start_col_offset = p->tokens[_mark]->col_offset; kwarg_or_starred_rule() local
16960 int _start_col_offset = p->tokens[_mark]->col_offset; kwarg_or_double_starred_rule() local
17083 int _start_col_offset = p->tokens[_mark]->col_offset; star_targets_rule() local
17308 int _start_col_offset = p->tokens[_mark]->col_offset; star_target_rule() local
17400 int _start_col_offset = p->tokens[_mark]->col_offset; target_with_star_atom_rule() local
17538 int _start_col_offset = p->tokens[_mark]->col_offset; star_atom_rule() local
17794 int _start_col_offset = p->tokens[_mark]->col_offset; single_subscript_attribute_target_rule() local
17950 int _start_col_offset = p->tokens[_mark]->col_offset; t_primary_raw() local
18304 int _start_col_offset = p->tokens[_mark]->col_offset; del_target_rule() local
18438 int _start_col_offset = p->tokens[_mark]->col_offset; del_t_atom_rule() local
19270 int _start_col_offset = p->tokens[_mark]->col_offset; expression_without_invalid_rule() local
[all...]
H A Dpegen.h244 #define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena

Completed in 18 milliseconds