Home
last modified time | relevance | path

Searched defs:opType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DTypeExpr.ts141 private opType: Type; property in KeyofTypeExpr
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp53 static bool CheckIsBooleanConstantForUnary(ir::Literal *const unaryLiteral, lexer::TokenType opType) in CheckIsBooleanConstantForUnary()
61 …c bool CheckIsBooleanConstantForBinary(ir::Literal *lhs, ir::Literal *rhs, lexer::TokenType opType) in CheckIsBooleanConstantForBinary()
182 …pressionLowering::PerformRelationOperator(InputType left, InputType right, lexer::TokenType opType) in PerformRelationOperator()
209 …ionLowering::HandleRelationOperator(ir::Literal *left, ir::Literal *right, lexer::TokenType opType) in HandleRelationOperator()
242 lexer::TokenType opType) in HandleBitwiseLogicalOperator()
262 …stantExpressionLowering::HandleLogicalOperator(ir::BinaryExpression *expr, lexer::TokenType opType) in HandleLogicalOperator()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDynamicObjectLiteralsCheck.ts118 const opType = rightOp.getOp().getType(); constant
DObservedDecoratorCheck.ts237 const opType = stmt.getOp().getType(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts815 const opType = expr.getOpType(); constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp2123 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2147 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2160 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2178 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2189 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp809 …checker::Type *opType = rightType->IsETSDynamicType() ? GlobalBuiltinJSValueType() : GlobalETSObje… in CheckBinaryOperatorInstanceOf() local