Home
last modified time | relevance | path

Searched refs:ContextProgram (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.cpp361 auto *ast = reinterpret_cast<AstNode *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
386 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
424 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
463 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
502 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
543 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
596 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
649 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
697 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
734 auto *ast = reinterpret_cast<ETSScript *>(impl_->ProgramAst(impl_->ContextProgram(ctx))); in TEST_F()
[all …]
De2p_test_plugin.c43 es2panda_AstNode *ast = impl->ProgramAst(impl->ContextProgram(ctx)); in e2p_test_plugin_AfterParse()
Des2panda_public_test.cpp95 impl_->AstNodeForEach(impl_->ProgramAst(impl_->ContextProgram(ctx)), func, &arg); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h136 es2panda_Program *(*ContextProgram)(es2panda_Context *context); member
Des2panda_lib.cpp738 extern "C" es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram() function
2396 ContextProgram,