| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | structLowering.cpp | 41 if (etsStrucDeclaration->Definition()->TypeParams() != nullptr && in CreateStructTypeReference() 42 !etsStrucDeclaration->Definition()->TypeParams()->Params().empty()) { in CreateStructTypeReference() 46 for (const auto ¶m : etsStrucDeclaration->Definition()->TypeParams()->Params()) { in CreateStructTypeReference() 61 … checker->AllocNode<ir::Identifier>(etsStrucDeclaration->Definition()->Ident()->Name(), allocator); in CreateStructTypeReference() 98 ast->AsETSStructDeclaration()->Definition()->SetSuper(typeRef); in Perform() 99 ast->AsETSStructDeclaration()->Definition()->AddModifier(ir::ModifierFlags::FINAL); in Perform()
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | definitions.rb | 23 def definition(item_name) method in Generator.Definitions 24 LOG.debug "search for '#{item_name}' definition" 32 raise "Definition of '#{item_name}' is not found"
|
| D | test_base.rb | 80 content.puts @definitions.definition template 82 content.puts @predefined.definition template 86 content.puts @predefined.definition Generator::DEF_MAIN 94 content.puts @predefined.definition 'main-exitcode-wrapper'
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | definitions.rb | 23 def definition(item_name) method in Generator.Definitions 24 LOG.debug "search for '#{item_name}' definition" 32 raise "Definition of '#{item_name}' is not found"
|
| D | test_base.rb | 80 content.puts @definitions.definition template 82 content.puts @predefined.definition template 86 content.puts @predefined.definition Generator::DEF_MAIN 94 content.puts @predefined.definition 'main-exitcode-wrapper'
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | mplad_latency_type.def | 1 /* cortex_a55 latency type definition definition : */
|
| D | mplad_arch_define.def | 1 /* cortex_a55 Architecture definition : */
|
| D | mplad_unit_id.def | 1 /* cortex_a55 function unit ID definition : */
|
| D | mplad_unit_name.def | 1 /* cortex_a55 function unit name definition : */
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | etsWarningAnalyzer.cpp | 53 classDef->Ident()->Name() == it->AsClassDeclaration()->Definition()->Ident()->Name()) { in AnalyzeClassDefForFinalModifier() 57 const auto *itAsClassDef = it->AsClassDeclaration()->Definition(); in AnalyzeClassDefForFinalModifier() 90 if (!it->IsClassDeclaration() || it->AsClassDeclaration()->Definition()->IsGlobal() || in AnalyzeClassMethodForFinalModifier() 91 classDef->Ident()->Name() == it->AsClassDeclaration()->Definition()->Ident()->Name()) { in AnalyzeClassMethodForFinalModifier() 95 const auto *statementDef = it->AsClassDeclaration()->Definition(); in AnalyzeClassMethodForFinalModifier() 123 if (node->AsClassDeclaration()->Definition()->IsClassDefinition()) { in ETSWarningSuggestFinal() 124 AnalyzeClassDefForFinalModifier(node->AsClassDeclaration()->Definition()); in ETSWarningSuggestFinal() 127 const auto classBody = node->AsClassDeclaration()->Definition()->Body(); in ETSWarningSuggestFinal() 130 …yzeClassMethodForFinalModifier(it->AsMethodDefinition(), node->AsClassDeclaration()->Definition()); in ETSWarningSuggestFinal() 180 const auto *classDef = node->AsClassDeclaration()->Definition(); in ETSWarningsProhibitTopLevelStatements()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/ets/ |
| D | FakeNativeTest.sts | 36 …hrow new Error("ERROR: nativeFake method was successfully called, but does not have a definition"); 49 … Error("ERROR: nativeFakeCritical method was successfully called, but does not have a definition");
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | classExpression.h | 38 const ClassDefinition *Definition() const in Definition() function 43 ClassDefinition *Definition() in Definition() function
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | llvmaot-gc-liveness.pa | 22 #! CHECKER Definition with phi input in the same block 30 call foo_AA, v0 # the definition and the phi input are in the same block
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_private_access_negative_test_1_4.cpp | 44 ->Definition() in TEST_F() 82 ->Definition() in TEST_F() 121 ->Definition() in TEST_F() 160 ->Definition() in TEST_F()
|
| D | ast_verifier_protected_access_negative_test_1_3.cpp | 45 ->Definition() in TEST_F() 84 ->Definition() in TEST_F() 123 ->Definition() in TEST_F()
|
| D | ast_verifier_private_access_negative_test_5_7.cpp | 48 ->Definition() in TEST_F() 101 ->Definition() in TEST_F() 154 ->Definition() in TEST_F()
|
| D | ast_verifier_protected_access_negative_test_4_6.cpp | 48 ->Definition() in TEST_F() 101 ->Definition() in TEST_F() 154 ->Definition() in TEST_F()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 39 const ClassDefinition *Definition() const in Definition() function 44 ClassDefinition *Definition() in Definition() function
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | classDeclaration.h | 29 ClassDefinition *Definition() in Definition() function 34 const ClassDefinition *Definition() const in Definition() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-modifier-keywords-2-expected.txt | 6 "definition": { 117 "definition": { 254 "definition": { 378 "definition": { 502 "definition": {
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsStructDeclaration.h | 35 [[nodiscard]] ClassDefinition *Definition() noexcept in Definition() function 40 [[nodiscard]] const ClassDefinition *Definition() const noexcept in Definition() function
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | classes-expected.txt | 6 "definition": { 143 "definition": { 280 "definition": { 417 "definition": { 594 "definition": {
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | export_type-expected.txt | 6 "definition": { 186 "definition": { 323 "definition": { 460 "definition": {
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 57 - if has destination, update virtual register definition in the vreg map 131 // Get current definition of the accumulator and set it as the first input to the instruction/ 136 …// ADD bytecode write resutl to the accumulator, so update definition of the accumulator by create…
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/dynamic_import_tests/modules/ |
| D | instanceof-expected.txt | 6 "definition": { 144 "definition": { 281 "definition": {
|