Lines Matching full:twine
136 bool reportParseError(Twine ErrorMsg);
137 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
1431 Warning(Loc, Twine("Used $") + Twine(RegIndex) + " with \".set at=$" +
1432 Twine(RegIndex) + "\"");
2318 bool MipsAsmParser::reportParseError(Twine ErrorMsg) {
2324 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) {
2846 return Error(L, "'" + Twine(Option) + "' is not a valid .module option.");