Home
last modified time | relevance | path

Searched refs:handle_parse_error (Results 1 – 4 of 4) sorted by relevance

/tools/net/sunrpc/xdrgen/subcmds/
Dlint.py19 def handle_parse_error(e: UnexpectedInput) -> bool: function
30 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)
Ddeclarations.py53 def handle_parse_error(e: UnexpectedInput) -> bool: function
65 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)
Ddefinitions.py55 def handle_parse_error(e: UnexpectedInput) -> bool: function
67 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)
Dsource.py96 def handle_parse_error(e: UnexpectedInput) -> bool: function
108 parse_tree = parser.parse(f.read(), on_error=handle_parse_error)