Lines Matching refs:_parse_error
2357 self._parse_error("unknown token at start of line")
2449 self._parse_error("unterminated string")
2528 self._parse_error("unknown tokens in line")
2555 self._parse_error("expected symbol")
2566 self._parse_error("expected nonconstant symbol")
2575 self._parse_error("expected string")
2630 self._parse_error("syntax error")
2691 self._parse_error("macro expanded to blank string")
2724 self._parse_error("unterminated string")
2763 self._parse_error("missing end parenthesis in macro expansion")
2820 self._parse_error("Preprocessor variable {} recursively "
2825 self._parse_error("Preprocessor function {} seems stuck "
2925 self._parse_error("missing or bad symbol name")
2953 self._parse_error("configdefault can only contain `default`")
3103 self._parse_error(
3164 self._parse_error("expected 'on' after 'depends'")
3174 self._parse_error("only symbols can select")
3201 self._parse_error("only symbols can imply")
3208 self._parse_error("expected 'if' after 'visible'")
3216 self._parse_error("expected '=' after 'env'")
3270 self._parse_error("the 'allnoconfig_y' option is only "
3276 self._parse_error("unrecognized option")
3280 self._parse_error('"optional" is only valid for choices')
3312 self._parse_error("expected prompt string")
3472 self._parse_error("malformed expression")
3915 def _parse_error(self, msg): member in Kconfig
3922 self._parse_error("extra tokens at end of line")