Searched refs:integerErrorCheck (Results 1 – 4 of 4) sorted by relevance
124 bool integerErrorCheck(TIntermTyped* node, const char* token);
299 if (context->integerErrorCheck($1, "[]"))
2495 if (context->integerErrorCheck((yyvsp[0].interm.intermTypedNode), "[]")) in yyparse()
478 bool TParseContext::integerErrorCheck(TIntermTyped* node, const char* token) in integerErrorCheck() function in TParseContext