Home
last modified time | relevance | path

Searched full:primitives (Results 1 – 25 of 92) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.rb23 PRIMITIVES = Hash.new() constant
43 data.primitives.each do |primitive|
45 Signatures::PRIMITIVES[primitive.ref] = primitive.name
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/01.for-of_type_annotation/
Dfor_of.params.yaml56 // array of primitives (char)
63 // array of primitives (long)
71 // array of primitives (int)
77 // array of primitives (boolean)
91 // array of boxed primitives (Char) with implicit unboxing
103 // array of primitives (int) with implicit boxing
108 // array of primitives (boolean) with implicit boxing
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/01.numerical_equality_operators/
Dchar_eq.params.yaml16 # primitives equal
26 # primitives not equal
/arkcompiler/runtime_core/scripts/
Drun-check-concurrency-format.sh24 # Do not check files with primitives wrappers.
29 # Do not check files with primitives wrappers.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/ets-func-tests/
Dets-func-tests-ignored-JIT-REPEATS.txt6 # Timeouts. Will be fixed when generics accept primitives as type arguments
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml37 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
200 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
241 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
284 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
345 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
413 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
760 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
1134 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
1178 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/
Dprim_widening.params.yaml14 --- # List of allowed widening primitives conversion
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dnewobj.yaml27 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
161 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
202 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
263 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
645 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
Dldarr.16.yaml107 description: Check ldarr.16 reads correct items from array of primitives.
153 …description: Check ldarr.16 reads correct items from array of primitives. Inspect different indexe…
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule53.sts33 // Important corner case for casting primitives to the boxed counterparts:
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe53.md37 // Important corner case for casting primitives to the boxed counterparts:
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.cpp23 // Primitives types in ToEtsClassRoot()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dalias.params.yaml16 # primitives
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb41 % Signatures::PRIMITIVES.each do |ref, name|
45 // TypeDescriptor primitives
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp36 utf::CStringAsMutf8("Object is not an array of primitives")); in EtsArrayBufferFrom()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DPromise.sts207 // This temp object is needed because es2panda cannot change captured primitives
218 // This temp object is needed because es2panda cannot change captured primitives
229 // This temp object is needed because es2panda cannot change captured primitives
240 // This temp object is needed because es2panda cannot change captured primitives
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h83 enum class Primitives; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/
Darray_literal.params.yaml19 # array of primitives
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/02.type_arguments/type_arguments_of_parameterized_declarations/
Dmethod_args1.params.yaml110 # Autoboxing of primitives
Dfunc_args1.params.yaml110 # Autoboxing of primitives
/arkcompiler/runtime_core/cmake/
DCodeStyle.cmake94 # Function to check correct usage of std primitives.
/arkcompiler/runtime_core/
DREADME.md38 … # Basic ArkCompiler runtime library, including logs, synchronization primitives, and common data…
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTuple.cpp104 // present, primitives will be boxed, and LUB is calculated for all of them. in CalculateLUBForTuple()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/02.class_method_overloading/
Dcm_over2.params.yaml76 // primitives and boxed, different return types and throws clauses
121 // arrays of primitives and boxed, different return types and throws clauses
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp186 // NOTE(vpukhov): fix boxed primitives casts

1234