Home
last modified time | relevance | path

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

12345678910>>...114

/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/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/ets_frontend/ets2panda/test/parser/ets/
Didentifier-expected.txt8 "type": "Identifier",
15 "program": "identifier.ets"
20 "program": "identifier.ets"
30 "type": "Identifier",
56 "type": "Identifier",
124 "program": "identifier.ets"
129 "program": "identifier.ets"
136 "type": "Identifier",
162 "type": "Identifier",
191 "type": "Identifier",
[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 …]
De2p_test_plugin_after_bind-expected.txt8 "type": "Identifier",
18 "type": "Identifier",
32 "type": "Identifier",
49 "type": "Identifier",
56 "type": "Identifier",
71 "type": "Identifier",
82 "type": "Identifier",
102 "type": "Identifier",
109 "type": "Identifier",
128 "type": "Identifier",
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D21_grammar.rst22 identifier: Identifier;
42 | identifier '!'
46 identifier typeArguments?
63 identifier ('?')? ':' type
87 identifier ('.' identifier )*
98 'type' identifier typeParameters? '=' type
110 identifier ':' type initializer?
111 | identifier initializer
127 identifier (':' type)? initializer
131 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/ets_frontend/ets2panda/test/unit/lsp/
Dclassifier_test.cpp186 …{0, 3, "keyword"}, {4, 1, "identifier"}, {6, 1, "punctuation"}, {8, 4, "boolean"}, {12, 1, "pu… in TEST_F()
187 …{14, 3, "keyword"}, {18, 1, "identifier"}, {20, 1, "punctuation"}, {22, 5, "boolean"}, {27, 1, "pu… in TEST_F()
242 {0, 3, "keyword"}, {4, 1, "identifier"}, {6, 1, "punctuation"}, {8, 1, "number"}, in TEST_F()
243 … {9, 1, "punctuation"}, {11, 3, "keyword"}, {15, 1, "identifier"}, {17, 1, "punctuation"}, in TEST_F()
245 … {30, 1, "punctuation"}, {31, 3, "identifier"}, {34, 1, "punctuation"}, {35, 1, "punctuation"}, in TEST_F()
247 … {41, 3, "keyword"}, {45, 1, "identifier"}, {47, 1, "punctuation"}, {49, 3, "keyword"}, in TEST_F()
248 … {53, 1, "identifier"}, {54, 1, "punctuation"}, {55, 1, "punctuation"}, {56, 1, "punctuation"}, in TEST_F()
249 … {58, 1, "identifier"}, {60, 1, "punctuation"}, {62, 1, "identifier"}, {63, 1, "punctuation"}, in TEST_F()
250 … {65, 1, "identifier"}, {67, 1, "punctuation"}, {69, 1, "identifier"}, {70, 1, "punctuation"}, in TEST_F()
251 … {72, 1, "identifier"}, {74, 2, "punctuation"}, {77, 1, "identifier"}, {78, 1, "punctuation"}, in TEST_F()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dinvalid_identifier.ets.arkts2.json24 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
44 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
54 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
64 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
74 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
84 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
104 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
114 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
124 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
134 "rule": "This keyword cannot be used as identifiers (arkts-invalid-identifier)",
[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/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()
76 Identifier *imported_;
77 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/ir/expressions/
Didentifier.cpp16 #include "identifier.h"
24 Identifier::Identifier([[maybe_unused]] Tag const tag, Identifier const &other, ArenaAllocator *con… in Identifier() function in ark::es2panda::ir::Identifier
35 Identifier::Identifier(ArenaAllocator *const allocator) : Identifier(ERROR_LITERAL, allocator) in Identifier() function in ark::es2panda::ir::Identifier
40 Identifier::Identifier(util::StringView const name, ArenaAllocator *const allocator) in Identifier() function in ark::es2panda::ir::Identifier
41 : AnnotatedExpression(AstNodeType::IDENTIFIER), name_(name), decorators_(allocator->Adapter()) in Identifier()
48 Identifier::Identifier(util::StringView const name, TypeNode *const typeAnnotation, ArenaAllocator … in Identifier() function in ark::es2panda::ir::Identifier
49 …: AnnotatedExpression(AstNodeType::IDENTIFIER, typeAnnotation), name_(name), decorators_(allocator… in Identifier()
56 void Identifier::SetName(const util::StringView &newName) noexcept in SetName()
62 Identifier *Identifier::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone()
64 auto *const clone = allocator->New<Identifier>(Tag {}, *this, allocator); in Clone()
[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/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 …]

12345678910>>...114