コード例 #1
0
ファイル: __init__.py プロジェクト: vries/gcc-python-plugin
 def _check_refcounts(self, fun):
     check_refcounts(fun,
                     self.dump_traces,
                     self.show_traces,
                     self.show_possible_null_derefs,
                     maxtrans=self.maxtrans,
                     dump_json=self.dump_json)
コード例 #2
0
ファイル: __init__.py プロジェクト: B-Rich/gcc-python-plugin
 def _check_refcounts(self, fun):
     check_refcounts(fun, self.dump_traces, self.show_traces,
                     self.show_possible_null_derefs,
                     maxtrans=self.maxtrans,
                     dump_json=self.dump_json)
コード例 #3
0
ファイル: __init__.py プロジェクト: eevee/gcc-python-plugin
 def _check_refcounts(self, fun):
     check_refcounts(fun, self.dump_traces, self.show_traces,
                     self.show_possible_null_derefs)