Searched refs:CheckModuleAnnotation (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/test/unit/annotations/ |
| D | annotations_module.cpp | 53 …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/ |
| D | asm_test.h | 74 …void CheckModuleAnnotation(ark::pandasm::Program *program, const std::string &recordName, bool isM…
|
| D | asm_test.cpp | 140 void AsmTest::CheckModuleAnnotation(ark::pandasm::Program *program, const std::string &recordName, … in CheckModuleAnnotation() function in test::utils::AsmTest
|