| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 51 …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… 157 …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 220 # O and T are of the same type, both arrays, std object 228 # O and T are of the same type, both arrays, custom object 236 # O and T are of the same type, both arrays, string 245 # O is a subtype of T, both arrays, std object 253 # O is a subtype of T, both arrays, custom object 282 …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 333 # O and T are of unrelated types, both arrays, std object 341 # O and T are of unrelated types, both arrays, custom object [all …]
|
| D | checkcast.yaml | 220 … 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 254 For arrays O can be cast 292 For arrays O can be cast 328 … 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 382 … 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
|
| /ark/runtime_core/runtime/include/mem/ |
| D | panda_smart_pointers.h | 45 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 49 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 51 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays) 57 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays)
|
| /ark/ts2abc/ts2panda/ |
| D | README.md | 6 * translate TypeScript AST into panda instruction arrays 7 * apply several passes with the instruction arrays, including:
|
| /ark/js_runtime/ecmascript/base/ |
| D | error_helper.h | 25 constexpr char DEFAULT_EMPTY_STACK_TRACE[] = "stack is empty"; // NOLINT (modernize-avoid-c-arrays) 26 constexpr char INTRINSIC_METHOD_NAME[] = "Intrinsic method"; // NOLINT (modernize-avoid-c-arrays)
|
| D | number_helper.h | 25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /ark/runtime_core/cmake/ |
| D | ClangTidy.cmake | 126 "-hicpp-avoid-c-arrays" # alias for modernize-avoid-c-arrays 127 "-cppcoreguidelines-avoid-c-arrays" # alias for modernize-avoid-c-arrays
|
| /ark/runtime_core/libpandabase/trace/unix/ |
| D | trace.cpp | 23 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /ark/runtime_core/tests/ |
| D | CMakeLists.txt | 630 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-01.pa" CTS_TEST) 631 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-02.pa" CTS_TEST) 632 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-03.pa" CTS_TEST) 633 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-04.pa" CTS_TEST) 634 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-05.pa" CTS_TEST) 635 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-06.pa" CTS_TEST) 636 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-07.pa" CTS_TEST) 637 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-08.pa" CTS_TEST) 638 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-09.pa" CTS_TEST VERIFIER_FAIL_T… 639 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-10.pa" CTS_TEST VERIFIER_FAIL_T… [all …]
|
| /ark/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 101 #### Arrays subsubsection 104 which are resolved by using arrays of `java.lang.Object` and upcasting.
|
| D | absint_checks.md | 21 The checks eliminate calls of methods with incorrect this, wrong access to arrays, etc.
|
| /ark/runtime_core/tests/cts-assembly/ |
| D | arrays-01.pa | 14 # Assert that operations with i64 arrays work properly.
|
| /ark/runtime_core/libpandabase/ |
| D | concepts.h | 116 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays) 130 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)
|
| /ark/runtime_core/verification/debug/ |
| D | default_config.cpp | 20 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /ark/runtime_core/runtime/entrypoints/ |
| D | entrypoints_compiler.inl.erb | 25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /ark/runtime_core/libpandabase/utils/ |
| D | span.h | 50 // NOLINTNEXTLINE(google-explicit-constructor,modernize-avoid-c-arrays) 252 Span(U (&)[N])->Span<U>; // NOLINT(modernize-avoid-c-arrays)
|
| /ark/js_runtime/ecmascript/vmstat/ |
| D | runtime_stat.h | 27 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| D | runtime_stat.cpp | 24 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
|
| /ark/runtime_core/docs/ |
| D | assembly_format.md | 232 ### Arrays subsection 234 Platform supports arrays of primitive and aggregate data types. Array of type `T` has type name `T[… 488 …arrays** can be thought as `external` record with some manipulating functions. There is no support…
|
| /ark/runtime_core/runtime/include/coretypes/ |
| D | dyn_objects.h | 49 __extension__ uint8_t klass_[0]; // NOLINT(modernize-avoid-c-arrays)
|
| /ark/js_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.
|
| /ark/runtime_core/runtime/core/ |
| D | core_vm.cpp | 190 const char class_name[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CheckEntrypointSignature() 199 const char class_name[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CreateArgumentsArray()
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_string.h | 182 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 188 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in GetCString()
|
| /ark/runtime_core/runtime/jit/ |
| D | profiling_data.h | 145 __extension__ CallSiteInlineCache inline_caches_[0]; // NOLINT(modernize-avoid-c-arrays)
|
| /ark/runtime_core/libpandafile/ |
| D | file.cpp | 48 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays) 50 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays) 56 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)
|