Lines Matching refs:func
47 func = function_summary.FunctionSummary(ident, 'test', 'test.c', 0)
48 fs.functions[ident] = func
56 func = parser.ReadFunction(5)
57 assert (func.ident == ident)
66 func = function_summary.FunctionSummary(0, 'test', 'test.c', 0)
68 func.blocks = blocks
69 fs.functions[func.ident] = func
77 parser.ReadCounts(func)
90 func = function_summary.FunctionSummary(0, 'test', 'test.c', 0)
92 func.blocks = blocks
93 fs.functions[func.ident] = func
113 parser.ReadCounts(func)