Home
last modified time | relevance | path

Searched refs:add_source (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/tests/
Dtest_semantic_error.py58 def add_source(self, pkg_name: str, source: str): member in SemanticTestCompilerInstance
59 self.source_manager.add_source(SourceBuffer(pkg_name, StringIO(source)))
92 test_instance.add_source("package.1", "")
100 test_instance.add_source(
113 test_instance.add_source(
124 test_instance.add_source(
137 test_instance.add_source(
153 test_instance.add_source(
160 test_instance.add_source(
173 test_instance.add_source(
[all …]
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Dsources.py103 def add_source(self, sb: SourceBase): member in SourceManager
/arkcompiler/runtime_core/taihe/compiler/taihe/driver/
Dcontexts.py132 self.source_manager.add_source(source)