Home
last modified time | relevance | path

Searched refs:explicitInt32Check (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h113 virtual void explicitInt32Check(const TSourceLoc&, const char* op, bool builtIn = false);
Dglslang.y386 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
390 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
1960 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer", parseContext.symbolTable.atBuiltI…
1965 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer", parseContext.symbolTable.atBuil…
2094 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
2100 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
2106 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
2166 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
2172 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
2178 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
Dglslang_tab.cpp5275 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
5284 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
7908 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer", parseContext.symbolTa… in yyparse()
7918 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer", parseContext.symbol… in yyparse()
8152 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
8163 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
8174 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
8284 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
8295 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
8306 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
DVersions.cpp1314 void TParseVersions::explicitInt32Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt32Check() function in glslang::TParseVersions