Searched refs:fullIntegerCheck (Results 1 – 5 of 5) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/ |
| D | parseVersions.h | 105 void fullIntegerCheck(const TSourceLoc&, const char* op) { } in fullIntegerCheck() function 149 virtual void fullIntegerCheck(const TSourceLoc&, const char* op);
|
| D | glslang.y | 378 parseContext.fullIntegerCheck($1.loc, "unsigned literal"); 596 parseContext.fullIntegerCheck($1.loc, "bitwise not"); } 613 parseContext.fullIntegerCheck($2.loc, "%"); 637 parseContext.fullIntegerCheck($2.loc, "bit shift left"); 643 parseContext.fullIntegerCheck($2.loc, "bit shift right"); 699 parseContext.fullIntegerCheck($2.loc, "bitwise and"); 709 parseContext.fullIntegerCheck($2.loc, "bitwise exclusive or"); 719 parseContext.fullIntegerCheck($2.loc, "bitwise inclusive or"); 803 parseContext.fullIntegerCheck($1.loc, "%="); 816 parseContext.fullIntegerCheck($1.loc, "bit-shift left assign"); [all …]
|
| D | glslang.m4 | 378 parseContext.fullIntegerCheck($1.loc, "unsigned literal"); 596 parseContext.fullIntegerCheck($1.loc, "bitwise not"); } 613 parseContext.fullIntegerCheck($2.loc, "%"); 637 parseContext.fullIntegerCheck($2.loc, "bit shift left"); 643 parseContext.fullIntegerCheck($2.loc, "bit shift right"); 699 parseContext.fullIntegerCheck($2.loc, "bitwise and"); 709 parseContext.fullIntegerCheck($2.loc, "bitwise exclusive or"); 719 parseContext.fullIntegerCheck($2.loc, "bitwise inclusive or"); 803 parseContext.fullIntegerCheck($1.loc, "%="); 816 parseContext.fullIntegerCheck($1.loc, "bit-shift left assign"); [all …]
|
| D | glslang_tab.cpp | 4268 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "unsigned literal"); in yyparse() 4631 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "bitwise not"); } in yyparse() 4664 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "%"); in yyparse() 4707 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bit shift left"); in yyparse() 4718 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bit shift right"); in yyparse() 4815 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bitwise and"); in yyparse() 4832 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bitwise exclusive or"); in yyparse() 4849 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bitwise inclusive or"); in yyparse() 4990 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "%="); in yyparse() 5018 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "bit-shift left assign"); in yyparse() [all …]
|
| D | Versions.cpp | 1024 void TParseVersions::fullIntegerCheck(const TSourceLoc& loc, const char* op) in fullIntegerCheck() function in glslang::TParseVersions
|