Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h105 void fullIntegerCheck(const TSourceLoc&, const char* op) { } in fullIntegerCheck() function
149 virtual void fullIntegerCheck(const TSourceLoc&, const char* op);
Dglslang.y378 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 …]
Dglslang.m4378 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 …]
Dglslang_tab.cpp4268 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 …]
DVersions.cpp1024 void TParseVersions::fullIntegerCheck(const TSourceLoc& loc, const char* op) in fullIntegerCheck() function in glslang::TParseVersions