Lines Matching refs:TokError

235     default:         return TokError("expected top-level entity");
318 default: return TokError("unknown target property");
446 return TokError("expected 'global' or 'constant'");
532 return TokError("expected comdat type");
537 return TokError("unknown selection kind");
683 return TokError("Metadata id is already used");
903 return TokError("unknown global variable property!");
1187 return TokError(ErrMsg);
1196 return TokError("expected string constant");
1206 return TokError("expected integer");
1209 return TokError("expected 32-bit integer (too large)");
1222 return TokError("expected localdynamic, initialexec or localexec");
1549 return TokError("expected metadata after comma");
1657 default: return TokError("Expected ordering on atomic instruction");
1703 return TokError("expected ',' as start of index list");
1727 return TokError("expected type");
1799 return TokError("basic block pointers are invalid");
1801 return TokError("pointers to void are invalid - use i8* instead");
1803 return TokError("pointer to this type is invalid");
1811 return TokError("basic block pointers are invalid");
1813 return TokError("pointers to void are invalid; use i8* instead");
1815 return TokError("pointer to this type is invalid");
1958 return TokError("invalid function return type");
2092 return TokError("expected number in address space");
2395 default: return TokError("expected value token");
2878 return TokError("expected comdat variable");
3164 return TokError("function expected to be numbered '%" +
3167 return TokError("expected function name");
3173 return TokError("expected '(' in function argument list");
3326 return TokError("expected '{' in function body");
3336 return TokError("function body requires at least one basic block");
3424 return TokError("found end of file when expecting more instructions");
3529 default: return TokError("expected fcmp predicate (e.g. 'oeq')");
3549 default: return TokError("expected icmp predicate (e.g. 'eq')");
4101 return TokError("expected 'catch' or 'filter' clause type");
4383 return TokError("cmpxchg cannot be unordered");
4385 return TokError("cmpxchg must be at least as ordered on success as failure");
4387 return TokError("cmpxchg failure ordering cannot include release semantics");
4424 default: return TokError("expected binary operation in atomicrmw");
4446 return TokError("atomicrmw cannot be unordered");
4474 return TokError("fence cannot be unordered");
4476 return TokError("fence cannot be monotonic");