Home
last modified time | relevance | path

Searched defs:LangBase (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dgenerate.py118 def process_imports(lang_impl: LangBase, imports: str,
213 lang_impl: LangBase,
287 def process_source_file(self, src: Path, lang: LangBase) -> Iterable[TemplateVars]:
304 lang_impl: LangBase, src: SrcPath, variant: TemplateVars,
Dlang.py27 class LangBase(ABC): class
Ddoclet.py49 def create(cls, text: str, lang: LangBase):