Home
last modified time | relevance | path

Searched refs:ContextErrorMessage (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dchecker_test.cpp55 ASSERT_EQ(std::string(impl_->ContextErrorMessage(ctx)), in TEST_F()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Des2panda_public_test.cpp59 ASSERT_EQ(std::string(impl_->ContextErrorMessage(ctx)), in TEST_F()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h134 char const *(*ContextErrorMessage)(es2panda_Context *context); member
Des2panda_lib.cpp732 extern "C" char const *ContextErrorMessage(es2panda_Context *context) in ContextErrorMessage() function
2394 ContextErrorMessage,