Searched defs:invalid_syntax (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/boost/program_options/ | ||
| D | errors.hpp | 302 class BOOST_PROGRAM_OPTIONS_DECL invalid_syntax : public error_with_option_name { class |
| /third_party/python/Lib/lib2to3/tests/ | ||
| D | test_parser.py | 122 def invalid_syntax(self, code): member in GrammarTest |