Lines Matching refs:_check_token
2587 def _check_token(self, token): member in Kconfig
3113 expr = self._parse_expr(True) if self._check_token(_T_IF) else self.y
3151 if not self._check_token(_T_ON):
3195 if not self._check_token(_T_IF):
3202 if self._check_token(_T_ENV):
3203 if not self._check_token(_T_EQUAL):
3229 elif self._check_token(_T_DEFCONFIG_LIST):
3239 elif self._check_token(_T_MODULES):
3256 elif self._check_token(_T_ALLNOCONFIG_Y):
3414 return and_expr if not self._check_token(_T_OR) else \
3423 return factor if not self._check_token(_T_AND) else \
3457 if self._check_token(_T_CLOSE_PAREN):