Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h167 virtual void explicitInt32Check(const TSourceLoc&, const char* op, bool builtIn = false);
Dglslang.y389 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
393 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
1850 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer", parseContext.symbolTable.atBuiltI…
1855 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer", parseContext.symbolTable.atBuil…
1984 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
1990 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
1996 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
2056 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
2062 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
2068 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
Dglslang.m4389 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
393 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
1850 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer", parseContext.symbolTable.atBuiltI…
1855 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer", parseContext.symbolTable.atBuil…
1984 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
1990 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
1996 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
2056 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
2062 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
2068 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
Dglslang_tab.cpp4293 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
4302 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
6724 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer", parseContext.symbolTa… in yyparse()
6734 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer", parseContext.symbol… in yyparse()
6968 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
6979 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
6990 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
7100 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
7111 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
7122 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
DVersions.cpp1211 void TParseVersions::explicitInt32Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt32Check() function in glslang::TParseVersions