Searched refs:explicitInt16Check (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 166 virtual void explicitInt16Check(const TSourceLoc&, const char* op, bool builtIn = false);
|
D | Versions.cpp | 1176 void TParseVersions::explicitInt16Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt16Check() function in glslang::TParseVersions
|
D | glslang.y | 405 parseContext.explicitInt16Check($1.loc, "16-bit integer literal"); 409 parseContext.explicitInt16Check($1.loc, "16-bit unsigned integer literal");
|
D | glslang.m4 | 405 parseContext.explicitInt16Check($1.loc, "16-bit integer literal"); 409 parseContext.explicitInt16Check($1.loc, "16-bit unsigned integer literal");
|
D | glslang_tab.cpp | 4329 parseContext.explicitInt16Check((yyvsp[0].lex).loc, "16-bit integer literal"); in yyparse() 4338 parseContext.explicitInt16Check((yyvsp[0].lex).loc, "16-bit unsigned integer literal"); in yyparse()
|