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 173 return TokError("expected identifier in directive");
183 return TokError("unexpected token in directive");
195 return TokError("unexpected token in section switching directive");
207 return TokError("expected identifier in directive");
211 return TokError("unexpected token in directive");
219 return TokError("unexpected token in directive");
329 return TokError(".popsection without corresponding .pushsection");
338 return TokError("expected identifier in directive");
356 return TokError("expected string in directive");
363 return TokError("unknown flag")
    [all...]
DarwinAsmParser.cpp 365 return TokError("unexpected token in section switching directive");
394 return TokError("expected identifier in directive");
400 return TokError("unexpected token in '.desc' directive");
408 return TokError("unexpected token in '.desc' directive");
424 return TokError("expected string in '.dump' or '.load' directive");
429 return TokError("unexpected token in '.dump' or '.load' directive");
447 return TokError("expected string in '" + Twine(IDVal) + "' directive");
460 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
473 return TokError("expected identifier in directive");
479 return TokError("unexpected token in '.lsym' directive")
    [all...]
COFFAsmParser.cpp 145 return TokError("expected identifier in directive");
155 return TokError("unexpected token in directive");
168 return TokError("unexpected token in section switching directive");
181 return TokError("expected identifier in directive");
197 return TokError("unexpected token in directive");
210 return TokError("unexpected token in directive");
229 return TokError("unexpected token in directive");
244 return TokError("unexpected token in directive");
277 return TokError("you must specify one or both of @unwind or @except");
288 return TokError("unexpected token in directive")
    [all...]
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
AsmParser.cpp 626 return TokError("unmatched .ifs or .elses");
633 TokError("unassigned file number: " + Twine(i) + " for .file directives");
670 TokError("expected section directive before assembly directive");
717 return TokError("expected ')' in parentheses expression");
731 return TokError("expected ']' in brackets expression");
748 return TokError("unknown token in expression");
780 return TokError("invalid variant '" + Split.second + "'");
843 return TokError("brackets expression not supported on this target");
886 TokError("invalid variant on expression '" +
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 415 TokError("Record name is not typed!");
431 TokError("expected name for ClassID");
437 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
450 TokError("expected name for MultiClassID");
456 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
489 TokError("subclass reference requires a non-empty list of template values");
501 TokError("expected '>' in template value list");
534 TokError("subclass reference requires a non-empty list of template values");
546 TokError("expected '>' in template value list");
562 TokError("expected integer or bitrange")
    [all...]
TGParser.h 96 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 126 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 223 default: return TokError("expected top-level entity");
309 default: return TokError("unknown target property");
437 return TokError("expected 'global' or 'constant'");
606 return TokError("Metadata id is already used");
796 TokError("unknown global variable property!");
    [all...]
LLParser.h 145 bool TokError(const Twine &Msg) const {
216 return TokError("expected index");
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 996 milliseconds