Home
last modified time | relevance | path

Searched defs:initializer (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DetsParameterExpressionBuilder.h35 ETSParameterExpressionBuilder &SetInitializer(Expression *initializer) in SetInitializer() argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsParameterExpression.cpp31 ETSParameterExpression::ETSParameterExpression(AnnotatedExpression *const identOrSpread, Expression *const initializer) in ETSParameterExpression() argument
204 auto *const initializer = in Clone() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalDeclTransformer.cpp96 const auto initializer = classProperty->Value(); in InitTopLevelProperty() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp79 const ir::Expression *initializer = declarator->Init(); in CheckSimpleVariableDeclaration() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.h34 DestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool convertTupleToArray, const ir::Expression *typeAnnotation, const ir::Expression *initializer) DestructuringContext() argument
90 ArrayDestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool convertTupleToArray, const ir::Expression *typeAnnotation, const ir::Expression *initializer) ArrayDestructuringContext() argument
114 ObjectDestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool convertTupleToArray, const ir::Expression *typeAnnotation, const ir::Expression *initializer) ObjectDestructuringContext() argument
H A DdestructuringContext.cpp29 void DestructuringContext::Prepare(const ir::Expression *typeAnnotation, const ir::Expression *initializer, in Prepare() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.h41 ir::Expression *initializer; member
H A DdestructuringContext.cpp30 void DestructuringContext::Prepare(ir::TypeNode *typeAnnotation, ir::Expression *initializer, in Prepare() argument
/arkcompiler/runtime_core/static_core/verification/util/
H A Dobj_pool.h150 ObjPool(InitializerType initializer, CleanerType cleaner) : initializer_ {initializer}, cleaner_ {cleaner} {} in ObjPool() argument
151 explicit ObjPool(InitializerType initializer) : initializer_ {initializer}, cleaner_ {[](T &) { return; }} {} in ObjPool() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp76 auto *initializer = util::NodeAllocator::ForceSetParent<ir::AssignmentExpression>( in CreateCtorFieldInit() local
H A DenumLowering.cpp312 auto *initializer = checker_->AllocNode<ir::AssignmentExpression>(leftHandSide, rightHandSide, in CreateCtorForEnumClass() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp431 auto *initializer = in ClassInitializerFromImport() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp408 ir::Expression *initializer = nullptr; in ParseClassFieldDefinition() local
H A DstatementParser.cpp1310 ir::Expression *initializer = ParseExpression(exprFlags); in ParseVariableDeclaratorInitializer() local
H A DETSparser.cpp1504 ir::Expression *initializer = ParseExpression(); in ParseVariableDeclaratorInitializer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h365 void SetDefaultAttribute(const Init<InitT> &initializer) in SetDefaultAttribute() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1306 auto *const initializer = declarator->Init(); in CheckSimpleVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1161 const auto initializer = classProp->Value(); in VisitClassProperty() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2033 ir::Expression *initializer = ParseExpression(exprFlags); in ParseVariableDeclaratorInitializer() local

Completed in 31 milliseconds