Lines Matching refs:_parse_error
2354 self._parse_error("unknown token at start of line")
2446 self._parse_error("unterminated string")
2525 self._parse_error("unknown tokens in line")
2552 self._parse_error("expected symbol")
2563 self._parse_error("expected nonconstant symbol")
2572 self._parse_error("expected string")
2627 self._parse_error("syntax error")
2688 self._parse_error("macro expanded to blank string")
2721 self._parse_error("unterminated string")
2760 self._parse_error("missing end parenthesis in macro expansion")
2817 self._parse_error("Preprocessor variable {} recursively "
2822 self._parse_error("Preprocessor function {} seems stuck "
2922 self._parse_error("missing or bad symbol name")
3091 self._parse_error(
3152 self._parse_error("expected 'on' after 'depends'")
3162 self._parse_error("only symbols can select")
3189 self._parse_error("only symbols can imply")
3196 self._parse_error("expected 'if' after 'visible'")
3204 self._parse_error("expected '=' after 'env'")
3258 self._parse_error("the 'allnoconfig_y' option is only "
3264 self._parse_error("unrecognized option")
3268 self._parse_error('"optional" is only valid for choices')
3300 self._parse_error("expected prompt string")
3460 self._parse_error("malformed expression")
3878 def _parse_error(self, msg): member in Kconfig
3885 self._parse_error("extra tokens at end of line")