Home
last modified time | relevance | path

Searched full:es2panda_variable (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h84 typedef struct es2panda_Variable es2panda_Variable; typedef
108 typedef es2panda_Variable *(*PropertyProcessor)(es2panda_Variable *, es2panda_Type *);
109 typedef void (*PropertyTraverser)(const es2panda_Variable *);
119 es2panda_Variable *variable;
Des2panda_lib_decl.inc.erb39 bool (*VariableIs<%= variable[1] %>)(es2panda_Variable *variable);
Des2panda_lib.idl.erb44 [Entity=Class] interface es2panda_Variable {};
Des2panda_lib_impl.inc.erb156 extern "C" bool VariableIs##public_name(es2panda_Variable *variable) \
Des2panda_lib.cpp157 auto variable = reinterpret_cast<es2panda_Variable *>(dynamicImportData->variable); in DynamicImportDataToE2pPtr()
170 auto variable = reinterpret_cast<es2panda_Variable *>(dynamicImportData.variable); in DynamicImportDataToE2p()
DcppToCTypes.yaml1545 name: 'es2panda_Variable'
1555 reinterpret_cast<?const? es2panda_Variable |es2panda_arg.type.ptr_depth|>
1560 name: es2panda_Variable
3534 reinterpret_cast<es2panda_Variable *>(propertyProcessorLambdaVariable),
3554 {|arg_name|(reinterpret_cast<const es2panda_Variable *>(propertyTraverserLambdaVariable));};
Des2panda_lib.rb1350 es2panda_Variable
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin_conversion_rule/
Dplugin_conversion_rule_part_i.cpp172 …extern "C" es2panda_Variable **ETSObjectTypeFieldsConst([[maybe_unused]] es2panda_Context *context, in TEST_F()
180 auto apiRes = ctxAllocator->New<es2panda_Variable *[]>(*returnTypeLen); in TEST_F()
182 auto toPush = reinterpret_cast<es2panda_Variable *>(resultVector.at(i)); in TEST_F()
183 apiRes[i] = reinterpret_cast<es2panda_Variable *>(toPush); in TEST_F()
291 [[maybe_unused]] char **bindingsKeyArray, es2panda_Variable **bindingsValueArray, size_t bindingsLe… in TEST_F()
315 es2panda_Type *classInstance/*return_args:*/, es2panda_Variable ***arenaMapValueArray, size_t *retu… in TEST_F()
322 *arenaMapValueArray = ctxAllocator->New<es2panda_Variable *[]>(*returnTypeLen); in TEST_F()
326 (*arenaMapValueArray)[i] = reinterpret_cast< es2panda_Variable *>(value); in TEST_F()
368 es2panda_Scope *classInstance/*return_args:*/, es2panda_Variable ***arenaMapValueArray, size_t *ret… in TEST_F()
377 *arenaMapValueArray = ctxAllocator->New<es2panda_Variable *[]>(*returnTypeLen); in TEST_F()
[all …]
Dplugin_conversion_rule_part_iv.cpp117 [[maybe_unused]] es2panda_Variable *v, [[maybe_unused]] Es2pandaResolvedKind kind) in TEST_F()
135 [[maybe_unused]] es2panda_Variable *v, [[maybe_unused]] Es2pandaResolvedKind kind) in TEST_F()
248 …id EnumVariableSetValue([[maybe_unused]] es2panda_Context *context, es2panda_Variable *classInstan… in TEST_F()
283 es2panda_Variable *classInstance/*return_args:*/) in TEST_F()
358 … return reinterpret_cast<varbinder::LocalVariable *>(func(reinterpret_cast<es2panda_Variable *> in TEST_F()
376 {cb(reinterpret_cast<const es2panda_Variable *>(propertyTraverserLambdaVariable));}; in TEST_F()
Dplugin_conversion_rule_part_ii.cpp254 [[maybe_unused]] es2panda_Variable *variable/*return_args:*/) in TEST_F()
269 …extern "C" const es2panda_Variable *SignatureRestVarConst([[maybe_unused]] es2panda_Context *conte… in TEST_F()
272 auto apiRes = reinterpret_cast<const es2panda_Variable *> in TEST_F()
287 es2panda_Variable *classInstance/*return_args:*/) in TEST_F()
336 …extern "C" void VariableReset([[maybe_unused]] es2panda_Context *context, es2panda_Variable *class… in TEST_F()
354 es2panda_Variable *classInstance/*return_args:*/) in TEST_F()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_varibles_and_types.c38 void printVarInfo(es2panda_Context *ctx, es2panda_Variable *var) in printVarInfo()
109 es2panda_Variable *var = impl->AstNodeVariableConst(ctx, node); in FindAllVaribles()
Dplugin_proceed_to_state_member_expression.cpp114 es2panda_Variable *prop = impl->MemberExpressionPropVar(context, memberExpression); in CheckMemberPropVar()