Searched refs:_PyPegen_insert_memo (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Parser/ |
H A D | pegen.c | 44 _PyPegen_insert_memo(Parser *p, int mark, int type, void *node) in _PyPegen_insert_memo() function 59 // Like _PyPegen_insert_memo(), but updates an existing node if found. 72 return _PyPegen_insert_memo(p, mark, type, node); in _PyPegen_update_memo()
|
H A D | pegen.h | 126 int _PyPegen_insert_memo(Parser *p, int mark, int type, void *node);
|
H A D | parser.c | 1966 _PyPegen_insert_memo(p, _mark, simple_stmt_type, _res); in simple_stmt_rule() 4100 _PyPegen_insert_memo(p, _mark, block_type, _res); in block_rule() 8111 _PyPegen_insert_memo(p, _mark, closed_pattern_type, _res); in closed_pattern_rule() 9723 _PyPegen_insert_memo(p, _mark, star_pattern_type, _res); in star_pattern_rule() 10716 _PyPegen_insert_memo(p, _mark, expression_type, _res); in expression_rule() 11036 _PyPegen_insert_memo(p, _mark, star_expression_type, _res); in star_expression_rule() 11411 _PyPegen_insert_memo(p, _mark, disjunction_type, _res); in disjunction_rule() 11500 _PyPegen_insert_memo(p, _mark, conjunction_type, _res); in conjunction_rule() 11589 _PyPegen_insert_memo(p, _mark, inversion_type, _res); in inversion_rule() 13514 _PyPegen_insert_memo( in factor_rule() [all...] |
Completed in 27 milliseconds