Searched refs:TokError (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp174 return TokError("expected identifier in directive");
184 return TokError("unexpected token in directive");
211 return TokError("expected identifier in directive");
215 return TokError("unexpected token in directive");
223 return TokError("unexpected token in directive");
338 return TokError(".popsection without corresponding .pushsection");
351 return TokError("expected identifier in directive");
379 return TokError("expected string in directive");
386 return TokError("unknown flag");
392 return TokError("Sectio
[all...]
H A DDarwinAsmParser.cpp373 return TokError("unexpected token in section switching directive");
402 return TokError("expected identifier in directive");
408 return TokError("unexpected token in '.desc' directive");
416 return TokError("unexpected token in '.desc' directive");
440 return TokError("expected identifier in .indirect_symbol directive");
446 return TokError("non-local symbol required in directive");
449 return TokError("unable to emit indirect symbol attribute for: " + Name);
452 return TokError("unexpected token in '.indirect_symbol' directive");
465 return TokError("expected string in '.dump' or '.load' directive");
470 return TokError("unexpecte
[all...]
H A DCOFFAsmParser.cpp180 return TokError("conflicting section flags 'b' and 'd'.");
187 return TokError("conflicting section flags 'b' and 'd'.");
232 return TokError("unknown flag");
271 return TokError("expected identifier in directive");
281 return TokError("unexpected token in directive");
304 return TokError("unexpected token in section switching directive");
340 return TokError("expected identifier in directive");
350 return TokError("expected string in directive");
371 return TokError("expected comma in directive");
375 return TokError("expecte
[all...]
H A DMCAsmParser.cpp36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { function in class:MCAsmParser
H A DAsmParser.cpp641 return TokError("unmatched .ifs or .elses");
648 TokError("unassigned file number: " + Twine(i) + " for .file directives");
684 TokError("expected section directive before assembly directive");
729 return TokError("expected ')' in parentheses expression");
744 return TokError("expected ']' in brackets expression");
761 return TokError("unknown token in expression");
809 return TokError("invalid variant '" + Split.second + "'");
845 return TokError("invalid variant '" + Split.second + "'");
884 return TokError("brackets expression not supported on this target");
931 TokError("invali
[all...]
/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp415 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("expecte
[all...]
H A DTGParser.h96 bool TokError(const Twine &Msg) const { function in class:llvm::TGParser
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h65 bool TokError(const Twine &Msg) { function in class:llvm::MCAsmParserExtension
66 return getParser().TokError(Msg);
H A DMCAsmParser.h142 bool TokError(const Twine &Msg, ArrayRef<SMRange> Ranges = None);
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp229 default: return TokError("expected top-level entity");
313 default: return TokError("unknown target property");
441 return TokError("expected 'global' or 'constant'");
610 return TokError("Metadata id is already used");
796 TokError("unknown global variable property!");
1059 return TokError(ErrMsg);
1068 return TokError("expected string constant");
1078 return TokError("expected integer");
1081 return TokError("expected 32-bit integer (too large)");
1094 return TokError("expecte
[all...]
H A DLLParser.h147 bool TokError(const Twine &Msg) const { function in class:llvm::LLParser
218 return TokError("expected index");
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2381 return TokError("unexpected token");
2386 return TokError("unexpected token");
2395 return TokError("unexpected token");
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2830 return TokError("immediate value expected for vector index");

Completed in 113 milliseconds