Home
last modified time | relevance | path

Searched defs:initType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp145 Type *initType = inferedType; in HandleAssignmentPattern() local
182 …Context::HandleIdentifierPattern(const ir::AssignmentExpression *assignmentPattern, Type *initType, in HandleIdentifierPattern()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp164 Type *initType = inferredType; in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp718 void ETSChecker::CheckEnumType(ir::Expression *init, checker::Type *initType, const util::StringVie… in CheckEnumType()
838 checker::Type *initType = nullptr; in CheckVariableDeclaration() local
888 …r::VariableTypeFromInitializer(varbinder::Variable *variable, Type *annotationType, Type *initType) in VariableTypeFromInitializer()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp3463 …if (auto *const initType = st->Init() != nullptr ? st->Init()->TsType() : nullptr; initType != nul… in Check() local