Home
last modified time | relevance | path

Searched refs:matchCodeUnit (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DTokenStream.cpp2721 if (!matchCodeUnit('#')) { in consumeOptionalHashbangComment()
2726 if (!matchCodeUnit('!')) { in consumeOptionalHashbangComment()
3077 if (matchCodeUnit('{')) { in getTokenInternal()
3081 if (matchCodeUnit('[')) { in getTokenInternal()
3098 if (matchCodeUnit('=')) { in getTokenInternal()
3108 if (matchCodeUnit('+')) { in getTokenInternal()
3136 if (matchCodeUnit('|')) { in getTokenInternal()
3150 if (matchCodeUnit('&')) { in getTokenInternal()
3160 if (matchCodeUnit('.')) { in getTokenInternal()
3182 if (matchCodeUnit('=')) { in getTokenInternal()
[all …]
H A DTokenStream.h1649 bool matchCodeUnit(char expect) {
1666 bool matchCodeUnit(T) = delete;
1940 using CharsBase::matchCodeUnit;
2458 using CharsBase::matchCodeUnit;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DTokenStream.cpp2721 if (!matchCodeUnit('#')) { in consumeOptionalHashbangComment()
2726 if (!matchCodeUnit('!')) { in consumeOptionalHashbangComment()
3088 if (matchCodeUnit('=')) { in getTokenInternal()
3098 if (matchCodeUnit('+')) { in getTokenInternal()
3126 if (matchCodeUnit('|')) { in getTokenInternal()
3148 if (matchCodeUnit('&')) { in getTokenInternal()
3162 if (matchCodeUnit('.')) { in getTokenInternal()
3188 if (matchCodeUnit('=')) { in getTokenInternal()
3209 if (matchCodeUnit('<')) { in getTokenInternal()
3218 if (matchCodeUnit('>')) { in getTokenInternal()
[all …]
H A DTokenStream.h1605 bool matchCodeUnit(char expect) {
1622 bool matchCodeUnit(T) = delete;
1906 using CharsBase::matchCodeUnit;
2424 using CharsBase::matchCodeUnit;
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DTokenStream.cpp2725 if (!matchCodeUnit('#')) { in consumeOptionalHashbangComment()
2730 if (!matchCodeUnit('!')) { in consumeOptionalHashbangComment()
3097 if (matchCodeUnit('=')) { in getTokenInternal()
3107 if (matchCodeUnit('+')) { in getTokenInternal()
3135 if (matchCodeUnit('|')) { in getTokenInternal()
3149 if (matchCodeUnit('&')) { in getTokenInternal()
3159 if (matchCodeUnit('.')) { in getTokenInternal()
3181 if (matchCodeUnit('=')) { in getTokenInternal()
3202 if (matchCodeUnit('<')) { in getTokenInternal()
3211 if (matchCodeUnit('>')) { in getTokenInternal()
[all …]
H A DTokenStream.h1654 bool matchCodeUnit(char expect) {
1671 bool matchCodeUnit(T) = delete;
1945 using CharsBase::matchCodeUnit;
2463 using CharsBase::matchCodeUnit;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DTokenStream.cpp2725 if (!matchCodeUnit('#')) { in consumeOptionalHashbangComment()
2730 if (!matchCodeUnit('!')) { in consumeOptionalHashbangComment()
3097 if (matchCodeUnit('=')) { in getTokenInternal()
3107 if (matchCodeUnit('+')) { in getTokenInternal()
3135 if (matchCodeUnit('|')) { in getTokenInternal()
3149 if (matchCodeUnit('&')) { in getTokenInternal()
3159 if (matchCodeUnit('.')) { in getTokenInternal()
3181 if (matchCodeUnit('=')) { in getTokenInternal()
3202 if (matchCodeUnit('<')) { in getTokenInternal()
3211 if (matchCodeUnit('>')) { in getTokenInternal()
[all …]
H A DTokenStream.h1654 bool matchCodeUnit(char expect) {
1671 bool matchCodeUnit(T) = delete;
1945 using CharsBase::matchCodeUnit;
2463 using CharsBase::matchCodeUnit;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dpr86379.C35 bool matchCodeUnit(CharT c) { return true; } in matchCodeUnit() function
60 bool matchCodeUnit(int expect) { return true; } in matchCodeUnit() function
103 sourceUnits.matchCodeUnit('\n'); in getFullAsciiCodePoint()