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

/gem5/ext/ply/ply/
H A Dcpp.py451 expanded[argnum] = self.expand_macros(args[argnum])
462 # expand_macros()
469 def expand_macros(self,tokens,expanded=None): member in class:Preprocessor
483 ex = self.expand_macros([copy.copy(_x) for _x in m.value],expanded)
514 rep = self.expand_macros(rep,expanded)
565 tokens = self.expand_macros(tokens)
631 for tok in self.expand_macros(chunk):
637 for tok in self.expand_macros(chunk):
647 for tok in self.expand_macros(chunk):
714 for tok in self.expand_macros(chun
[all...]
/gem5/util/minorview/
H A Dmodel.py967 def expand_macros(pairs, newPairs): function in function:BlobModel.load_picture.parse_blob_description
971 expand_macros(pairs, macros[name])
976 pairs = expand_macros({}, pairsList)

Completed in 16 milliseconds