| /arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/ |
| D | forLoopCorrectlyInitialized.cpp | 44 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForInStatement() 48 AddCheckMessage("INCORRECT FOR-IN-LEFT", *ast); in HandleForInStatement() 49 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForInStatement() 60 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForOfStatement() 64 AddCheckMessage("INCORRECT FOR-OF-LEFT", *ast); in HandleForOfStatement() 65 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForOfStatement() 78 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement() 86 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
|
| D | modifierAccessValid.cpp | 26 … if (auto [decision, action] = HandleMethodExpression(ast); decision == CheckDecision::INCORRECT) { in operator ()() 29 if (auto [decision, action] = HandleCallExpression(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 | 34 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 39 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 52 result = {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 57 result = {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
|
| D | sequenceExpressionHasLastType.cpp | 36 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 40 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()() 44 return {CheckDecision::INCORRECT, CheckAction::CONTINUE}; in operator ()()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/arrays/ |
| D | class_composite.ets | 43 arktest.assertTrue(x0.x0, 'Incorrect class composite property #1!'); 46 arktest.assertTrue(x1.x0, 'Incorrect class composite property #2!'); 49 arktest.assertTrue(x2.x0, 'Incorrect class composite property #3!'); 52 arktest.assertTrue(f1.x0, 'Incorrect class composite property #4!'); 55 arktest.assertTrue(f2.x0, 'Incorrect class composite property #5!'); 58 arktest.assertTrue(f3.x0, 'Incorrect class composite property #6!');
|
| /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/tests/cts-generator/cts-template/ |
| 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 | 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 | 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/tests/cts-generator/cts-template/ |
| 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 | 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 | 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/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/ |
| D | json5parser.ts | 49 logger.error('The JSON5 file format is incorrect, rootObjectLiteralExpression is null.'); 57 logger.error('The JSON5 file format is incorrect, the root node statements is empty.'); 62 …logger.error(`The JSON5 file format is incorrect, the first child node is not ExpressionStatement.… 67 logger.error('The JSON5 file format is incorrect, the first child node is empty.'); 80 …logger.error('The JSON5 file format is incorrect, the node ArrayLiteralExpression first element is… 82 logger.error('The JSON5 file format is incorrect.');
|
| /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.ets | 21 // Export from incorrect path 22 export {foo} from "./incorrect"
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/ |
| D | Json5parser.ts | 30 logger.error('The JSON5 file format is incorrect, the root node statements is empty.'); 35 …logger.error(`The JSON5 file format is incorrect, the first child node is not ExpressionStatement.… 41 … logger.error('The JSON5 file format is incorrect, the first child node expression is empty.'); 55 …logger.error('The JSON5 file format is incorrect, the node ArrayLiteralExpression first element is… 57 logger.error('The JSON5 file format is 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.ets | 21 assertEQ(decLongMax - binLongMax + hexLongMax - octLongMax, 0, "Incorrect long max result") 27 assertEQ(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.ets | 25 console.log("x1 has incorrect type"); 30 console.log("x2 has incorrect type");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/ |
| D | @ohos.util.stream.ets | 268 * 2.Incorrect parameter types; 287 * 2.Incorrect parameter types; 302 * 2.Incorrect parameter types; 334 * 2.Incorrect parameter types; 346 * 2.Incorrect parameter types. 357 * 2.Incorrect parameter types. 370 * 2.Incorrect parameter types; 383 * 2.Incorrect parameter types; 476 err.message = 'Parameter error. Incorrect parameter types.'; 489 * 2.Incorrect parameter types; [all …]
|
| /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.ets | 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 …]
|