Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 25 of 142) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/runtime/tests/
Dregexp_test.cpp104 RegExpParser parser = RegExpParser(); in TEST_F() local
114 RegExpParser parser = RegExpParser(); in TEST_F() local
124 RegExpParser parser = RegExpParser(); in TEST_F() local
134 RegExpParser parser = RegExpParser(); in TEST_F() local
144 RegExpParser parser = RegExpParser(); in TEST_F() local
154 RegExpParser parser = RegExpParser(); in TEST_F() local
164 RegExpParser parser = RegExpParser(); in TEST_F() local
174 RegExpParser parser = RegExpParser(); in TEST_F() local
184 RegExpParser parser = RegExpParser(); in TEST_F() local
194 RegExpParser parser = RegExpParser(); in TEST_F() local
[all …]
Dexception_test.cpp146 pandasm::Parser parser; in TEST_F() local
231 pandasm::Parser parser; in TEST_F() local
319 pandasm::Parser parser; in TEST_F() local
408 pandasm::Parser parser; in TEST_F() local
498 pandasm::Parser parser; in TEST_F() local
588 pandasm::Parser parser; in TEST_F() local
674 pandasm::Parser parser; in TEST_F() local
760 pandasm::Parser parser; in TEST_F() local
848 pandasm::Parser parser; in TEST_F() local
936 pandasm::Parser parser; in TEST_F() local
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp121 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
131 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
141 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
151 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
161 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
171 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
181 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
191 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
201 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
211 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_frontend/ets2panda/parser/
DparserStatusContext.h78 …explicit SavedParserContext(ParserImpl *parser, Args &&...args) : parser_(parser), prev_(parser->c… in SavedParserContext()
98 …explicit SavedClassPrivateContext(ParserImpl *parser) : parser_(parser), prev_(parser->classPrivat… in SavedClassPrivateContext()
118 …explicit FunctionContext(ParserImpl *parser, ParserStatus newStatus) : SavedParserContext(parser, … in FunctionContext()
158 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext()
DJSparser.cpp18 namespace ark::es2panda::parser { namespace
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp113 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
141 Utf16JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
177 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
198 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
224 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
252 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
267 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
283 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
302 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
319 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
[all …]
Dason_test.cpp98 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
124 Utf16JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
153 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
166 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
177 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
186 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
195 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
205 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
218 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
229 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/panda_guard/tests/unittest/
Dguard_args_parser_test.cpp35 GuardArgsParser parser; variable
72 GuardArgsParser parser; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DspreadLowering.cpp40 auto *const parser = ctx->parser->AsETSParser(); in CreateSpreadArrayDeclareStatements() local
57 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayLengthStatement() local
88 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayDeclareStatement() local
117 auto *const parser = ctx->parser->AsETSParser(); in CreateSpreadArrIteratorStatement() local
134 auto *const parser = ctx->parser->AsETSParser(); in CreateElementsAssignStatementBySpreadArr() local
159 auto *const parser = ctx->parser->AsETSParser(); in CreateElementsAssignStatementBySingle() local
180 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayElementsAssignStatement() local
218 auto *const parser = ctx->parser->AsETSParser(); in CreateLoweredExpression() local
DobjectIndexAccess.cpp31 ir::Expression *ObjectIndexLowering::ProcessIndexSetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexSetAccess() argument
50 ir::Expression *ObjectIndexLowering::ProcessIndexGetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexGetAccess() argument
80 auto *const parser = ctx->parser->AsETSParser(); in Perform() local
DexpandBrackets.cpp44 parser::ETSParser *parser, checker::ETSChecker *checker, in ProcessNewArrayInstanceExpression() argument
83 parser::ETSParser *parser, checker::ETSChecker *checker, in ProcessNewMultiDimArrayInstanceExpression() argument
155 auto *const parser = ctx->parser->AsETSParser(); in Perform() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Doptimize_bytecode_test.cpp92 panda::pandasm::Parser parser; variable
147 panda::pandasm::Parser parser; variable
207 panda::pandasm::Parser parser; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp68 Parser parser; in HWTEST_F_L0() local
97 Parser parser; in HWTEST_F_L0() local
119 Parser parser; in HWTEST_F_L0() local
148 Parser parser; in HWTEST_F_L0() local
197 Parser parser; in CreateJSPandaFileAndConstpool() local
233 Parser parser; in HWTEST_F_L0() local
267 Parser parser; in HWTEST_F_L0() local
304 Parser parser; in HWTEST_F_L0() local
323 Parser parser; in HWTEST_F_L0() local
357 Parser parser; in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp105 pandasm::Parser parser; in TEST_F() local
144 pandasm::Parser parser; in TEST_F() local
163 pandasm::Parser parser; in TEST_F() local
210 pandasm::Parser parser; in TEST_F() local
241 pandasm::Parser parser; in TEST_F() local
279 pandasm::Parser parser; in TEST_F() local
320 pandasm::Parser parser; in TEST_F() local
Daot_test.cpp101 pandasm::Parser parser; in TEST_F() local
138 pandasm::Parser parser; in TEST_F() local
318 pandasm::Parser parser; in TEST_F() local
362 pandasm::Parser parser; in TEST_F() local
379 pandasm::Parser parser; in TEST_F() local
424 pandasm::Parser parser; in TEST_F() local
476 pandasm::Parser parser; in TEST_F() local
707 pandasm::Parser parser; in TEST_F() local
771 pandasm::Parser parser; in TEST_F() local
788 pandasm::Parser parser; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_llvm.h31 void AddExtraOptions(PandArgParser *parser) override in AddExtraOptions()
/arkcompiler/runtime_core/verifier/tests/
Dverify_262abc_files.py58 parser = argparse.ArgumentParser(description="Verify .abc files using ark_verifier tool.") variable
/arkcompiler/toolchain/build/config/mac/
Dxcrun.py22 parser = argparse.ArgumentParser( variable
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.cpp18 namespace panda::es2panda::parser { namespace
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp117 pandasm::Parser parser; in TEST_F() local
153 pandasm::Parser parser; in TEST_F() local
366 pandasm::Parser parser; in PaocSpecifyMethodsEmit() local
436 pandasm::Parser parser; in PaocMultipleFilesEmitFirst() local
454 pandasm::Parser parser; in PaocMultipleFilesEmitSecond() local
511 pandasm::Parser parser; in TEST_F() local
562 pandasm::Parser parser; in TEST_F() local
682 pandasm::Parser parser; in PaocClustersEmit() local
745 pandasm::Parser parser; in PandaFilesEmitFirst() local
763 pandasm::Parser parser; in PandaFilesEmitSecond() local
Dclass_hash_table_test.cpp105 pandasm::Parser parser; in TEST_F() local
135 pandasm::Parser parser; in GetClassHashTableABC1() local
155 pandasm::Parser parser; in GetClassHashTableABC2() local
218 pandasm::Parser parser; in TEST_F() local
249 pandasm::Parser parser; in TEST_F() local
287 pandasm::Parser parser; in TEST_F() local
321 pandasm::Parser parser; in GetClassIdFromClassHashTableABC() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
Dsampler_napi_traces_check.py20 parser = argparse.ArgumentParser(description="Napi trace test") variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
Dsampler_traces_check.py21 parser = argparse.ArgumentParser(description="Sampler trace test") variable
/arkcompiler/ets_frontend/ets2panda/parser/context/
DparserContext.cpp19 namespace ark::es2panda::parser { namespace
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
Drun_javar8.py34 def is_file(parser, arg): argument
39 def is_dir(parser, arg): argument

123456