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/ |
| D | anno2.txt | 2 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/ |
| D | gc_extension_data.h | 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 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/ |
| D | implementation_description.md | 9 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/ |
| D | get_language_specific_metadata.inc.erb | 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 21 LOG(DEBUG, DISASSEMBLER) << "\n[getting language-specific annotations]\n";
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | define.h | 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 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/ |
| D | get_language_specific_metadata.inc.erb | 2 * 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/ |
| D | generate_standalone_canary.sh | 7 # 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/ |
| D | 19_stdlib.rst | 2 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/ |
| D | step2.sts | 1 /*--- 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/ |
| D | undefined_generic.sts | 1 /*--- 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 ---*/
|
| D | undefined_generic3.sts | 1 /*--- 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 ---*/
|
| D | undefined_generic1.sts | 1 /*--- 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 ---*/
|
| D | undefined_generic4.sts | 1 /*--- 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 ---*/
|
| D | undefined_generic2.sts | 1 /*--- 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 ---*/
|
| D | undefined_example_1.sts | 1 /*--- 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/ |
| D | get_language_specific_metadata.inc.erb | 7 * 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/ |
| D | native_method_declaration.sts | 1 /*--- 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/ |
| D | define.h | 2 * 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/ |
| D | etsImportDeclaration.h | 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 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/ |
| D | intersection_type_initialization.sts | 1 /*--- 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/ |
| D | multi_constantpool_closure.ts | 7 * 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/ |
| D | multiple_export.sts | 7 * 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/ |
| D | overload_neg.sts | 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 17 /*--- 18 desc: >- 19 The ArkTS language allows specifying a function that can be called in 23 tags: [compile-only, negative] 24 ---*/
|
| D | overload.sts | 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 17 /*--- 18 desc: >- 19 The ArkTS language allows specifying a function that can be called in 23 ---*/
|
| /arkcompiler/runtime_core/static_core/cmake/toolchain/ |
| D | aflplusplus.cmake | 1 # 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