Lines Matching refs:TokError
145 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute()
155 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute()
168 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch()
181 return TokError("expected identifier in directive"); in ParseDirectiveDef()
197 return TokError("unexpected token in directive"); in ParseDirectiveScl()
210 return TokError("unexpected token in directive"); in ParseDirectiveType()
229 return TokError("unexpected token in directive"); in ParseDirectiveSecRel32()
244 return TokError("unexpected token in directive"); in ParseSEHDirectiveStartProc()
277 return TokError("you must specify one or both of @unwind or @except"); in ParseSEHDirectiveHandler()
288 return TokError("unexpected token in directive"); in ParseSEHDirectiveHandler()
309 return TokError("unexpected token in directive"); in ParseSEHDirectivePushReg()
322 return TokError("you must specify a stack pointer offset"); in ParseSEHDirectiveSetFrame()
333 return TokError("unexpected token in directive"); in ParseSEHDirectiveSetFrame()
350 return TokError("unexpected token in directive"); in ParseSEHDirectiveAllocStack()
363 return TokError("you must specify an offset on the stack"); in ParseSEHDirectiveSaveReg()
374 return TokError("unexpected token in directive"); in ParseSEHDirectiveSaveReg()
390 return TokError("you must specify an offset on the stack"); in ParseSEHDirectiveSaveXMM()
398 return TokError("unexpected token in directive"); in ParseSEHDirectiveSaveXMM()
423 return TokError("unexpected token in directive"); in ParseSEHDirectivePushFrame()
439 return TokError("a handler attribute must begin with '@'"); in ParseAtUnwindOrAtExcept()