Lines Matching refs:file
119 def __new__(cls, file='', function='', size=0): argument
120 return super().__new__(cls, file, function,
124 return CodeResult(self.file, self.function,
162 file = re.sub('(\.o)?$', '.c', path, 1)
184 file, func,
277 file = defs[r.function]
279 _, file = max(
285 file = r.file
290 os.path.abspath(file) == os.path.abspath(s)
297 os.path.abspath(file)]) == os.getcwd():
303 os.path.abspath(file)]) == os.getcwd():
304 file = os.path.relpath(file)
306 file = os.path.abspath(file)
308 results.append(r._replace(file=file))