Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeMapping.h21 #define TYPE_MAPPING(_) \ argument
46 #define OBJECT_TYPE_MAPPING(_) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeMapping.h21 #define AST_NODE_MAPPING(_) \ argument
180 #define AST_NODE_REINTERPRET_MAPPING(_) \ argument
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h19 #define AST_NODE_MAPPING(_) \ argument
156 #define AST_NODE_REINTERPRET_MAPPING(_) \ argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeMapping.h23 #define TYPE_MAPPING(_) \ argument
76 #define OBJECT_TYPE_MAPPING(_) \ argument
/arkcompiler/ets_runtime/test/sharedtest/sharedset/
Dsharedset.ts112 for (const [key, _] of iterator) { constant
117 for (const [key, _] of iterator) { constant
128 for (const [key, _] of iterator) { constant
139 for (const [key, _] of iterator) { constant
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DarithmeticOperationValid.cpp54 [[maybe_unused]] auto _ = (*this)(member); in CheckCompound() local
60 [[maybe_unused]] auto _ = (*this)(member); in CheckCompound() local
66 [[maybe_unused]] auto _ = (*this)(member); in CheckCompound() local
/arkcompiler/runtime_core/static_core/assembler/
Ddefine.h27 #define PANDA_ASSEMBLER_TYPES(_) \ argument
43 #define KEYWORDS_LIST(_) \ argument
/arkcompiler/runtime_core/assembler/
Ddefine.h25 #define PANDA_ASSEMBLER_TYPES(_) \ argument
40 #define KEYWORDS_LIST(_) \ argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.h27 #define DECLARE_ETSCOMPILER_COMPILE_METHOD(_, nodeType) void Compile(const ir::nodeType *node) cons… argument
32 #define DECLARE_ETSCOMPILER_COMPILE_METHOD(_, __, nodeType, ___) void Compile(const ir::nodeType *n… argument
DJSCompiler.h32 #define DECLARE_JSCOMPILER_COMPILE_METHOD(_, nodeType) void Compile(const ir::nodeType *node) const… argument
37 #define DECLARE_JSCOMPILER_COMPILE_METHOD(_, __, nodeType, ___) void Compile(const ir::nodeType *no… argument
DASTCompiler.h181 #define DECLARE_AST_NODE_COMPILE_METHOD(_, nodeType) virtual void Compile(const ir::nodeType *node)… argument
186 #define DECLARE_AST_NODE_COMPILE_METHOD(_, __, nodeType, ___) virtual void Compile(const ir::nodeTy… argument
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.h29 #define DECLARE_TSANALYZER_CHECK_METHOD(_, nodeType) checker::Type *Check(ir::nodeType *node) const… argument
34 #define DECLARE_TSANALYZER_CHECK_METHOD(_, __, nodeType, ___) \ argument
DSemanticAnalyzer.h187 #define DECLARE_AST_NODE_CHECK_METHOD(_, nodeType) virtual checker::Type *Check(ir::nodeType *node)… argument
192 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) virtual checker::Type *Check(ir::nodeTy… argument
DETSAnalyzer.h30 #define DECLARE_ETSANALYZER_CHECK_METHOD(_, nodeType) checker::Type *Check(ir::nodeType *node) cons… argument
35 #define DECLARE_ETSANALYZER_CHECK_METHOD(_, __, nodeType, ___) \ argument
/arkcompiler/ets_runtime/test/sharedtest/sharedmap/
Dsharedmap.ts106 for (const [key, _] of iterator) { constant
111 for (const [key, _] of iterator) { constant
122 for (const [key, _] of iterator) { constant
133 for (const [key, _] of iterator) { constant
/arkcompiler/ets_runtime/test/sharedtest/sharedset_extern/
Dsharedset_extern.ts48 for (const [key, _] of subSharedset.entries()) { constant
/arkcompiler/ets_frontend/arkguard/test/grammar/target/
DnewTargetFunction_2.js16 export var kmp = function(_) { argument
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/base/
DImportPrinter.ts90 for (const [_, importInfos] of mergeImports) { constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DViewTreePrinter.ts129 for (const [key, _] of item.attributes) { constant
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h25 #define DECLARATION_KINDS(_) \ argument
50 #define SCOPE_TYPES(_) \ argument
90 #define VARIABLE_TYPES(_) \ argument
/arkcompiler/ets_frontend/ets2panda/ir/visitor/
DAstVisitor.h33 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) class nodeType; argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h25 #define DECLARATION_KINDS(_) \ argument
60 #define SCOPE_TYPES(_) \ argument
106 #define VARIABLE_TYPES(_) \ argument
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dbase_mode.ts570 for (const [_, moduleInfo] of this.moduleInfos) { constant
619 for (const [_, moduleInfo] of this.moduleInfos) { constant
665 for (const [_, moduleInfo] of this.moduleInfos) { constant
763 for (const [_, module] of this.moduleInfos) { constant
/arkcompiler/ets_runtime/test/perform/array/
Darray_includes_indexof_jsperf.js32 function noOpFn(_) { /* no-op */ } argument
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/transformer/
DStaticSingleAssignmentFormer.ts71 for (const [_, local] of body.getLocals()) { constant

12