Home
last modified time | relevance | path

Searched full:identifier (Results 1 – 25 of 2391) sorted by relevance

12345678910>>...96

/arkcompiler/runtime_core/static_core/
D.clang-tidy43 - key: readability-identifier-naming.AbstractClassCase
45 - key: readability-identifier-naming.ClassCase
47 - key: readability-identifier-naming.ClassConstantCase
49 - key: readability-identifier-naming.ClassMemberCase
51 - key: readability-identifier-naming.ClassMemberSuffix
53 - key: readability-identifier-naming.ClassMethodCase
55 - key: readability-identifier-naming.ConstantCase
57 - key: readability-identifier-naming.ConstantMemberCase
59 - key: readability-identifier-naming.ConstantMemberSuffix
61 - key: readability-identifier-naming.ConstantParameterCase
[all …]
/arkcompiler/runtime_core/libabckit/
D.clang-tidy43 - key: readability-identifier-naming.AbstractClassCase
45 - key: readability-identifier-naming.ClassCase
47 - key: readability-identifier-naming.ClassConstantCase
49 - key: readability-identifier-naming.ClassMemberCase
51 - key: readability-identifier-naming.ClassMemberSuffix
53 - key: readability-identifier-naming.ClassMethodCase
55 - key: readability-identifier-naming.ConstantCase
57 - key: readability-identifier-naming.ConstantMemberCase
59 - key: readability-identifier-naming.ConstantMemberSuffix
61 - key: readability-identifier-naming.ConstantParameterCase
[all …]
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_is-expected.txt7 "type": "Identifier",
14 "type": "Identifier",
25 "type": "Identifier",
36 "type": "Identifier",
44 "type": "Identifier",
51 "type": "Identifier",
63 "type": "Identifier",
74 "type": "Identifier",
94 "type": "Identifier",
106 "type": "Identifier",
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D22_grammar.rst23 identifier: Identifier;
41 | identifier '!'
45 identifier typeArguments?
62 identifier ('?')? ':' type
91 identifier ('.' identifier )*
102 'type' identifier typeParameters? '=' type
114 identifier ('?')? ':' ('readonly')? type initializer?
115 | identifier initializer
131 identifier (':' type)? initializer
136 modifiers? 'function' identifier
[all …]
/arkcompiler/ets_frontend/arkguard/src/configs/ingoreFilenameList/
DingoreTest262List.json76 "language/expressions/async-arrow-function/await-as-binding-identifier-escaped.js",
77 "language/expressions/async-arrow-function/await-as-binding-identifier.js",
87 "language/expressions/async-function/await-as-binding-identifier-escaped.js",
88 "language/expressions/async-function/await-as-binding-identifier.js",
93 "language/expressions/async-function/named-await-as-binding-identifier-escaped.js",
94 "language/expressions/async-function/named-await-as-binding-identifier.js",
99 "language/expressions/async-generator/await-as-binding-identifier.js",
102 "language/expressions/async-generator/await-as-binding-identifier-escaped.js",
109 "language/expressions/async-generator/named-await-as-binding-identifier.js",
110 "language/expressions/async-generator/named-await-as-binding-identifier-escaped.js",
[all …]
/arkcompiler/runtime_core/
D.clang-tidy40 - key: readability-identifier-naming.ClassMethodCase
42 - key: readability-identifier-naming.MethodCase
44 - key: readability-identifier-naming.EnumConstantCase
46 - key: readability-identifier-naming.ConstantCase
48 - key: readability-identifier-naming.ConstantMemberCase
52 - key: readability-identifier-naming.NamespaceCase
54 - key: readability-identifier-naming.ClassCase
56 - key: readability-identifier-naming.PrivateMemberSuffix
58 - key: readability-identifier-naming.StructCase
60 - key: readability-identifier-naming.FunctionCase
[all …]
/arkcompiler/runtime_core/libpandabase/
Dconcepts.h26 struct is_iterable : public std::false_type {}; // NOLINT(readability-identifier-naming)
29 struct is_iterable< // NOLINT(readability-identifier-naming)
34 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
40 struct is_random_access_iterable // NOLINT(readability-identifier-naming)
46 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
52 struct is_forward_iterable // NOLINT(readability-identifier-naming)
58 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
64 struct is_vectorable : public std::false_type {}; // NOLINT(readability-identifier-naming)
67 struct is_vectorable< // NOLINT(readability-identifier-naming)
72 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h29 using value_type = void; // NOLINT(readability-identifier-naming)
30 using pointer = void *; // NOLINT(readability-identifier-naming)
31 using const_pointer = const void *; // NOLINT(readability-identifier-naming)
33 … propagate_on_container_move_assignment = std::true_type; // NOLINT(readability-identifier-naming)
37 // NOLINTNEXTLINE(readability-identifier-naming)
42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
73 using value_type = T; // NOLINT(readability-identifier-naming)
74 using pointer = T *; // NOLINT(readability-identifier-naming)
75 using reference = T &; // NOLINT(readability-identifier-naming)
76 using const_pointer = const T *; // NOLINT(readability-identifier-naming)
[all …]
Drunslots_allocator_stl_adapter.h29 // NOLINTNEXTLINE(readability-identifier-naming)
31 // NOLINTNEXTLINE(readability-identifier-naming)
33 // NOLINTNEXTLINE(readability-identifier-naming)
38 // NOLINTNEXTLINE(readability-identifier-naming)
43 // NOLINTNEXTLINE(readability-identifier-naming)
69 // NOLINTNEXTLINE(readability-identifier-naming)
71 // NOLINTNEXTLINE(readability-identifier-naming)
73 // NOLINTNEXTLINE(readability-identifier-naming)
75 // NOLINTNEXTLINE(readability-identifier-naming)
77 // NOLINTNEXTLINE(readability-identifier-naming)
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h31 using value_type = void; // NOLINT(readability-identifier-naming)
32 using pointer = void *; // NOLINT(readability-identifier-naming)
33 using const_pointer = const void *; // NOLINT(readability-identifier-naming)
37 // NOLINTNEXTLINE(readability-identifier-naming)
42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
67 using value_type = T; // NOLINT(readability-identifier-naming)
68 using pointer = T *; // NOLINT(readability-identifier-naming)
69 using reference = T &; // NOLINT(readability-identifier-naming)
70 using const_pointer = const T *; // NOLINT(readability-identifier-naming)
71 using const_reference = const T &; // NOLINT(readability-identifier-naming)
[all …]
/arkcompiler/ets_frontend/test262/
Des2022_tests.txt133 language/expressions/object/identifier-shorthand-static-init-await-invalid.js
134 language/expressions/object/identifier-shorthand-static-init-await-valid.js
141 language/identifier-resolution/static-init-invalid-await.js
189 language/expressions/class/cpn-class-expr-fields-computed-property-name-from-identifier.js
211 language/expressions/class/elements/after-same-line-method-rs-field-identifier.js
213 language/expressions/class/elements/regular-definitions-rs-field-identifier-initializer.js
216 language/expressions/class/elements/same-line-async-gen-rs-field-identifier-initializer.js
222 language/expressions/class/elements/multiple-stacked-definitions-rs-field-identifier-initializer.js
224 language/expressions/class/elements/regular-definitions-rs-field-identifier.js
234 language/expressions/class/elements/after-same-line-static-async-gen-rs-field-identifier.js
[all …]
Dtest-list-test262-other-fastverify-qemu-aot-pgo-language-expressions-class-part1.txt30 …tests/language/expressions/class/cpn-class-expr-accessors-computed-property-name-from-identifier.js
62 …ata/other_tests/language/expressions/class/cpn-class-expr-computed-property-name-from-identifier.js
89 …er_tests/language/expressions/class/cpn-class-expr-fields-computed-property-name-from-identifier.js
121 …/language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-identifier.js
244 test262/data/other_tests/language/expressions/class/async-gen-method/await-as-binding-identifier-es…
246 test262/data/other_tests/language/expressions/class/async-gen-method/await-as-binding-identifier.js
247 test262/data/other_tests/language/expressions/class/async-gen-method/await-as-identifier-reference-…
248 test262/data/other_tests/language/expressions/class/async-gen-method/await-as-identifier-reference.…
249 test262/data/other_tests/language/expressions/class/async-gen-method/await-as-label-identifier-esca…
250 test262/data/other_tests/language/expressions/class/async-gen-method/await-as-label-identifier.js
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-binary-expression-expected.txt10 "type": "Identifier",
24 "type": "Identifier",
65 "type": "Identifier",
79 "type": "Identifier",
120 "type": "Identifier",
134 "type": "Identifier",
175 "type": "Identifier",
189 "type": "Identifier",
230 "type": "Identifier",
244 "type": "Identifier",
[all …]
Dtest-arrow-function-expected.txt16 "type": "Identifier",
30 "type": "Identifier",
45 "type": "Identifier",
97 "type": "Identifier",
111 "type": "Identifier",
134 "type": "Identifier",
149 "type": "Identifier",
213 "type": "Identifier",
227 "type": "Identifier",
250 "type": "Identifier",
[all …]
Dtest-logical-expression-expected.txt10 "type": "Identifier",
24 "type": "Identifier",
65 "type": "Identifier",
79 "type": "Identifier",
123 "type": "Identifier",
137 "type": "Identifier",
162 "type": "Identifier",
203 "type": "Identifier",
220 "type": "Identifier",
234 "type": "Identifier",
[all …]
Dtest-grouping-level-expected.txt10 "type": "Identifier",
27 "type": "Identifier",
44 "type": "Identifier",
58 "type": "Identifier",
127 "type": "Identifier",
144 "type": "Identifier",
158 "type": "Identifier",
197 "type": "Identifier",
211 "type": "Identifier",
297 "type": "Identifier",
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-binary-expression-expected.txt10 "type": "Identifier",
25 "type": "Identifier",
67 "type": "Identifier",
82 "type": "Identifier",
124 "type": "Identifier",
139 "type": "Identifier",
181 "type": "Identifier",
196 "type": "Identifier",
238 "type": "Identifier",
253 "type": "Identifier",
[all …]
Dtest-logical-expression-expected.txt10 "type": "Identifier",
25 "type": "Identifier",
67 "type": "Identifier",
82 "type": "Identifier",
127 "type": "Identifier",
142 "type": "Identifier",
168 "type": "Identifier",
210 "type": "Identifier",
228 "type": "Identifier",
243 "type": "Identifier",
[all …]
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportSpecifier.h22 class Identifier; variable
26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
31 Identifier *Imported() in Imported()
36 const Identifier *Imported() const in Imported()
41 Identifier *Local() in Local()
46 const Identifier *Local() const in Local()
66 Identifier *imported_;
67 Identifier *local_;
/arkcompiler/ets_frontend/es2panda/test/parser/commonjs/
Dtest-commonjs-wrapper-expected.txt11 "type": "Identifier",
25 "type": "Identifier",
62 "type": "Identifier",
76 "type": "Identifier",
90 "type": "Identifier",
104 "type": "Identifier",
118 "type": "Identifier",
141 "type": "Identifier",
202 "type": "Identifier",
216 "type": "Identifier",
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dbinary_op-expected.txt8 "type": "Identifier",
28 "type": "Identifier",
52 "type": "Identifier",
122 "type": "Identifier",
146 "type": "Identifier",
173 "type": "Identifier",
229 "type": "Identifier",
285 "type": "Identifier",
341 "type": "Identifier",
397 "type": "Identifier",
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h31 // NOLINTBEGIN(readability-identifier-naming)
37 // NOLINTEND(readability-identifier-naming)
125 // NOLINTBEGIN(readability-identifier-naming)
137 // NOLINTEND(readability-identifier-naming)
152 constexpr void push_back(const value_type &value) // NOLINT(readability-identifier-naming) in push_back()
162 constexpr void push_back(value_type &&value) // NOLINT(readability-identifier-naming) in push_back()
175 constexpr reference emplace_back(Args... args) // NOLINT(readability-identifier-naming) in emplace_back()
186 constexpr void push_front(const value_type &value) // NOLINT(readability-identifier-naming) in push_front()
196 constexpr void push_front(value_type &&value) // NOLINT(readability-identifier-naming) in push_front()
209 constexpr reference emplace_front(Args... args) // NOLINT(readability-identifier-naming) in emplace_front()
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.h63 …[[nodiscard]] ir::Identifier *MakeArray(const ir::TSEnumDeclaration *const enumDecl, ir::ClassDefi…
67 …ir::Identifier *CreateEnumNamesArray(const ir::TSEnumDeclaration *const enumDecl, ir::ClassDefinit…
68 …ir::Identifier *CreateEnumValuesArray(const ir::TSEnumDeclaration *const enumDecl, ir::ClassDefini…
69 ir::Identifier *CreateEnumStringValuesArray(const ir::TSEnumDeclaration *const enumDecl,
71 …ir::Identifier *CreateEnumItemsArray(const ir::TSEnumDeclaration *const enumDecl, ir::ClassDefinit…
72 ir::Identifier *CreateBoxedEnumItemsArray(const ir::TSEnumDeclaration *const enumDecl,
76 … ir::Identifier *const arrayIdent, const util::StringView &methodName,
79 ir::Identifier *const stringValuesArrayIdent);
81 ir::Identifier *const valuesArrayIdent);
83 ir::Identifier *const namesArrayIdent);
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DinterfacePropertyReferenceContainingInterface-expected.txt15 "type": "Identifier",
31 "type": "Identifier",
72 "type": "Identifier",
88 "type": "Identifier",
136 "type": "Identifier",
172 "type": "Identifier",
188 "type": "Identifier",
236 "type": "Identifier",
255 "type": "Identifier",
308 "type": "Identifier",
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/as/
Dtest_interface-expected.txt15 "type": "Identifier",
32 "type": "Identifier",
75 "type": "Identifier",
92 "type": "Identifier",
112 "type": "Identifier",
178 "type": "Identifier",
194 "type": "Identifier",
200 "type": "Identifier",
205 "type": "Identifier",
225 "type": "Identifier",
[all …]

12345678910>>...96