Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y316 parseContext.fullIntegerCheck($1.loc, "unsigned literal");
525 parseContext.fullIntegerCheck($1.loc, "bitwise not"); }
542 parseContext.fullIntegerCheck($2.loc, "%");
566 parseContext.fullIntegerCheck($2.loc, "bit shift left");
572 parseContext.fullIntegerCheck($2.loc, "bit shift right");
626 parseContext.fullIntegerCheck($2.loc, "bitwise and");
636 parseContext.fullIntegerCheck($2.loc, "bitwise exclusive or");
646 parseContext.fullIntegerCheck($2.loc, "bitwise inclusive or");
730 parseContext.fullIntegerCheck($1.loc, "%=");
743 parseContext.fullIntegerCheck($1.loc, "bit-shift left assign");
[all …]
DparseVersions.h79 virtual void fullIntegerCheck(const TSourceLoc&, const char* op);
Dglslang_tab.cpp4180 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "unsigned literal"); in yyparse()
4533 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "bitwise not"); } in yyparse()
4566 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "%"); in yyparse()
4609 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bit shift left"); in yyparse()
4620 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bit shift right"); in yyparse()
4715 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bitwise and"); in yyparse()
4732 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bitwise exclusive or"); in yyparse()
4749 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bitwise inclusive or"); in yyparse()
4890 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "%="); in yyparse()
4918 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "bit-shift left assign"); in yyparse()
[all …]
DVersions.cpp862 void TParseVersions::fullIntegerCheck(const TSourceLoc& loc, const char* op) in fullIntegerCheck() function in glslang::TParseVersions