Home
last modified time | relevance | path

Searched full:incorrect (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DforLoopCorrectlyInitialized.cpp44 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()
DmodifierAccessValid.cpp26 …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()
DvariableHasEnclosingScope.cpp32 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 ()()
DsequenceExpressionHasLastType.cpp30 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/
Dclass_composite.sts43 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/
Dldai.64.yaml66 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).
Dldai.yaml74 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).
Dsta.yaml108 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.
Dsta.64.yaml135 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.
Dsta.obj.yaml185 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/
Dldai.64.yaml66 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).
Dldai.yaml74 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).
Dsta.yaml108 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.
Dsta.64.yaml135 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.
Dsta.obj.yaml185 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/
Dfor_loop_incorrect_params.params.yaml38 - 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/
Dreexport_from_incorrect_path.sts21 // Export from incorrect path
22 export {foo} from "./incorrect"
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dabs_int_inl_gen.h.erb37 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/
DLongLiteralLimits.sts21 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/
Dbigint-arithmetic-types-check.sts25 console.log("x1 has incorrect type");
30 console.log("x2 has incorrect type");
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_smart_pointers.h37 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/
DBuiltinArrayAlgorithms.sts34 …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/
DArray_builtin_algorithms.sts.j238 …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/
Daarch64_imm_valid.cpp69 … 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/
Dcheck_compat_objects.js34 let errMsg = 'incorrect js object';
42 let errMsg = 'incorrect ets object';

12345678910>>...24