Home
last modified time | relevance | path

Searched defs:exprType (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
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/compiler/lowering/ets/
DexpandBrackets.cpp57 auto *exprType = checker->AllocNode<ir::OpaqueTypeNode>(dimType); in Perform() local
DopAssignment.cpp144 auto *exprType = checker->AllocNode<ir::OpaqueTypeNode>(lcType); in HandleOpAssignment() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchStatement.cpp85 checker::Type *exprType = discriminant_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DblockExpression.cpp105 if (auto *const exprType = node->Check(checker); exprType != nullptr) { in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp397 auto *exprType = expr->expr_->GetType(checker); in Check() local
488 auto *exprType = in Check() local
2034 checker::Type *const exprType = st->Right()->Check(checker); in Check() local
2684 auto exprType = expr->expr_->Check(checker); in Check() local
DTSAnalyzer.cpp1444 checker::Type *exprType = st->discriminant_->Check(checker); in Check() local
1663 checker::Type *exprType = expr->Expr()->Check(checker); in Check() local
1678 checker::Type *exprType = checker->GetBaseTypeOfLiteralType(expr->Expr()->Check(checker)); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp589 MIRType &exprType = *GlobalTables::GetTypeTable().GetTypeFromTyIdx(ptyIdx); in CreateAddrofConst() local
603 MIRType *exprType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(ptyIdx); in CreateAddroffuncConst() local
617 MIRType *exprType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in CreateStrConst() local
631 MIRType *exprType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(ptyIdx); in CreateStr16Const() local
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts1086 const exprType = this.tsTypeChecker.getContextualType(curNode); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts1429 const exprType = this.tsTypeChecker.getContextualType(curNode); constant
DTypeScriptLinter.ts1895 let exprType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNullableType(); variable
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1589 let exprType = this.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNullableType(); variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1036 const auto *const exprType = expr->Property()->TsType(); in ValidateTupleIndex() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1500 checker::Type const *const exprType = st->Right()->TsType(); in Compile() local