Searched refs:explicitInt32Check (Results 1 – 4 of 4) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/ |
| D | parseVersions.h | 113 virtual void explicitInt32Check(const TSourceLoc&, const char* op, bool builtIn = false);
|
| D | glslang.y | 386 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…
|
| D | glslang_tab.cpp | 5274 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse() 5283 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse() 7907 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer", parseContext.symbolTa… in yyparse() 7917 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer", parseContext.symbol… in yyparse() 8151 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse() 8162 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse() 8173 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse() 8283 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse() 8294 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse() 8305 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
|
| D | Versions.cpp | 1314 void TParseVersions::explicitInt32Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt32Check() function in glslang::TParseVersions
|