Home
last modified time | relevance | path

Searched full:definition (Results 1 – 25 of 1178) sorted by relevance

12345678910>>...48

/arkcompiler/runtime_core/libabckit/scripts/
Ddyn_inst_constructors_gen.rb136 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/
Dambient_annotations_bad_type01.sts35 …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…
Dambient_annotations_bad_type02.sts36 …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/
DstructLowering.cpp41 if (etsStrucDeclaration->Definition()->TypeParams() != nullptr && in CreateStructTypeReference()
42 !etsStrucDeclaration->Definition()->TypeParams()->Params().empty()) { in CreateStructTypeReference()
46 for (const auto &param : 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/
Ddefinitions.rb23 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"
Dtest_base.rb80 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/
Ddefinitions.rb23 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"
Dtest_base.rb80 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/
Dmplad_latency_type.def1 /* cortex_a55 latency type definition definition : */
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Ddeclare_namespace_3-expected.txt6 "definition": {
25 "definition": {
89 "definition": {
Ddeclare_namespace-expected.txt6 "definition": {
47 "definition": {
Dambient_declaration_final_class-expected.txt6 "definition": {
143 "definition": {
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_benchmark_test.cpp77 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()
De2p_test_plugin_ets_benchmark_with_checker_func_test.cpp98 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/
DFakeNativeTest.sts36 …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/
DclassExpression.h38 const ClassDefinition *Definition() const in Definition() function
43 ClassDefinition *Definition() in Definition() function
/arkcompiler/runtime_core/static_core/tests/checked/
Dllvmaot-gc-liveness.pa22 #! 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/
DnamespaceDeclaration.h36 NamespaceDefinition *Definition() in Definition() function
41 const NamespaceDefinition *Definition() const in Definition() function
DclassDeclaration.h29 ClassDefinition *Definition() in Definition() function
34 const ClassDefinition *Definition() const in Definition() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DetsWarningAnalyzer.cpp53 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/
Dast_verifier_private_access_negative_test_1_4.cpp44 ->Definition() in TEST_F()
82 ->Definition() in TEST_F()
121 ->Definition() in TEST_F()
160 ->Definition() in TEST_F()
Dast_verifier_protected_access_negative_test_1_3.cpp45 ->Definition() in TEST_F()
84 ->Definition() in TEST_F()
123 ->Definition() in TEST_F()
/arkcompiler/ets_frontend/ets2panda/parser/program/
DentityNameVisitor.cpp22 name_ = classDecl->AsClassDeclaration()->Definition()->Ident()->Name(); in VisitClassDeclaration()
51 name_ = structDecl->AsETSStructDeclaration()->Definition()->Ident()->Name(); in VisitETSStructDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h43 const ClassDefinition *Definition() const in Definition() function
48 ClassDefinition *Definition() in Definition() function
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/dynamic_import_tests/modules/
Dinstanceof-expected.txt6 "definition": {
49 "definition": {
186 "definition": {

12345678910>>...48