/arkcompiler/ets_runtime/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | LICENSE.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is grant… 15 …or are under common control with that entity. For the purposes of this definition, "control" means… 17 "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this L… 21 "Object" form shall mean any form resulting from mechanical transformation or translation of a Sour… 23 …hip, whether in Source or Object form, made available under the License, as indicated by a copyrig… 25 …or Object form, that is based on (or derived from) the Work and for which the editorial revisions,… 27 …or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor… 29 "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contributi… 31 …ly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 33 …or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitt… [all …]
|
D | restParameterAssignmentCompatibility.ts | 10 * Unless required by applicable law or agreed to in writing, software 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 39 // M is a non - specialized call or construct signature and S' contains a call or construct signatu… 40 // the number of non-optional parameters in N is less than or equal to the total number of paramet… 54 // When comparing call or construct signatures, parameter names are ignored and rest parameters cor…
|
D | NOTICE | 3 …tice for the third party open source software along with this software and/or this software compon… 6 …WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTIC… 21 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 22 KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED 23 WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, 24 MERCHANTABLITY OR NON-INFRINGEMENT.
|
/arkcompiler/toolchain/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/arkcompiler/runtime_core/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/arkcompiler/ets_frontend/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/arkcompiler/ets_frontend/arkguard/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | or.yaml | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 - file-name: "or" 27 - sig: or v1:in:i32, v2:in:i32 36 or v0, v1 44 description: Check 'or' with zero and various values. 68 - sig: or v1:in:i32, v2:in:i32 76 or v0, v1 84 description: Check 'or' with +1 and various values. 116 - sig: or v1:in:i32, v2:in:i32 [all …]
|
D | checkcast.yaml | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 245 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 289 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 346 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 390 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 448 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 488 …Object 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 … 489 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o… 526 …Object 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 … [all …]
|
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-two-anon-function/ |
D | expected.txt | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#2883375060… 15 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#3272928923…
|
/arkcompiler/toolchain/build/toolchain/ |
D | cc_wrapper.gni | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 # Set clang_use_chrome_plugins=false if using ccache 3.1.9 or earlier, since 25 # or not). 27 # Use ccache 3.2 or later to avoid clang unused argument warnings: 49 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | CMakeLists.txt | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 37 …if(PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER OR PANDA_ENABLE_ADDRESS_SANITIZER OR PANDA_ENABLE_THR… 47 …if(PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER OR PANDA_ENABLE_ADDRESS_SANITIZER OR PANDA_ENABLE_THR… 87 …if (PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER OR PANDA_ENABLE_ADDRESS_SANITIZER OR PANDA_ENABLE_TH… 100 …if (PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER OR PANDA_ENABLE_ADDRESS_SANITIZER OR PANDA_ENABLE_TH… 113 …if (PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER OR PANDA_ENABLE_ADDRESS_SANITIZER OR PANDA_ENABLE_TH… 125 if ((PANDA_TARGET_ARM32) OR (PANDA_TARGET_ARM64))
|
/arkcompiler/ets_frontend/ts2panda/scripts/ |
D | diagnosticMessages.json | 6 "A rest parameter or binding pattern may not have a trailing comma.": { 22 "The 'readonly' modifier can only appear on a property declaration or index signature.": { 54 "'{0}' modifier cannot appear on a module or namespace element.": { 106 "A 'break' statement can only be used within an enclosing iteration or switch statement.": { 166 "Cannot use imports, exports, or module augmentations when '--module' is 'none'.": { 262 "A class or function declaration without the 'default' modifier must have a name.": { 278 "An export assignment must be at the top level of a file or module declaration.": { 282 "An import declaration can only be used in a namespace or module.": { 290 "The 'abstract' modifier can only appear on a class, method, or property declaration.": { 310 …"Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.… [all …]
|
/arkcompiler/runtime_core/tests/cts-assembly/ |
D | math-14.pa | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 # assert(1 || 6 == 7) operation --> or 18 or v0, v1
|
/arkcompiler/runtime_core/cmake/ |
D | Definitions.cmake | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 47 if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64") 64 …(PANDA_TARGET_ARM32_ABI_SOFT AND (PANDA_TARGET_ARM32_ABI_SOFTFP OR PANDA_TARGET_ARM32_ABI_HARD)) OR 65 …(PANDA_TARGET_ARM32_ABI_SOFTFP AND (PANDA_TARGET_ARM32_ABI_SOFT OR PANDA_TARGET_ARM32_ABI_HARD)) OR 66 … (PANDA_TARGET_ARM32_ABI_HARD AND (PANDA_TARGET_ARM32_ABI_SOFT OR PANDA_TARGET_ARM32_ABI_SOFTFP))) 71 …elseif(NOT (PANDA_TARGET_ARM32_ABI_SOFT OR PANDA_TARGET_ARM32_ABI_SOFTFP OR PANDA_TARGET_ARM32_ABI… 78 if(PANDA_TARGET_AMD64 OR PANDA_TARGET_ARM64) 80 elseif(PANDA_TARGET_X86 OR PANDA_TARGET_ARM32) 107 OR [all …]
|
D | Sanitizers.cmake | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 46 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove… 47 if ((PANDA_ENABLE_ADDRESS_SANITIZER OR PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER) AND 50 …_ERROR "GCC gives false positives in release builds with ASAN or UBSAN, please use clang or anothe…
|
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/record-name-with-dots-throw-error/ |
D | expected.txt | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function record.name.…
|
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/del-dup-add-anon-function/ |
D | expected.txt | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#1394462210…
|
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-anon-function/ |
D | expected.txt | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#1388785359…
|
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-dup-name-function/ |
D | expected.txt | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 [Patch] Found new anonymous, special(containing '.' or '\') or duplicate name function .#2599032559…
|
/arkcompiler/runtime_core/libpandabase/ |
D | options.yaml | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 87 description: Enable debug or above logs from specified components 95 description: Enable info or above logs from specified components 103 description: Enable warning or above logs from specified components 111 description: Enable error or above logs from specified components
|
/arkcompiler/ets_frontend/es2panda/compiler/templates/ |
D | isa.h.erb | 16 * Unless required by applicable law or agreed to in writing, software 18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 82 % if insn.mnemonic == "callrange" or insn.mnemonic == "wide.callrange" or 83 % insn.mnemonic == "callthisrange" or insn.mnemonic == "wide.callthisrange" or 84 % insn.mnemonic == "newobjrange" or insn.mnemonic == "wide.newobjrange" or 85 …nsn.mnemonic == "createobjectwithexcludedkeys" or insn.mnemonic == "wide.createobjectwithexcludedk… 86 % insn.mnemonic == "supercallthisrange" or insn.mnemonic == "wide.supercallthisrange" or 87 % insn.mnemonic == "supercallarrowrange" or insn.mnemonic == "wide.supercallarrowrange" 298 % if insn.mnemonic == "createobjectwithexcludedkeys" or insn.mnemonic.start_with? "wide." 299 % if insn.mnemonic == "wide.callthisrange" or insn.mnemonic == "createobjectwithexcludedkeys"…
|
/arkcompiler/runtime_core/docs/ |
D | glossary.md | 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 17 * **Compiler** is a tool that performs source code or bytecode translation, optimization and 25 compilation" are used to indicate that the source code or bytecode is compiled during program 34 * **Panda Binary File** or **Panda File** or **PF** is a binary representation of Panda Bytecode. 36 * **Panda Bytecode** or **PBC** is a portable hardware-independent instruction set designed for 44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to 50 * **Conservative GC** or non-precise GC works with ambiguous references, 57 * **GC** stands for Garbage collector or sometimes for Garbage collection. 64 … references on the stack are mapped (i.e., it is known when we have an object on the stack or not). 74 GC force to stop execution of code (interpreted,AOTed or JITed) to make exclusively some
|
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
D | binary.pa | 8 # Unless required by applicable law or agreed to in writing, software 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 50 or v5, v3 54 or v5, v4
|