Lines Matching refs:func
92 func = None
105 if not func:
107 self.file_summary.functions[func.ident] = func
112 if func:
113 self.file_summary.functions[func.ident] = func
114 func = self.ReadFunction()
117 self.ReadBlocks(length, func)
120 self.ReadArcs(length, func)
123 self.ReadLines(length, func)
148 def ReadBlocks(self, length, func): argument
167 func.blocks.extend(blocks)
169 def ReadArcs(self, length, func): argument
184 src_block = func.blocks[src_block_index]
189 dst_block = func.blocks[dst_block_index]
195 def ReadLines(self, length, func): argument
218 func.blocks[block_number].lines = lines