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.cpp5274 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()
DVersions.cpp1314 void TParseVersions::explicitInt32Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt32Check() function in glslang::TParseVersions