Searched refs:directive (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/kernel/tools/ |
D | cpp.py | 1538 def __init__(self,tokens,directive=None,lineno=0): argument 1542 if directive == "ifdef": 1546 directive = "if" 1548 elif directive == "ifndef": 1554 directive = "if" 1557 self.directive = directive 1568 return self.directive != None 1572 return self.directive in ["if","ifdef","ifndef","else","elif","endif"] 1576 if self.directive != "define": 1583 return self.directive in ["if","ifdef","ifndef","elif"] [all …]
|
/bionic/libc/ |
D | Jamfile | 407 # _headers_ through the #include C preprocessor directive
|
/bionic/libc/kernel/ |
D | README.TXT | 157 this pass scans non-directive text and only keeps things that look like a
|