Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp609 char theChar = Res[2]; in LexSingleQuote() local
610 switch (theChar) { in LexSingleQuote()
611 default: Value = theChar; break; in LexSingleQuote()