Searched refs:BlockList (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/tools/
H A Dcpp.py1536 objects (grouped in a BlockList object for convenience)"""
1739 class BlockList: class in inherits:
1763 """remove the code between #if 0 .. #endif in a BlockList"""
1767 """remove known defined and undefined macros from a BlockList"""
1773 """remove known macro definitions from a BlockList"""
1791 """return the list of included files in a BlockList"""
1962 """a class used to convert an input source file into a BlockList object"""
1974 """tokenize and parse the input source, return a BlockList object
2057 return BlockList(blocks)
2063 """parse a list of text lines into a BlockList objec
[all...]

Completed in 21 milliseconds