Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Dpegen.h164 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION() function
180 RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (b)->end_lineno, (b)->end_col_offset, msg, ##__VA_ARGS__)
182 RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, (a)->end_lineno, (a)->end_col_offset, msg, ##__VA_ARGS__)
184 RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, (a)->lineno, (a)->col_offset, CURRENT_POS, CURRENT_POS, msg, ##__VA_ARGS__)
H A Dpegen_errors.c53 RAISE_ERROR_KNOWN_LOCATION(p, PyExc_SyntaxError, in raise_unclosed_parentheses_error()
108 RAISE_ERROR_KNOWN_LOCATION(p, errtype, p->tok->lineno, in _Pypegen_tokenizer_error()
H A Dpegen.c668 RAISE_ERROR_KNOWN_LOCATION( in _PyPegen_number_token()
H A Dparser.c23458 _res = RAISE_ERROR_KNOWN_LOCATION ( p , PyExc_SyntaxError , a -> lineno , a -> end_col_offset - 1 , a -> end_lineno , - 1 , "':' expected after dictionary key" ); in invalid_kvpair_rule()
[all...]

Completed in 41 milliseconds