Lines Matching refs:_parse_error
2255 self._parse_error("unknown token at start of line")
2347 self._parse_error("unterminated string")
2426 self._parse_error("unknown tokens in line")
2453 self._parse_error("expected symbol")
2464 self._parse_error("expected nonconstant symbol")
2473 self._parse_error("expected string")
2528 self._parse_error("syntax error")
2589 self._parse_error("macro expanded to blank string")
2623 self._parse_error("unterminated string")
2664 self._parse_error("missing end parenthesis in macro expansion")
2711 self._parse_error("Preprocessor variable {} recursively "
2716 self._parse_error("Preprocessor function {} seems stuck "
2816 self._parse_error("missing or bad symbol name")
2985 self._parse_error(
3047 self._parse_error("expected 'on' after 'depends'")
3057 self._parse_error("only symbols can select")
3084 self._parse_error("only symbols can imply")
3091 self._parse_error("expected 'if' after 'visible'")
3099 self._parse_error("expected '=' after 'env'")
3153 self._parse_error("the 'allnoconfig_y' option is only "
3159 self._parse_error("unrecognized option")
3163 self._parse_error('"optional" is only valid for choices')
3194 self._parse_error("expected prompt string")
3354 self._parse_error("malformed expression")
3772 def _parse_error(self, msg): member in Kconfig
3779 self._parse_error("extra tokens at end of line")