Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py58 tokIDENT = "<ident>" variable
93 if self.id == tokIDENT:
110 if self.id == tokIDENT:
369 return tok.set(tokIDENT,c)
482 if self.token.value == id and (tokid == tokIDENT or tokid == tokNUMBER):
618 if self.i >= self.n or self.tok[self.i].id != tokIDENT:
698 if t.id != tokIDENT:
714 if t.id != tokIDENT:
789 elif op.id == tokIDENT:
1477 if tokid == tokIDENT:
[all …]