HomeSort by relevance Sort by last modified time
    Searched refs:ILLEGAL (Results 1 - 25 of 45) sorted by null

1 2

  /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 146 Token::ILLEGAL,
147 Token::ILLEGAL,
148 Token::ILLEGAL,
149 Token::ILLEGAL,
150 Token::ILLEGAL,
151 Token::ILLEGAL,
152 Token::ILLEGAL,
153 Token::ILLEGAL,
154 Token::ILLEGAL,
155 Token::ILLEGAL,
    [all...]
token.h 166 /* Illegal token - not able to scan. */ \
167 T(ILLEGAL, "ILLEGAL", 0) \
parser-base.h 741 if (stack_overflow_) return Token::ILLEGAL;
746 if (stack_overflow_) return Token::ILLEGAL;
751 if (stack_overflow_) return Token::ILLEGAL;
754 // 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)
object.go 233 return &disabledAlias{object{nil, pos, pkg, name, typ, 0, token.NoPos}, orig, 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)
object.go 233 return &disabledAlias{object{nil, pos, pkg, name, typ, 0, token.NoPos}, orig, token.ILLEGAL}
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 124 static final int ILLEGAL = 1; /**< The code point is illegal. For example,
125 \\x81\\x2E is illegal in SJIS because \\x2E
130 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 29 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 28 static final int ILLEGAL = -1;
104 expectPad(fmt, "$*^$#", ILLEGAL);
105 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")
355 s.error(offs, "illegal floating-point exponent")
405 msg := fmt.Sprintf("illegal character %#U in escape sequence", s.ch)
455 s.error(offs, "illegal rune literal")
586 // If the returned token is token.ILLEGAL, the literal string is th
    [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")
355 s.error(offs, "illegal floating-point exponent")
405 msg := fmt.Sprintf("illegal character %#U in escape sequence", s.ch)
455 s.error(offs, "illegal rune literal")
586 // If the returned token is token.ILLEGAL, the literal string is th
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 321 enum { ILLEGAL = -1 };
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 64 lastTok token.Token // last token printed (token.ILLEGAL if it's whitespace)
65 prevOpen token.Token // previous non-brace "open" token (, [, or token.ILLEGAL
874 case token.ILLEGAL:
880 p.prevOpen = token.ILLEGAL
913 p.lastTok = token.ILLEGAL
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 64 lastTok token.Token // last token printed (token.ILLEGAL if it's whitespace)
65 prevOpen token.Token // previous non-brace "open" token (, [, or token.ILLEGAL
874 case token.ILLEGAL:
880 p.prevOpen = token.ILLEGAL
913 p.lastTok = token.ILLEGAL
    [all...]
  /external/v8/src/ast/
ast.cc 288 return Token::ILLEGAL;
    [all...]

Completed in 2222 milliseconds

1 2