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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp47 bool MCAsmParser::parseEOL(const Twine &Msg) { function in class:MCAsmParser
56 return parseEOL(Msg);
H A DAsmParser.cpp4033 if (parseEOL("unexpected tokens"))
H A DMasmParser.cpp4886 if (parseEOL("unexpected tokens"))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h242 bool parseEOL(const Twine &ErrMsg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4067 if (Parser.parseEOL("unexpected tokens"))
4079 Parser.parseEOL("unexpected tokens"))
4090 Parser.parseEOL("unexpected tokens"))
4100 Parser.parseEOL("unexpected tokens"))
4110 Parser.parseEOL("unexpected tokens"))
4118 if (Parser.parseEOL("unexpected tokens"))
4126 if (Parser.parseEOL("unexpected tokens"))

Completed in 113 milliseconds