Searched refs:_check_token (Results 1 – 2 of 2) sorted by relevance
1177 if self._check_token("="):1179 elif not self._check_token(";"):1300 elif self._check_token(">"):1426 if self._check_token("?"):1435 while self._check_token("||"):1441 while self._check_token("&&"):1447 while self._check_token("|"):1453 while self._check_token("^"):1459 while self._check_token("&"):1466 if self._check_token("=="):[all …]
2590 def _check_token(self, token): member in Kconfig3125 expr = self._parse_expr(True) if self._check_token(_T_IF) else self.y3163 if not self._check_token(_T_ON):3207 if not self._check_token(_T_IF):3214 if self._check_token(_T_ENV):3215 if not self._check_token(_T_EQUAL):3241 elif self._check_token(_T_DEFCONFIG_LIST):3251 elif self._check_token(_T_MODULES):3268 elif self._check_token(_T_ALLNOCONFIG_Y):3426 return and_expr if not self._check_token(_T_OR) else \[all …]