Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dchecker_test.cpp27 cfg_ = impl_->CreateConfig(1, argv); in CheckerTest()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Des2panda_public_test.cpp27 cfg_ = impl_->CreateConfig(1, argv); in Es2PandaLibTest()
Dast_verifier_test.cpp60 cfg_ = impl_->CreateConfig(1, argv); in ASTVerifierTest()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h125 es2panda_Config *(*CreateConfig)(int argc, char const **argv); member
Des2panda_lib.cpp384 extern "C" es2panda_Config *CreateConfig(int args, char const **argv) in CreateConfig() function
2385 CreateConfig,