Home
last modified time | relevance | path

Searched defs:DiagBase (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Ddiagnostics.py63 class DiagBase(ABC): class
167 def emit(self, diag: DiagBase) -> None:
224 def emit(self, diag: DiagBase) -> None:
269 def _render(self, d: DiagBase):
/arkcompiler/runtime_core/taihe/compiler/tests/
Dtest_semantic_error.py50 def emit(self, diag: DiagBase) -> None:
65 def assert_has_error(self, ty: type[DiagBase]):