Home
last modified time | relevance | path

Searched refs:FlagExpressionWithUnboxing (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp218 FlagExpressionWithUnboxing(leftType, unboxedL, left); in CheckBinaryOperatorMulDivMod()
219 FlagExpressionWithUnboxing(rightType, unboxedR, right); in CheckBinaryOperatorMulDivMod()
292 FlagExpressionWithUnboxing(leftType, unboxedL, left); in CheckBinaryOperatorPlus()
293 FlagExpressionWithUnboxing(rightType, unboxedR, right); in CheckBinaryOperatorPlus()
331 FlagExpressionWithUnboxing(leftType, unboxedL, left); in CheckBinaryOperatorShift()
332 FlagExpressionWithUnboxing(rightType, unboxedR, right); in CheckBinaryOperatorShift()
390 FlagExpressionWithUnboxing(leftType, unboxedL, left); in CheckBinaryOperatorBitwise()
391 FlagExpressionWithUnboxing(rightType, unboxedR, right); in CheckBinaryOperatorBitwise()
398 FlagExpressionWithUnboxing(leftType, unboxedL, left); in CheckBinaryOperatorBitwise()
399 FlagExpressionWithUnboxing(rightTyp in CheckBinaryOperatorBitwise()
1143 void ETSChecker::FlagExpressionWithUnboxing(Type *type, Type *unboxedType, ir::Expression *typeExpression) FlagExpressionWithUnboxing() function in ark::es2panda::checker::ETSChecker
[all...]
H A DtypeCheckingHelpers.cpp73 FlagExpressionWithUnboxing(testType, conditionType, expr); in CheckTruthinessOfType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h342 void FlagExpressionWithUnboxing(Type *type, Type *unboxedType, ir::Expression *typeExpression);

Completed in 4 milliseconds