Home
last modified time | relevance | path

Searched refs:eatComma (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp72 void eatComma();
608 void AVRAsmParser::eatComma() { in eatComma() function in AVRAsmParser
623 if (!first) eatComma(); in ParseInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp50 void eatComma();
746 void M68kAsmParser::eatComma() { in eatComma() function in M68kAsmParser
760 eatComma(); in ParseInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp417 bool eatComma(StringRef ErrorStr);
7617 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma() function in MipsAsmParser
7794 if (!eatComma("unexpected token, expected comma")) in parseDirectiveCPSetup()
7820 if (!eatComma("unexpected token, expected comma")) in parseDirectiveCPSetup()