Searched refs:checkIfUsableInArray (Results 1 – 3 of 3) sorted by relevance
627 bool checkIfUsableInArray(const Context& context, Position arrayPos) const;
1342 bool Type::checkIfUsableInArray(const Context& context, Position arrayPos) const { in checkIfUsableInArray() function in SkSL::Type1378 if (!this->checkIfUsableInArray(context, arrayPos)) { in convertArraySize()
729 if (!base->checkIfUsableInArray(context, pos)) { in unsizedArrayType()