Searched refs:directive (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/kernel/tools/ |
D | cpp.py | 959 def __init__(self, tokens, directive=None, lineno=0, identifier=None): argument 966 if directive == "ifdef": 970 directive = "if" 972 elif directive == "ifndef": 978 directive = "if" 981 self.directive = directive 993 return self.directive is not None 997 return self.directive in ["if", "ifdef", "ifndef", "else", "elif", 1002 if self.directive != "define": 1008 return self.directive in ["if", "ifdef", "ifndef", "elif"] [all …]
|