Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h76 typedef struct es2panda_Variable es2panda_Variable; typedef
91 typedef es2panda_Variable *(*PropertyProcessor)(es2panda_Variable *, es2panda_Type *);
92 typedef void (*PropertyTraverser)(const es2panda_Variable *);
102 es2panda_Variable *variable;
Des2panda_lib_decl.inc.erb39 bool (*VariableIs<%= variable[1] %>)(es2panda_Variable *variable);
Des2panda_lib_impl.inc.erb156 extern "C" bool VariableIs##public_name(es2panda_Variable *variable) \
Des2panda_lib.cpp164 auto variable = reinterpret_cast<es2panda_Variable *>(dynamicImportData->variable); in DynamicImportDataToE2p()
177 auto variable = reinterpret_cast<es2panda_Variable *>(dynamicImportData.variable); in DynamicImportDataToE2p()
DcppToCTypes.yaml1212 name: 'es2panda_Variable '
1222 reinterpret_cast<?const? es2panda_Variable |es2panda_arg.type.ptr_depth|>
1224 call_var: 'es2panda_Variable *ast'
2815 reinterpret_cast<es2panda_Variable *>(propertyProcessorLambdaVariable),
2835 {|arg_name|(reinterpret_cast<const es2panda_Variable *>(propertyTraverserLambdaVariable));};
Des2panda_lib.rb143 'es2panda_Variable',
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_benchmark_with_checker_func_test.cpp71 es2panda_Variable *funcVariable = impl->CreateLocalVariable(ctx, decl, (uint64_t)1U << 28U); in CreateNewFunction()
84 es2panda_Variable *scriptFuncVar = in CreateNewFunctions()
85 …const_cast<es2panda_Variable *>(impl->AstNodeVariableConst(ctx, impl->ScriptFunctionId(ctx, exampl… in CreateNewFunctions()
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()