Home
last modified time | relevance | path

Searched defs:invalid_syntax (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/program_options/
Derrors.hpp302 class BOOST_PROGRAM_OPTIONS_DECL invalid_syntax : public error_with_option_name { class
314 invalid_syntax(kind_t kind, in invalid_syntax() function in boost::program_options::invalid_syntax
/third_party/python/Lib/lib2to3/tests/
Dtest_parser.py126 def invalid_syntax(self, code): member in GrammarTest