Searched refs:explicitInt16Check (Results 1 – 4 of 4) sorted by relevance
96 virtual void explicitInt16Check(const TSourceLoc&, const char* op, bool builtIn = false);
1023 void TParseVersions::explicitInt16Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt16Check() function in glslang::TParseVersions
328 parseContext.explicitInt16Check($1.loc, "16-bit integer literal");332 parseContext.explicitInt16Check($1.loc, "16-bit unsigned integer literal");
4207 parseContext.explicitInt16Check((yyvsp[0].lex).loc, "16-bit integer literal"); in yyparse()4216 parseContext.explicitInt16Check((yyvsp[0].lex).loc, "16-bit unsigned integer literal"); in yyparse()