HomeSort by relevance Sort by last modified time
    Searched refs:TokError (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 142 return TokError("unexpected token in section switching directive");
154 return TokError("expected identifier in directive");
158 return TokError("unexpected token in directive");
166 return TokError("unexpected token in directive");
276 return TokError(".popsection without corresponding .pushsection");
285 return TokError("expected identifier in directive");
303 return TokError("expected string in directive");
310 return TokError("unknown flag");
318 return TokError("Mergeable section must specify the type");
320 return TokError("Group section must specify the type")
    [all...]
COFFAsmParser.cpp 131 return TokError("unexpected token in section switching directive");
144 return TokError("expected identifier in directive");
160 return TokError("unexpected token in directive");
173 return TokError("unexpected token in directive");
192 return TokError("unexpected token in directive");
225 return TokError("you must specify one or both of @unwind or @except");
236 return TokError("unexpected token in directive");
257 return TokError("unexpected token in directive");
270 return TokError("you must specify a stack pointer offset");
281 return TokError("unexpected token in directive")
    [all...]
DarwinAsmParser.cpp 301 return TokError("unexpected token in section switching directive");
330 return TokError("expected identifier in directive");
336 return TokError("unexpected token in '.desc' directive");
344 return TokError("unexpected token in '.desc' directive");
360 return TokError("expected string in '.dump' or '.load' directive");
365 return TokError("unexpected token in '.dump' or '.load' directive");
382 return TokError("expected identifier in directive");
388 return TokError("unexpected token in '.lsym' directive");
396 return TokError("unexpected token in '.lsym' directive");
404 return TokError("directive '.lsym' is unsupported")
    [all...]
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg) {
AsmParser.cpp 463 return TokError("unmatched .ifs or .elses");
470 TokError("unassigned file number: " + Twine(i) + " for .file directives");
506 TokError("expected section directive before assembly directive");
544 return TokError("expected ')' in parentheses expression");
558 return TokError("expected ']' in brackets expression");
573 return TokError("unknown token in expression");
602 return TokError("invalid variant '" + Split.second + "'");
664 return TokError("brackets expression not supported on this target");
707 TokError("invalid variant on expression '" +
762 return TokError("unexpected symbol modifier following '@'")
    [all...]
  /external/llvm/utils/TableGen/
TGParser.cpp 326 TokError("expected name for ClassID");
332 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
345 TokError("expected name for ClassID");
351 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
359 TokError("expected multiclass name");
365 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
397 TokError("subclass reference requires a non-empty list of template values");
409 TokError("expected '>' in template value list");
439 TokError("subclass reference requires a non-empty list of template values");
451 TokError("expected '>' in template value list")
    [all...]
TGParser.h 67 bool TokError(const Twine &Msg) const {
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 65 bool TokError(const Twine &Msg) {
66 return getParser().TokError(Msg);
MCAsmParser.h 93 bool TokError(const Twine &Msg);
  /external/webkit/Source/JavaScriptCore/runtime/
LiteralParser.cpp 56 token.type = TokError;
132 return TokError;
155 return TokError;
192 return TokError;
195 return TokError;
202 return TokError;
208 return TokError;
244 return TokError;
251 return TokError;
268 return TokError;
    [all...]
LiteralParser.h 61 TokNull, TokEnd, TokError };
  /external/llvm/lib/AsmParser/
LLParser.cpp 167 default: return TokError("expected top-level entity");
250 default: return TokError("unknown target property");
381 return TokError("expected 'global' or 'constant'");
550 return TokError("Metadata id is already used");
732 TokError("unknown global variable property!");
835 return TokError(ErrMsg);
844 return TokError("expected string constant");
854 return TokError("expected integer");
857 return TokError("expected 32-bit integer (too large)");
    [all...]
LLParser.h 138 bool TokError(const Twine &Msg) const {
188 return TokError("expected index");
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 85 milliseconds