Searched refs:_PyAST_MatchOr (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 832 pattern_ty _PyAST_MatchOr(asdl_pattern_seq * patterns, int lineno, int
|
/third_party/python/Grammar/ |
D | python.gram | 250 asdl_seq_LEN(patterns) == 1 ? asdl_seq_GET(patterns, 0) : _PyAST_MatchOr(patterns, EXTRA) }
|
/third_party/python/Python/ |
D | Python-ast.c | 3534 _PyAST_MatchOr(asdl_pattern_seq * patterns, int lineno, int col_offset, int in _PyAST_MatchOr() function 11517 *out = _PyAST_MatchOr(patterns, lineno, col_offset, end_lineno, in obj2ast_pattern()
|
/third_party/python/Parser/ |
D | parser.c | 5886 …_res = asdl_seq_LEN ( patterns ) == 1 ? asdl_seq_GET ( patterns , 0 ) : _PyAST_MatchOr ( patterns … in or_pattern_rule()
|