Searched refs:checkIsScalarInteger (Results 1 – 4 of 4) sorted by relevance
129 void checkIsScalarInteger(TIntermTyped *node, const char *token);
328 context->checkIsScalarInteger($1, "[]");
2507 context->checkIsScalarInteger((yyvsp[0].interm.intermTypedNode), "[]"); in yyparse()
719 void TParseContext::checkIsScalarInteger(TIntermTyped *node, const char *token) in checkIsScalarInteger() function in sh::TParseContext