Home
last modified time | relevance | path

Searched +full:language +full:- +full:specific (Results 1 – 25 of 7266) sorted by relevance

12345678910>>...291

/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt2 Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
10 See the License for the specific language governing permissions and
13 Annotations - 2
18 .. _Built-in Annotations:
20 Built-in Annotations
23 A set of *built-in annotations* can be added to some future language version.
26 A list of built-in annotations will be defined later.
40 .. code-block:: typescript
50 .. _Plugin-Defined Annotations:
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_extension_data.h2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
23 // Base class for all GC language-specific data holders.
24 // Can be extended for different language types.
46 // language extension got the corresponding type of data
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dget_language_specific_metadata.inc.erb2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 LOG(DEBUG, DISASSEMBLER) << "\n[getting language-specific annotations]\n";
/arkcompiler/runtime_core/disassembler/templates/
Dget_language_specific_metadata.inc.erb2 * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 LOG(DEBUG, DISASSEMBLER) << "\n[getting language-specific annotations]\n";
/arkcompiler/runtime_core/static_core/assembler/
Ddefine.h2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
19 /* Implementation-specific defines */
25 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
41 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
45 _(".language", LANG) \
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D19_stdlib.rst2 Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
10 See the License for the specific language governing permissions and
21 The Standard Library of the |LANG| language defines the required set of types,
26 and the |LANG|-specific part adds more advanced features.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/
Dstep2.sts1 /*---
2 Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 {%- for c in cases %}
17 /*---
18 desc: >-
19 As there is more than one applicable method, the most specific method must be selected.
20 ---*/
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/09.undefined_type/
Dundefined_generic.sts1 /*---
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 tags: [negative, compile-only]
19 ---*/
Dundefined_generic3.sts1 /*---
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
Dundefined_generic4.sts1 /*---
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
Dundefined_generic1.sts1 /*---
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
Dundefined_example_1.sts1 /*---
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 desc: Type undefined can be used as the type argument that instantiates a generic type if specific
18 ---*/
Dundefined_generic2.sts1 /*---
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …pe can be used as the type argument that instantiates a generic type if specific value of the type…
18 ---*/
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/07.native_methods/
Dnative_method_declaration.sts1 /*---
2 Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
18 …d that is native is implemented in platform-dependent code, typically written in another programmi…
19 tags: [compile-only]
20 ---*/
/arkcompiler/runtime_core/assembler/
Ddefine.h2 * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
19 /* Implementation-specific defines */
43 _(".language", LANG) \
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsImportDeclaration.h2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 #include "util/language.h"
31 : ImportDeclaration(source->Source(), specifiers, importKind), source_(source)
36 es2panda::Language Language() const in Language() function
38 return source_->Language(); in Language()
43 return source_->HasDecl(); in HasDecl()
48 return !HasDecl() && Language().IsDynamic(); in IsPureDynamic()
63 return source_->Source(); in Source()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/
Dintersection_type_initialization.sts1 /*---
2 Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
12 See the License for the specific language governing permissions and
14 ---*/
16 /*---
17 …e the most specific class or array type such that Ti < Ci . Then there must be some Ck such that C…
18 ---*/
/arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_closure/
Dmulti_constantpool_closure.ts7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
25 * http://www.apache.org/licenses/LICENSE-2.0
30 * See the License for the specific language governing permissions and
33 var x = "-1";
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/09.function_overload_signatures/
Doverload_neg.sts2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
17 /*---
18 desc: >-
19 The ArkTS language allows specifying a function that can be called in
23 tags: [compile-only, negative]
24 ---*/
Doverload.sts2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
17 /*---
18 desc: >-
19 The ArkTS language allows specifying a function that can be called in
23 ---*/
/arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_func/
Dmulti_constantpool_func.ts7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
25 * http://www.apache.org/licenses/LICENSE-2.0
30 * See the License for the specific language governing permissions and
/arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_funccall/
Dmulti_constantpool_funccall.ts7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
25 * http://www.apache.org/licenses/LICENSE-2.0
30 * See the License for the specific language governing permissions and
/arkcompiler/runtime_core/static_core/assembler/tests/
Dmangling_tests.cpp2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
18 #include "assembly-function.h"
23 // NOLINTNEXTLINE(google-build-using-namespace)
29 ark::panda_file::SourceLang language {ark::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
30 params.emplace_back(Type {"type1", 0}, language); in TEST()
31 params.emplace_back(Type {"type2", 0}, language); in TEST()
32 params.emplace_back(Type {"type3", 0}, language); in TEST()
49 ark::panda_file::SourceLang language {ark::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
[all …]
/arkcompiler/runtime_core/static_core/cmake/toolchain/
Daflplusplus.cmake1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
11 # See the License for the specific language governing permissions and
23 set_c_compiler(afl-clang-fast)
24 set_cxx_compiler(afl-clang-fast++)
26 # This option is specific to AFL compilers.
27 # --afl_noopt means the AFL compiler will just pass everything to the normal compiler
28 set(AFL_NOOPT --afl_noopt)
30 add_definitions(-DFUZZING_EXIT_ON_FAILED_ASSERT=1)
31 add_definitions(-DFUZZING_EXIT_ON_FAILED_ASSERT_FOR="/libpandafile/,/libpandabase/")
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
Dgc_lang.h2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
22 // GCLang class is an interlayer between language-agnostic GC class and different implementations o…
23 // It contains language-specific methods that are used in several types of GC (such as StwGC, GenGC…

12345678910>>...291