| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | dyn_inst_constructors_gen.rb | 136 definition = "extern \"C\" AbckitInst *Icreate#{inst.opcode}(" 137 definition += "AbckitGraph *graph" 140 definition += ", AbckitInst *acc" 149 definition += ", AbckitInst *input#{inst_input}" 152 definition += ", AbckitCoreFunction *method" 154 definition += ", AbckitLiteralArray *literalArray" 156 definition += ", AbckitString *string" 160 definition += ", AbckitCoreModule *md" 162 definition += ", AbckitCoreImportDescriptor *id" 164 definition += ", AbckitCoreExportDescriptor *ed" [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/ |
| D | ambient_annotations_bad_type01.sts | 35 …eError: Initializer for field 'authorName' does not match the expected definition in the ambient a… 37 …peError: Initializer for field 'authorAge' does not match the expected definition in the ambient a… 39 …ypeError: Initializer for field 'testBool' does not match the expected definition in the ambient a… 41 …eError: Initializer for field 'favorColor' does not match the expected definition in the ambient a… 44 /* @@? 23:5 Error TypeError: Initializer for field 'color' does not match the expected definition i… 47 …peError: Initializer for field 'reviewers' does not match the expected definition in the ambient a… 50 …rror: Initializer for field 'reviewersAge' does not match the expected definition in the ambient a… 53 …peError: Initializer for field 'testBools' does not match the expected definition in the ambient a…
|
| D | ambient_annotations_bad_type02.sts | 36 …peError: Initializer for field 'authorAge' does not match the expected definition in the ambient a… 38 …ypeError: Initializer for field 'testBool' does not match the expected definition in the ambient a… 39 …eError: Initializer for field 'favorColor' does not match the expected definition in the ambient a… 40 /* @@? 23:5 Error TypeError: Initializer for field 'color' does not match the expected definition i…
|
| /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() 60 … checker->AllocNode<ir::Identifier>(etsStrucDeclaration->Definition()->Ident()->Name(), allocator); in CreateStructTypeReference() 96 ast->AsETSStructDeclaration()->Definition()->SetSuper(typeRef); in Perform() 97 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 : */
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | declare_namespace_3-expected.txt | 6 "definition": { 25 "definition": { 89 "definition": {
|
| D | declare_namespace-expected.txt | 6 "definition": { 47 "definition": {
|
| D | ambient_declaration_final_class-expected.txt | 6 "definition": { 143 "definition": {
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | e2p_test_plugin_ets_benchmark_test.cpp | 77 es2panda_AstNode *definition = impl->ClassDeclarationDefinition(globalContext, ast); in FindClass() local 78 if (definition == nullptr) { in FindClass() 81 es2panda_AstNode *identifier = impl->ClassDefinitionIdent(globalContext, definition); in FindClass() 86 CreateNewFunctions(globalContext, definition); in FindClass()
|
| D | e2p_test_plugin_ets_benchmark_with_checker_func_test.cpp | 98 es2panda_AstNode *definition = impl->ClassDeclarationDefinition(globalContext, ast); in FindClass() local 99 if (definition == NULL) { in FindClass() 102 es2panda_AstNode *identifier = impl->ClassDefinitionIdent(globalContext, definition); in FindClass() 107 CreateNewFunctions(globalContext, definition); in FindClass()
|
| /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/ir/statements/ |
| D | namespaceDeclaration.h | 36 NamespaceDefinition *Definition() in Definition() function 41 const NamespaceDefinition *Definition() const in Definition() function
|
| D | classDeclaration.h | 29 ClassDefinition *Definition() in Definition() function 34 const ClassDefinition *Definition() const in Definition() function
|
| /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/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()
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | entityNameVisitor.cpp | 22 name_ = classDecl->AsClassDeclaration()->Definition()->Ident()->Name(); in VisitClassDeclaration() 51 name_ = structDecl->AsETSStructDeclaration()->Definition()->Ident()->Name(); in VisitETSStructDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 43 const ClassDefinition *Definition() const in Definition() function 48 ClassDefinition *Definition() in Definition() function
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/dynamic_import_tests/modules/ |
| D | instanceof-expected.txt | 6 "definition": { 49 "definition": { 186 "definition": {
|