Searched refs:FlagExpressionWithUnboxing (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | arithmetic.cpp | 218 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 D | typeCheckingHelpers.cpp | 73 FlagExpressionWithUnboxing(testType, conditionType, expr); in CheckTruthinessOfType()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSchecker.h | 342 void FlagExpressionWithUnboxing(Type *type, Type *unboxedType, ir::Expression *typeExpression);
|
Completed in 4 milliseconds