| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 53 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 330 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root 393 # O and T are of the same type, both arrays, std object 401 # O and T are of the same type, both arrays, custom object 409 # O and T are of the same type, both arrays, string 418 # O is a subtype of T, both arrays, std object 426 # O is a subtype of T, both arrays, custom object 455 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root 544 # O and T are of the same type, both arrays, std object 552 # O and T are of the same type, both arrays, custom object [all …]
|
| D | checkcast.yaml | 488 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast 526 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast 570 For arrays O can be cast 612 For arrays O can be cast 662 For arrays O can be cast 701 For arrays O can be cast 747 For arrays O can be cast 791 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast 860 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast 915 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast [all …]
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | panda_smart_pointers.h | 44 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 48 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 50 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays) 56 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays)
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | README.md | 6 * translate TypeScript AST into panda instruction arrays 7 * apply several passes with the instruction arrays, including:
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | property.h | 24 static const char ARK_DFX_PROP[] = "ark.dfx.options"; // NOLINT(modernize-avoid-c-arrays) 25 static const char ARK_TRACE_PROP[] = "ark.trace.enable"; // NOLINT(modernize-avoid-c-arrays)
|
| D | trace.cpp | 23 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.h | 26 constexpr char DEFAULT_EMPTY_STACK_TRACE[] = "stack is empty"; // NOLINT (modernize-avoid-c-arrays) 27 constexpr char INTRINSIC_METHOD_NAME[] = "Intrinsic method"; // NOLINT (modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/cmake/ |
| D | ClangTidy.cmake | 132 "-hicpp-avoid-c-arrays" # alias for modernize-avoid-c-arrays 133 "-cppcoreguidelines-avoid-c-arrays" # alias for modernize-avoid-c-arrays
|
| /arkcompiler/runtime_core/verification/config/default/ |
| D | default_config.cpp | 20 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 755 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-01.pa") 756 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-02.pa") 757 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-03.pa") 758 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-04.pa") 759 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-05.pa") 760 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-06.pa") 761 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-07.pa") 762 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-08.pa") 763 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-09.pa" VERIFIER_FAIL_TEST VERIF… 764 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-10.pa" VERIFIER_FAIL_TEST VERIF… [all …]
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc.
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | concepts.h | 116 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays) 130 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | gc_log_test.cpp | 174 VMHandle<coretypes::Array> arrays[3]; in TEST_F() local 176 arrays[0] = in TEST_F() 178 arrays[0]->Set(0, object_allocator.AllocString(string_len)); in TEST_F()
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints_compiler.inl.erb | 25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.cpp | 21 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in LocationsInfo()
|
| D | visitor.inc | 54 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | runtime_stat.h | 27 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | dyn_objects.h | 51 __extension__ uint8_t klass_[0]; // NOLINT(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | ref_check_elim_test.pa | 17 #! CHECKER Removing RefTypeCheck for string arrays
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | span.h | 50 // NOLINTNEXTLINE(google-explicit-constructor,modernize-avoid-c-arrays) 242 Span(U (&)[N])->Span<U>; // NOLINT(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 277 ### Arrays subsection 279 Platform support arrays of primitive and aggregate data types. Array of type `T` has type name `T[]… 535 …arrays** can be thought as `external` record with some manipulating functions. There is no support…
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 117 * Test with for Nesting of numbers, strings, objects, arrays, Booleans. 137 * Test with for Nesting of numbers, strings, arrays.
|
| /arkcompiler/runtime_core/runtime/mem/gc/gc-hung/ |
| D | gc_hung.h | 30 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_marker.h | 78 * For arrays of objects add all not null object references to the objects_stack 118 * For arrays of objects add all not null object references to the objects_stack
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 88 … # Values are arrays whose elements should be a name of a cluster or it's index (starting from 0).
|