Home
last modified time | relevance | path

Searched full:use (Results 1 – 25 of 4783) sorted by relevance

12345678910>>...192

/arkcompiler/runtime_core/runtime/mem/
Drunslots.h4 * you may not use this file except in compliance with the License.
73 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
92 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
96 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
100 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
110 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
120 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
130 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
139 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
149 // Use ATTRIBUTE_NO_SANITIZE_ADDRESS to prevent MT issues with POISON/UNPOISON
[all …]
Dalloc_config.h4 * you may not use this file except in compliance with the License.
32 …* can record only approximate size. Because of this we force allocators to use specific config for…
163 // We don't use crossing map in this config.
166 // We don't use crossing map in this config.
174 // We don't use crossing map in this config.
177 // We can't call CrossingMap when we don't use it in FindFirstObjInCrossingMap()
182 // We don't use crossing map in this config.
185 // We don't use crossing map in this config.
220 // We don't use crossing map for raw memory allocations.
223 // We don't use crossing map for raw memory allocations.
[all …]
/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa3 # you may not use this file except in compliance with the License.
25 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch…
31 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch…
37 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch…
43 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch…
49 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch…
55 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch…
61 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch…
67 #! RUN_PAOC options: " --paoc-use-cha=true --paoc-boot-panda-locations /dev/null/arkstdlib.abc"
72 #! RUN_PAOC options: "--paoc-use-cha=true --paoc-boot-panda-locations /dev/null/test.abc", abor…
[all …]
/arkcompiler/runtime_core/docs/
Dcoding-style.md22 9. Do not use special naming for getters/setters (google allows this:
32 // Use this instead of or along with annotations in comments.
47 12. Use standard notices in comments (e.g. TODO:, NB!, no FIXME: allowed).
48 13. Use standard flowerbox comments at the top of headers and translation units (agree on the forma…
49 Temporary you can use this:
69 16. Use `maybe_unused` attribute for unused vars/arguments.
/arkcompiler/runtime_core/cmake/
DPandaCmakeFunctions.cmake3 # you may not use this file except in compliance with the License.
15 # We need use linker scripts for section replacement above 4GB
19 # When using rapidcheck we should use linker scripts with
32 # For cross-aarch64 with ASAN with linker script we need use additional path-link
33 … # Here we use default addresses space (without ASAN flag). It is nuance of cross-building.
40 # We need use specific options for AMD64 building with Clang compiler
DClangTidy.cmake3 # you may not use this file except in compliance with the License.
17 # When clang/gcc is used for cross-compilation, it is ran on host and use defines and options for h…
46 …message(FATAL_ERROR "clang-tidy not found, but requested for build. Use -DPANDA_ENABLE_CLANG_TIDY=…
89 # By default all checks are enabled globally, so the most reasonable use
93 # * We use permissive policy for checks, i.e. everything is enabled by default,
147 "-readability-identifier-naming" # disabled because we will use little-hump-style
148 "-google-runtime-references" # disabled to use non-const references
150 …"-fuchsia-default-arguments-calls" # disabled because we use functions with default arguments a lot
151 …"-fuchsia-default-arguments-declarations" # disabled because we use functions with default argumen…
152 "-modernize-use-trailing-return-type" # disabled as a stylistic check
[all …]
DREADME.md20 You may use built libraries in your component (e.g., `target_link_libraries(tests compiler base vix…
43 For example, to check style issues in the opt.cpp file, you can use corresponding clang-format targ…
44 To check code-style through just one check-system - use `make clang_tidy` or `make clang_format`.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dverifier.cpp4 * you may not use this file except in compliance with the License.
145 GateAccessor::ConstUseIterator use; in RunCFGIsDAGCheck() member
157 auto &use = curState.use; in RunCFGIsDAGCheck() local
158 if (use == uses.end()) { in RunCFGIsDAGCheck()
163 if (gateAcc.IsState(*use) && use.GetIndex() < gateAcc.GetStateCount(*use)) { in RunCFGIsDAGCheck()
164 if (gateAcc.IsVisited(*use)) { in RunCFGIsDAGCheck()
168 LOG_COMPILER(ERROR) << "(id=" << gateAcc.GetId(*use) << ") is succ of " in RunCFGIsDAGCheck()
171 << "(id=" << gateAcc.GetId(*use) << ") without loop back edges"; in RunCFGIsDAGCheck()
174 if (gateAcc.IsFinished(*use) || gateAcc.IsLoopBack(*use)) { in RunCFGIsDAGCheck()
175 ++use; in RunCFGIsDAGCheck()
[all …]
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dasthelper.ts4 * you may not use this file except in compliance with the License.
24 /** It would be tricky here to use relative path, so please use an absolute path instead.
25 * For how to use this function, please refer to example_asthelper.ts
/arkcompiler/ets_frontend/ts2panda/src/
DstrictMode.ts4 * you may not use this file except in compliance with the License.
59 // Note: the node text must be exactly "use strict" or 'use strict'. It is not ok for the
61 return nodeText === '"use strict"' || nodeText === "'use strict'";
/arkcompiler/runtime_core/tests/checked/
Daot_cha.pa3 # you may not use this file except in compliance with the License.
26 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=true --com…
34 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=false --co…
42 #! RUN_PAOC options: "--paoc-use-cha=true --compiler-inlining=false"
50 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=true --com…
/arkcompiler/runtime_core/
DLICENSE6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10 "License" shall mean the terms and conditions for use, reproduction,
78 use, offer to sell, sell, import, and otherwise transfer the Work,
126 for use, reproduction, or distribution of Your modifications, or
127 for any such Derivative Works as a whole, provided Your use,
139 6. Trademarks. This License does not grant permission to use the trade
141 except as required for reasonable and customary use in describing the
160 result of this License or out of the use or inability to use the
182 you may not use this file except in compliance with the License.
/arkcompiler/ets_frontend/es2panda/test/parser/concurrent/
Dinvalid-concurrent-async-arrow-function.js4 * you may not use this file except in compliance with the License.
16 "use strict";
19 "use concurrent";
Dinvalid-concurrent-generator-function.js4 * you may not use this file except in compliance with the License.
16 "use strict";
19 "use concurrent";
Dinvalid-concurrent-arrow-function.js4 * you may not use this file except in compliance with the License.
16 "use strict";
19 "use concurrent";
Dusing-mutable-lexical-variable-3.js4 * you may not use this file except in compliance with the License.
16 "use strict";
20 "use concurrent";
Dusing-mutable-lexical-variable-5.js4 * you may not use this file except in compliance with the License.
16 "use strict";
20 "use concurrent";
Dusing-mutable-lexical-variable-1.js4 * you may not use this file except in compliance with the License.
16 "use strict";
20 "use concurrent";
Dusing-const-lexical-variable-4.js4 * you may not use this file except in compliance with the License.
16 "use strict";
20 "use concurrent";
Dinvalid-concurrent-async-generator-function.js4 * you may not use this file except in compliance with the License.
16 "use strict";
19 "use concurrent";
Dusing-mutable-lexical-variable-2.js4 * you may not use this file except in compliance with the License.
16 "use strict";
20 "use concurrent";
Dusing-mutable-lexical-variable-4.js4 * you may not use this file except in compliance with the License.
16 "use strict";
21 "use concurrent";
/arkcompiler/ets_runtime/
DLICENSE6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10 "License" shall mean the terms and conditions for use, reproduction,
78 use, offer to sell, sell, import, and otherwise transfer the Work,
126 for use, reproduction, or distribution of Your modifications, or
127 for any such Derivative Works as a whole, provided Your use,
139 6. Trademarks. This License does not grant permission to use the trade
141 except as required for reasonable and customary use in describing the
160 result of this License or out of the use or inability to use the
/arkcompiler/toolchain/
DLICENSE6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10 "License" shall mean the terms and conditions for use, reproduction,
78 use, offer to sell, sell, import, and otherwise transfer the Work,
126 for use, reproduction, or distribution of Your modifications, or
127 for any such Derivative Works as a whole, provided Your use,
139 6. Trademarks. This License does not grant permission to use the trade
141 except as required for reasonable and customary use in describing the
160 result of this License or out of the use or inability to use the
/arkcompiler/ets_frontend/
DLICENSE6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10 "License" shall mean the terms and conditions for use, reproduction,
78 use, offer to sell, sell, import, and otherwise transfer the Work,
126 for use, reproduction, or distribution of Your modifications, or
127 for any such Derivative Works as a whole, provided Your use,
139 6. Trademarks. This License does not grant permission to use the trade
141 except as required for reasonable and customary use in describing the
160 result of this License or out of the use or inability to use the
184 Licensed under the Apache License, Version 2.0 (the "License"); you may not use

12345678910>>...192