| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | forLoopCorrectlyInitialized.cpp | 44 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForInStatement() 48 ctx.AddCheckMessage("INCORRECT FOR-IN-LEFT", *ast, ast->Start()); in HandleForInStatement() 49 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForInStatement() 60 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForOfStatement() 64 ctx.AddCheckMessage("INCORRECT FOR-OF-LEFT", *ast, ast->Start()); in HandleForOfStatement() 65 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForOfStatement() 79 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement() 87 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
|
| D | modifierAccessValid.cpp | 26 …auto [decision, action] = HandleMethodExpression(ctx, ast); decision == CheckDecision::INCORRECT) { in operator ()() 29 … (auto [decision, action] = HandleCallExpression(ctx, ast); decision == CheckDecision::INCORRECT) { in operator ()() 44 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleMethodExpression() 62 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleCallExpression()
|
| D | variableHasEnclosingScope.cpp | 32 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 37 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 50 result = {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 55 result = {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
|
| D | sequenceExpressionHasLastType.cpp | 30 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 34 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 38 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/arrays/ |
| D | class_composite.sts | 43 assert (x0.x0 == true) : "Incorrect class composite property #1!"; 46 assert (x1.x0 == true) : "Incorrect class composite property #2!"; 49 assert (x2.x0 == true) : "Incorrect class composite property #3!"; 52 assert (f1.x0 == true) : "Incorrect class composite property #4!"; 55 assert (f2.x0 == true) : "Incorrect class composite property #5!"; 58 assert (f3.x0 == true) : "Incorrect class composite property #6!";
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ldai.64.yaml | 66 description: Check ldai.64 with incorrect positive values (float). 71 description: Check ldai.64 with incorrect positive values (float). 110 description: Check ldai.64 with incorrect negative values (float). 115 description: Check ldai.64 with incorrect negative values (float).
|
| D | ldai.yaml | 74 description: Check ldai with incorrect positive values (float). 79 description: Check ldai with incorrect positive values (float). 134 description: Check ldai with incorrect negative values (float). 139 description: Check ldai with incorrect negative values (float).
|
| D | sta.yaml | 108 description: Check sta with incorrect register numbers. 111 description: Check sta with incorrect register numbers. 114 description: Check sta with incorrect register numbers. 117 description: Check 'sta' with incorrect accumulator type. Register type is not checked. 133 ##- Accumulator initialization with incorrect types 245 description: Check sta.64 with incorrect value.
|
| D | sta.64.yaml | 135 description: Check sta.64 with incorrect register numbers. 138 description: Check sta.64 with incorrect register numbers. 141 description: Check sta.64 with incorrect register numbers. 144 description: Check 'sta.64' with incorrect accumulator type. Register type is not checked. 160 ##- Accumulator initialization with incorrect types 275 description: Check sta.64 with incorrect value.
|
| D | sta.obj.yaml | 185 description: Check sta.obj with incorrect register numbers. 216 description: Check sta.obj with incorrect register numbers. 219 description: Check 'sta.obj' with incorrect accumulator type. Register type is not checked. 237 ##- Accumulator initialization with incorrect types 329 description: Check sta.obj with incorrect value.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldai.64.yaml | 66 description: Check ldai.64 with incorrect positive values (float). 71 description: Check ldai.64 with incorrect positive values (float). 110 description: Check ldai.64 with incorrect negative values (float). 115 description: Check ldai.64 with incorrect negative values (float).
|
| D | ldai.yaml | 74 description: Check ldai with incorrect positive values (float). 79 description: Check ldai with incorrect positive values (float). 134 description: Check ldai with incorrect negative values (float). 139 description: Check ldai with incorrect negative values (float).
|
| D | sta.yaml | 108 description: Check sta with incorrect register numbers. 111 description: Check sta with incorrect register numbers. 114 description: Check sta with incorrect register numbers. 117 description: Check 'sta' with incorrect accumulator type. Register type is not checked. 133 ##- Accumulator initialization with incorrect types 245 description: Check sta.64 with incorrect value.
|
| D | sta.64.yaml | 135 description: Check sta.64 with incorrect register numbers. 138 description: Check sta.64 with incorrect register numbers. 141 description: Check sta.64 with incorrect register numbers. 144 description: Check 'sta.64' with incorrect accumulator type. Register type is not checked. 160 ##- Accumulator initialization with incorrect types 275 description: Check sta.64 with incorrect value.
|
| D | sta.obj.yaml | 185 description: Check sta.obj with incorrect register numbers. 216 description: Check sta.obj with incorrect register numbers. 219 description: Check 'sta.obj' with incorrect accumulator type. Register type is not checked. 237 ##- Accumulator initialization with incorrect types 329 description: Check sta.obj with incorrect value.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/ |
| D | for_loop_incorrect_params.params.yaml | 38 - doc: using incorrect characters 44 - doc: using incorrect characters 50 - doc: using incorrect characters
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/03.re-export_directives/ |
| D | reexport_from_incorrect_path.sts | 21 // Export from incorrect path 22 export {foo} from "./incorrect"
|
| /arkcompiler/runtime_core/static_core/verification/gen/templates/ |
| D | abs_int_inl_gen.h.erb | 37 LOG(ERROR, VERIFIER) << "Incorrect opcode"; 64 LOG(ERROR, VERIFIER) << "Incorrect opcode"; 70 LOG(ERROR, VERIFIER) << "Incorrect opcode"; 78 LOG(ERROR, VERIFIER) << "Incorrect opcode";
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | LongLiteralLimits.sts | 21 assert decLongMax - binLongMax + hexLongMax - octLongMax == 0: "Incorrect long max result"; 27 assert decLongMin - binLongMin + hexLongMin - octLongMin == 0: "Incorrect long min result";
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/Bigint/ |
| D | bigint-arithmetic-types-check.sts | 25 console.log("x1 has incorrect type"); 30 console.log("x2 has incorrect type");
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | panda_smart_pointers.h | 37 static_assert(!std::is_void_v<T>, "Incorrect (void) type for DefaultPandaDelete"); in operator() 38 static_assert(sizeof(T) > 0, "Incorrect (incomplete) type for DefaultPandaDelete"); in operator() 59 static_assert(!std::is_void_v<T>, "Incorrect (void) type for DefaultPandaDelete"); 60 static_assert(sizeof(T) > 0, "Incorrect (incomplete) type for DefaultPandaDelete");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArrayAlgorithms.sts | 34 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 72 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 87 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 125 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 200 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 238 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 253 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 291 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 366 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 404 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | Array_builtin_algorithms.sts.j2 | 38 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 76 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 91 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 129 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 144 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 182 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 197 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect 235 …und of a key. Has to be sorted, otherwise the answer is implementation-defined and may be incorrect
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_imm_valid.cpp | 69 … DEBUG_ASSERT(expectedOutcome, "incorrect implementation: not valid value but returning true"); in IsBitmaskImmediate() 81 DEBUG_ASSERT(!expectedOutcome, "incorrect implementation: valid value but returning false"); in IsBitmaskImmediate() 89 …DEBUG_ASSERT(expectedOutcome == ret, "incorrect implementation: return value does not match expect… in IsBitmaskImmediate()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_types/ |
| D | check_compat_objects.js | 34 let errMsg = 'incorrect js object'; 42 let errMsg = 'incorrect ets object';
|