Home
last modified time | relevance | path

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

12345678910>>...45

/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()
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/
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 : */
Dmplad_arch_define.def1 /* cortex_a55 Architecture definition : */
Dmplad_unit_id.def1 /* cortex_a55 function unit ID definition : */
Dmplad_unit_name.def1 /* cortex_a55 function unit name definition : */
/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/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/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()
Dast_verifier_private_access_negative_test_5_7.cpp48 ->Definition() in TEST_F()
101 ->Definition() in TEST_F()
154 ->Definition() in TEST_F()
Dast_verifier_protected_access_negative_test_4_6.cpp48 ->Definition() in TEST_F()
101 ->Definition() in TEST_F()
154 ->Definition() in TEST_F()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h39 const ClassDefinition *Definition() const in Definition() function
44 ClassDefinition *Definition() in Definition() function
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DclassDeclaration.h29 ClassDefinition *Definition() in Definition() function
34 const ClassDefinition *Definition() const in Definition() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-modifier-keywords-2-expected.txt6 "definition": {
117 "definition": {
254 "definition": {
378 "definition": {
502 "definition": {
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsStructDeclaration.h35 [[nodiscard]] ClassDefinition *Definition() noexcept in Definition() function
40 [[nodiscard]] const ClassDefinition *Definition() const noexcept in Definition() function
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dclasses-expected.txt6 "definition": {
143 "definition": {
280 "definition": {
417 "definition": {
594 "definition": {
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Dexport_type-expected.txt6 "definition": {
186 "definition": {
323 "definition": {
460 "definition": {
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md57 - 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/
Dinstanceof-expected.txt6 "definition": {
144 "definition": {
281 "definition": {

12345678910>>...45