Lines Matching refs:ES3_ONLY
152 #define ES3_ONLY(TOKEN, LINE, REASON) { \ macro
323 ES3_ONLY("", @3, "methods");
375 ES3_ONLY("[]", @1, "array constructor");
419 ES3_ONLY("~", @1, "bit-wise operator");
437 ES3_ONLY("%", @2, "integer modulus operator");
455 ES3_ONLY("<<", @2, "bit-wise operator");
459 ES3_ONLY(">>", @2, "bit-wise operator");
493 ES3_ONLY("&", @2, "bit-wise operator");
501 ES3_ONLY("^", @2, "bit-wise operator");
509 ES3_ONLY("|", @2, "bit-wise operator");
555 | MOD_ASSIGN { ES3_ONLY("%=", @1, "integer modulus operator");
559 | LEFT_ASSIGN { ES3_ONLY("<<=", @1, "bit-wise operator");
562 | RIGHT_ASSIGN { ES3_ONLY(">>=", @1, "bit-wise operator");
565 | AND_ASSIGN { ES3_ONLY("&=", @1, "bit-wise operator");
568 | XOR_ASSIGN { ES3_ONLY("^=", @1, "bit-wise operator");
571 | OR_ASSIGN { ES3_ONLY("|=", @1, "bit-wise operator");
624 ES3_ONLY(getQualifierString($1.qualifier), @1, "interface blocks");
628 ES3_ONLY(getQualifierString($1.qualifier), @1, "interface blocks");
632 ES3_ONLY(getQualifierString($1.qualifier), @1, "interface blocks");
815 ES3_ONLY("[]", @3, "implicitly sized array");
820 ES3_ONLY("=", @7, "first-class arrays (array initializer)");
844 ES3_ONLY("[]", @3, "implicitly sized array");
849 ES3_ONLY("=", @6, "first-class arrays (array initializer)");
868 ES3_ONLY("[]", @1, "first-class-array");
963 ES3_ONLY("in", @1, "storage qualifier");
967 ES3_ONLY("out", @1, "storage qualifier");
971 ES3_ONLY("centroid in", @1, "storage qualifier");
980 ES3_ONLY("centroid out", @1, "storage qualifier");
1031 ES3_ONLY("layout", @1, "qualifier");
1062 ES3_ONLY("[]", @2, "implicitly sized array");