Home
last modified time | relevance | path

Searched refs:explicitInt16Check (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h166 virtual void explicitInt16Check(const TSourceLoc&, const char* op, bool builtIn = false);
DVersions.cpp1176 void TParseVersions::explicitInt16Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt16Check() function in glslang::TParseVersions
Dglslang.y405 parseContext.explicitInt16Check($1.loc, "16-bit integer literal");
409 parseContext.explicitInt16Check($1.loc, "16-bit unsigned integer literal");
Dglslang.m4405 parseContext.explicitInt16Check($1.loc, "16-bit integer literal");
409 parseContext.explicitInt16Check($1.loc, "16-bit unsigned integer literal");
Dglslang_tab.cpp4329 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()