Home
last modified time | relevance | path

Searched defs:exprType (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DswitchStatement.cpp85 checker::Type *exprType = discriminant_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DexpandBrackets.cpp64 auto *exprType = checker->AllocNode<ir::OpaqueTypeNode>(dimType); in ProcessNewArrayInstanceExpression() local
111 auto *exprType = checker->AllocNode<ir::OpaqueTypeNode>(dimType); in ProcessNewMultiDimArrayInstanceExpression() local
H A DopAssignment.cpp184 auto *exprType = CreateProxyTypeNode(checker, left); in ConstructOpAssignmentResult() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsAsExpression.cpp86 checker::Type *exprType = expression_->Check(checker); in Check() local
101 checker::Type *exprType = checker->GetBaseTypeOfLiteralType(expression_->Check(checker)); in Check() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DforOfStatement.cpp26 checker::Type *ForOfStatement::CreateUnionIteratorTypes(checker::ETSChecker *checker, checker::Type *exprType) in CreateUnionIteratorTypes() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp149 const auto *exprType = expr->TypeReference()->TsType(); in Compile() local
251 static void HandleUnionTypeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, in HandleUnionTypeInForOf() argument
299 GetSizeInForOf(compiler::ETSGen *etsg, checker::Type const *const exprType, const ir::ForOfStatement *st, VReg objReg) GetSizeInForOf() argument
419 auto *const exprType = expr->TsType(); Compile() local
1081 auto *const exprType = etsg->Checker()->GetApparentType(expr->TsType()); HandleEnumTypes() local
1420 checker::Type const *const exprType = st->Right()->TsType(); Compile() member in ark::es2panda::compiler::checker
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1254 checker::Type *exprType = st->Discriminant()->Check(checker); in Check() local
1468 checker::Type *exprType = expr->Expr()->Check(checker); in Check() local
1483 checker::Type *exprType = checker->GetBaseTypeOfLiteralType(expr->Expr()->Check(checker)); in Check() local
H A DETSAnalyzer.cpp349 auto exprType = [&checker](auto *tsType) { in Check() local
2125 checker::Type *const exprType = st->Right()->Check(checker); in Check() member in ark::es2panda::checker::checker
2659 auto exprType = expr->expr_->Check(checker); Check() local
[all...]

Completed in 11 milliseconds