Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Dparser.c3919 int _resmark = p->mark; in dotted_name_rule() local
3932 if (_raw == NULL || p->mark <= _resmark) in dotted_name_rule()
3934 _resmark = p->mark; in dotted_name_rule()
3937 p->mark = _resmark; in dotted_name_rule()
9161 int _resmark = p->mark; in attr_rule() local
9174 if (_raw == NULL || p->mark <= _resmark) in attr_rule()
9176 _resmark = p->mark; in attr_rule()
9179 p->mark = _resmark; in attr_rule()
12390 int _resmark = p->mark; in bitwise_or_rule() local
12403 if (_raw == NULL || p->mark <= _resmark) in bitwise_or_rule()
12514 int _resmark = p->mark; bitwise_xor_rule() local
12638 int _resmark = p->mark; bitwise_and_rule() local
12762 int _resmark = p->mark; shift_expr_rule() local
12925 int _resmark = p->mark; sum_rule() local
13094 int _resmark = p->mark; term_rule() local
13716 int _resmark = p->mark; primary_rule() local
17908 int _resmark = p->mark; t_primary_rule() local
[all...]

Completed in 47 milliseconds