Home
last modified time | relevance | path

Searched refs:error_on_divide_by_zero (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp179 static bool error_on_divide_by_zero(const Context& context, int line, Operator op, in error_on_divide_by_zero() function
401 if (error_on_divide_by_zero(context, line, op, *right)) { in Simplify()