Home
last modified time | relevance | path

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

12345678910>>...348

/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/libabckit/doc/
Dimplementation_description.md9 1. [Two types of `abc` files](#two-types-of-abc-files)
10 2. [C API and C++ implementation](#c-api-and-c-implementation)
11 3. [Control flow by components](#control-flow-by-components)
12 4. [Control flow by source files](#control-flow-by-source-files)
13 5. [Dispatch between dynamic and static file formats](#dispatch-between-dynamic-and-static-file-for…
14 6. [Data structures (context) and opaque pointers](#data-structures-context-and-opaque-pointers)
15 7. [Data structures (context) implementation](#data-structures-context-implementation)
16 8. [Includes naming conflict](#includes-naming-conflict)
17 9. [Bytecode<-->IR](#bytecode--ir)
41 ├── metadata_core.h // API for language-independent metadata inspection/transformation
[all …]
/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/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 // CC-OFFNXT(G.PRE.06) solid logic
26 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
42 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
46 _(".language", LANG) \
/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/libabckit/scripts/
Dgenerate_standalone_canary.sh7 # http://www.apache.org/licenses/LICENSE-2.0
12 # See the License for the specific language governing permissions and
15 set -e
16 set -u
17 set -o pipefail
20 local -r input_file="${1:?}"
21 local -r output_file="${2:?}"
30 * http://www.apache.org/licenses/LICENSE-2.0
35 * See the License for the specific language governing permissions and
47 * -std=c99 -pedantic -pedantic-errors -Wall -Wextra -Werror
/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/10.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_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_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_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 ---*/
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 ---*/
/arkcompiler/runtime_core/static_core/abc2program/templates/
Dget_language_specific_metadata.inc.erb7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 LOG(DEBUG, ABC2PROGRAM) << "\n[getting language-specific annotations]\n";
/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/13.compilation_units_packages_and_modules/04.import_directives/04.default_import_binding/
Dmultiple_export.sts7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
16 /*---
17 desc: Import default and specific types from the same module.
19 - ../../08.top-level_declarations/01.exported_declarations/default_exported_declarations/default_ex…
20 ---*/
22 import {A as B} from "../../08.top-level_declarations/01.exported_declarations/default_exported_dec…
23 import CLASS_A from "../../08.top-level_declarations/01.exported_declarations/default_exported_decl…
/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/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 …]

12345678910>>...348