Home
last modified time | relevance | path

Searched refs:tok (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Dcheck-obsolete-constructs.py212 yield tok
230 def examine(self, tok): argument
246 def examine(self, tok): argument
263 def examine(self, tok): argument
276 def examine(self, tok): argument
282 elif tok.kind == "PUNCTUATOR" and tok.text == ";" and self.in_typedef:
317 def examine(self, tok): argument
322 elif (tok.kind == "IDENT" and tok.text == "typedef"
329 elif tok.kind == "PUNCTUATOR" and tok.text == ";":
341 if tok.kind == "IDENT" and OBSOLETE_TYPE_RE_.match(tok.text):
[all …]

Completed in 4 milliseconds