Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:TokError

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!");
1058 return TokError(ErrMsg);
1067 return TokError("expected string constant");
1077 return TokError("expected integer");
1080 return TokError("expected 32-bit integer (too large)");
1093 return TokError("expected localdynamic, initialexec or localexec");
1391 return TokError("expected metadata after comma");
1487 default: return TokError("Expected ordering on atomic instruction");
1533 return TokError("expected ',' as start of index list");
1557 return TokError("expected type");
1629 return TokError("basic block pointers are invalid");
1631 return TokError("pointers to void are invalid - use i8* instead");
1633 return TokError("pointer to this type is invalid");
1641 return TokError("basic block pointers are invalid");
1643 return TokError("pointers to void are invalid; use i8* instead");
1645 return TokError("pointer to this type is invalid");
1788 return TokError("invalid function return type");
1922 return TokError("expected number in address space");
2225 default: return TokError("expected value token");
2980 return TokError("function expected to be numbered '%" +
2983 return TokError("expected function name");
2989 return TokError("expected '(' in function argument list");
3134 return TokError("expected '{' in function body");
3144 return TokError("function body requires at least one basic block");
3233 return TokError("found end of file when expecting more instructions");
3335 default: return TokError("expected fcmp predicate (e.g. 'oeq')");
3355 default: return TokError("expected icmp predicate (e.g. 'eq')");
3907 return TokError("expected 'catch' or 'filter' clause type");
4172 return TokError("cmpxchg cannot be unordered");
4208 default: return TokError("expected binary operation in atomicrmw");
4230 return TokError("atomicrmw cannot be unordered");
4258 return TokError("fence cannot be unordered");
4260 return TokError("fence cannot be monotonic");