Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.h107 auto isForbiddenZeroDivision = [&rightValue]() { return std::is_integral<UType>::value && rightValue == 0; }; in PerformArithmeticOperationOnTypes() local
122 if (isForbiddenZeroDivision()) { in PerformArithmeticOperationOnTypes()
135 if (isForbiddenZeroDivision()) { in PerformArithmeticOperationOnTypes()

Completed in 2 milliseconds