/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
parallel_illegal.d | 10 8: 03 c8 MNOP || ILLEGAL || NOP;.* 12 c: 01 00 ILLEGAL; 14 10: 03 c8 MNOP || NOP || ILLEGAL;.* 17 16: 01 00 ILLEGAL; 18 18: 03 c8 MNOP || ILLEGAL || ILLEGAL;.* 20 1c: 01 00 ILLEGAL; 21 1e: 01 00 ILLEGAL; 22 20: 03 c8 MNOP || ILLEGAL || ILLEGAL;. [all...] |
line_number.s | 4 ILLEGAL;
|
allinsn16.d | 9 [^:]+: 01 00 + ILLEGAL; 10 [^:]+: 02 00 + ILLEGAL; 11 [^:]+: 03 00 + ILLEGAL; 12 [^:]+: 04 00 + ILLEGAL; 13 [^:]+: 05 00 + ILLEGAL; 14 [^:]+: 06 00 + ILLEGAL; 15 [^:]+: 07 00 + ILLEGAL; 16 [^:]+: 08 00 + ILLEGAL; 17 [^:]+: 09 00 + ILLEGAL; 18 [^:]+: 0a 00 + ILLEGAL; [all...] |
/external/v8/src/parsing/ |
scanner.cc | 103 Token::ILLEGAL, 104 Token::ILLEGAL, 105 Token::ILLEGAL, 106 Token::ILLEGAL, 107 Token::ILLEGAL, 108 Token::ILLEGAL, 109 Token::ILLEGAL, 110 Token::ILLEGAL, 111 Token::ILLEGAL, 112 Token::ILLEGAL, [all...] |
token.h | 161 /* Illegal token - not able to scan. */ \ 162 T(ILLEGAL, "ILLEGAL", 0) \
|
parser-base.h | 357 if (stack_overflow_) return Token::ILLEGAL; 362 if (stack_overflow_) return Token::ILLEGAL; 367 if (stack_overflow_) return Token::ILLEGAL; 370 // Any further calls to Next or peek will return the illegal token. [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
token_test.go | 30 // zero value for token.Token must be token.ILLEGAL 32 if token.ILLEGAL != zero { 33 t.Errorf("%s == %d; want 0", token.ILLEGAL, zero)
|
stmt.go | 52 // spec: "Implementation restriction: A compiler may make it illegal to 139 return token.ILLEGAL 307 if op == token.ILLEGAL {
|
/prebuilts/go/linux-x86/src/go/types/ |
token_test.go | 30 // zero value for token.Token must be token.ILLEGAL 32 if token.ILLEGAL != zero { 33 t.Errorf("%s == %d; want 0", token.ILLEGAL, zero)
|
stmt.go | 52 // spec: "Implementation restriction: A compiler may make it illegal to 139 return token.ILLEGAL 307 if op == token.ILLEGAL {
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
UConverterConstants.java | 122 static final int ILLEGAL = 1; /**< The code point is illegal. For example, 123 \\x81\\x2E is illegal in SJIS because \\x2E 128 are also illegal, not just irregular.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
cr16-dis.c | 27 #define ILLEGAL "illegal" 180 return ILLEGAL; 195 return ILLEGAL; 206 return ILLEGAL; 219 return ILLEGAL; 248 return ILLEGAL; 264 return "ILLEGAL REGISTER"; 278 return "ILLEGAL REGISTER"; 837 info->fprintf_func (info->stream,"%s ",ILLEGAL); [all...] |
crx-dis.c | 28 #define ILLEGAL "illegal" 166 return ILLEGAL; 181 return ILLEGAL; 192 return ILLEGAL; 209 return ILLEGAL; 226 return "ILLEGAL REGISTER"; 743 info->fprintf_func (info->stream,"%s ",ILLEGAL);
|
/prebuilts/go/darwin-x86/src/go/token/ |
token.go | 18 ILLEGAL Token = iota 127 ILLEGAL: "ILLEGAL",
|
/prebuilts/go/linux-x86/src/go/token/ |
token.go | 18 ILLEGAL Token = iota 127 ILLEGAL: "ILLEGAL",
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
BigNumberFormatTest.java | 28 static final int ILLEGAL = -1; 105 expectPad(fmt, "$*^$#", ILLEGAL); 106 expectPad(fmt, "#$*^$", ILLEGAL);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
BigNumberFormatTest.java | 24 static final int ILLEGAL = -1; 101 expectPad(fmt, "$*^$#", ILLEGAL); 102 expectPad(fmt, "#$*^$", ILLEGAL);
|
/prebuilts/go/darwin-x86/src/go/scanner/ |
scanner_test.go | 318 if tok == token.ILLEGAL { 319 // the illegal token literal indicates what 586 const src = "@\n" + // illegal character, cause an error 647 if tok0 != token.ILLEGAL && lit0 != lit { 672 {"\a", token.ILLEGAL, 0, "", "illegal character U+0007"}, 673 {`#`, token.ILLEGAL, 0, "", "illegal character U+0023 '#'"}, 674 {`?`, token.ILLEGAL, 0, "", "illegal character U+2026 '?'"} [all...] |
scanner.go | 66 s.error(s.offset, "illegal character NUL") 71 s.error(s.offset, "illegal UTF-8 encoding") 73 s.error(s.offset, "illegal byte order mark") 313 s.error(offs, "illegal hexadecimal number") 320 // illegal octal int or float 329 s.error(offs, "illegal octal number") 401 msg := fmt.Sprintf("illegal character %#U in escape sequence", s.ch) 451 s.error(offs, "illegal rune literal") 582 // If the returned token is token.ILLEGAL, the literal string is the 589 // if the resulting token sequence contains no illegal tokens [all...] |
/prebuilts/go/linux-x86/src/go/scanner/ |
scanner_test.go | 318 if tok == token.ILLEGAL { 319 // the illegal token literal indicates what 586 const src = "@\n" + // illegal character, cause an error 647 if tok0 != token.ILLEGAL && lit0 != lit { 672 {"\a", token.ILLEGAL, 0, "", "illegal character U+0007"}, 673 {`#`, token.ILLEGAL, 0, "", "illegal character U+0023 '#'"}, 674 {`?`, token.ILLEGAL, 0, "", "illegal character U+2026 '?'"} [all...] |
scanner.go | 66 s.error(s.offset, "illegal character NUL") 71 s.error(s.offset, "illegal UTF-8 encoding") 73 s.error(s.offset, "illegal byte order mark") 313 s.error(offs, "illegal hexadecimal number") 320 // illegal octal int or float 329 s.error(offs, "illegal octal number") 401 msg := fmt.Sprintf("illegal character %#U in escape sequence", s.ch) 451 s.error(offs, "illegal rune literal") 582 // If the returned token is token.ILLEGAL, the literal string is the 589 // if the resulting token sequence contains no illegal tokens [all...] |
/external/icu/icu4c/source/test/intltest/ |
numfmtst.h | 317 enum { ILLEGAL = -1 };
|
/prebuilts/go/darwin-x86/src/go/printer/ |
printer.go | 63 lastTok token.Token // last token printed (token.ILLEGAL if it's whitespace) 64 prevOpen token.Token // previous non-brace "open" token (, [, or token.ILLEGAL 851 case token.ILLEGAL: 857 p.prevOpen = token.ILLEGAL 890 p.lastTok = token.ILLEGAL [all...] |
nodes.go | 79 p.flush(p.posFor(g.List[0].Pos()), token.ILLEGAL) [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
printer.go | 63 lastTok token.Token // last token printed (token.ILLEGAL if it's whitespace) 64 prevOpen token.Token // previous non-brace "open" token (, [, or token.ILLEGAL 851 case token.ILLEGAL: 857 p.prevOpen = token.ILLEGAL 890 p.lastTok = token.ILLEGAL [all...] |