Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
H A DSkSLIndexExpression.cpp21 static bool index_out_of_range(const Context& context, SKSL_INT index, const Expression& base) { in index_out_of_range() function
83 if (index_out_of_range(context, indexValue, *base)) { in Convert()
100 if (!index_out_of_range(context, indexValue, *base)) { in Make()

Completed in 1 milliseconds