Searched refs:EmptyRanges (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2394 ArrayRef<SMRange> EmptyRanges = None; local
2460 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
2559 Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm);
2570 ArrayRef<SMRange> Ranges = MatchingInlineAsm ? EmptyRanges :
2580 EmptyRanges, MatchingInlineAsm);
2590 return Error(IDLoc, "invalid operand for instruction", EmptyRanges,
2607 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
2614 Error(IDLoc, "invalid operand for instruction", EmptyRanges,
2621 EmptyRanges, MatchingInlineAsm);

Completed in 52 milliseconds