Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_module.cpp53 …AnnotationEmitTest::CheckModuleAnnotation(program, "ETSGLOBAL", true, {"ExportedClass", "ExportedN… in TEST_F()
54 AnnotationEmitTest::CheckModuleAnnotation(program, "ExportedClass", false); in TEST_F()
55 AnnotationEmitTest::CheckModuleAnnotation(program, "ExportedNamespace", true, {}); in TEST_F()
74 … AnnotationEmitTest::CheckModuleAnnotation(program, "ETSGLOBAL", true, {"ExportedNamespace"}); in TEST_F()
75 AnnotationEmitTest::CheckModuleAnnotation(program, "ExportedNamespace", true, in TEST_F()
77 …AnnotationEmitTest::CheckModuleAnnotation(program, "ExportedNamespace.D", true, {"ExportedNamespac… in TEST_F()
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dasm_test.h74 …void CheckModuleAnnotation(ark::pandasm::Program *program, const std::string &recordName, bool isM…
Dasm_test.cpp140 void AsmTest::CheckModuleAnnotation(ark::pandasm::Program *program, const std::string &recordName, … in CheckModuleAnnotation() function in test::utils::AsmTest