Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:TokError

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)");
1066 return TokError("expected metadata after comma");
1182 return TokError("expected ',' as start of index list");
1206 return TokError("expected type");
1278 return TokError("basic block pointers are invalid");
1280 return TokError("pointers to void are invalid - use i8* instead");
1282 return TokError("pointer to this type is invalid");
1290 return TokError("basic block pointers are invalid");
1292 return TokError("pointers to void are invalid; use i8* instead");
1294 return TokError("pointer to this type is invalid");
1429 return TokError("invalid function return type");
1563 return TokError("expected number in address space");
1866 default: return TokError("expected value token");
2615 return TokError("function expected to be numbered '%" +
2618 return TokError("expected function name");
2624 return TokError("expected '(' in function argument list");
2753 return TokError("expected '{' in function body");
2763 return TokError("function body requires at least one basic block");
2852 return TokError("found end of file when expecting more instructions");
2938 return TokError("expected 'load' or 'store'");
2949 default: TokError("expected fcmp predicate (e.g. 'oeq')");
2969 default: TokError("expected icmp predicate (e.g. 'eq')");