Home
last modified time | relevance | path

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

1234567

/arkcompiler/runtime_core/static_core/runtime/tests/
Dregexp_test.cpp104 RegExpParser parser = RegExpParser(); in TEST_F() local
137 RegExpParser parser = RegExpParser(); in TEST_F() local
147 RegExpParser parser = RegExpParser(); in TEST_F() local
157 RegExpParser parser = RegExpParser(); in TEST_F() local
167 RegExpParser parser = RegExpParser(); in TEST_F() local
177 RegExpParser parser = RegExpParser(); in TEST_F() local
187 RegExpParser parser = RegExpParser(); in TEST_F() local
197 RegExpParser parser = RegExpParser(); in TEST_F() local
207 RegExpParser parser = RegExpParser(); in TEST_F() local
217 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/runtime_core/panda_guard/tests/unittest/
Dguard_args_parser_test.cpp35 GuardArgsParser parser; variable
72 GuardArgsParser parser; variable
/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/ets_frontend/ets2panda/compiler/lowering/ets/
DspreadLowering.cpp40 auto *const parser = ctx->parser->AsETSParser(); in CreateSpreadArrayDeclareStatements() local
59 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayLengthStatement() local
88 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayDeclareStatement() local
152 auto *const parser = ctx->parser->AsETSParser(); in GenerateTupleInitExpr() local
169 auto *const parser = ctx->parser->AsETSParser(); in CreateNewTupleDeclareStatement() local
192 auto *const parser = ctx->parser->AsETSParser(); in CreateElementsAssignStatementBySpreadArr() local
215 auto *const parser = ctx->parser->AsETSParser(); in CreateElementsAssignStatementBySingle() local
233 auto *const parser = ctx->parser->AsETSParser(); in CreateElementsAssignForTupleElements() local
259 auto *const parser = ctx->parser->AsETSParser(); in CreateReturnStatement() local
324 auto *const parser = ctx->parser->AsETSParser(); in CreateLoweredExpressionForArray() local
[all …]
DobjectIndexAccess.cpp32 ir::Expression *ObjectIndexLowering::ProcessIndexSetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexSetAccess() argument
87 ir::Expression *ObjectIndexLowering::ProcessIndexGetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexGetAccess() argument
109 auto *const parser = ctx->parser->AsETSParser(); in PerformForModule() local
DboxedTypeLowering.cpp30 parser::ETSParser *parser) in BoxNumberLiteralArguments() argument
77 auto 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/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/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp75 Parser parser; in HWTEST_F_L0() local
104 Parser parser; in HWTEST_F_L0() local
126 Parser parser; in HWTEST_F_L0() local
155 Parser parser; in HWTEST_F_L0() local
208 Parser parser; in CreateJSPandaFileAndConstpool() local
244 Parser parser; in HWTEST_F_L0() local
278 Parser parser; in HWTEST_F_L0() local
313 Parser parser; in HWTEST_F_L0() local
332 Parser parser; in HWTEST_F_L0() local
366 Parser parser; in HWTEST_F_L0() local
[all …]
/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/runtime_core/static_core/compiler/tests/
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
Daot_test.cpp118 pandasm::Parser parser; in TEST_F() local
154 pandasm::Parser parser; in TEST_F() local
367 pandasm::Parser parser; in PaocSpecifyMethodsEmit() local
437 pandasm::Parser parser; in PaocMultipleFilesEmitFirst() local
455 pandasm::Parser parser; in PaocMultipleFilesEmitSecond() local
512 pandasm::Parser parser; in TEST_F() local
563 pandasm::Parser parser; in TEST_F() local
683 pandasm::Parser parser; in PaocClustersEmit() local
746 pandasm::Parser parser; in PandaFilesEmitFirst() local
764 pandasm::Parser parser; in PandaFilesEmitSecond() local
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.cpp18 namespace panda::es2panda::parser { namespace
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/native/
Dsampler_ani_traces_check.py21 parser = argparse.ArgumentParser(description="Ani trace test") variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/managed/
Dsampler_traces_check.py21 parser = argparse.ArgumentParser(description="Sampler trace test") variable
/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
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dbuild.py86 parser = argparse.ArgumentParser(description="Build script with optional target directory.") variable
/arkcompiler/runtime_core/static_core/static_linker/tests/data/ets/filesinfo/
Dgenerate_filesinfo.py56 parser = argparse.ArgumentParser(description='generate filesinfo') variable

1234567