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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp422 static bool isRegisterChar(char C) { function
429 while (isRegisterChar(C.peek()))
445 if (isRegisterChar(C.peek(1)))
454 while (isRegisterChar(C.peek()))

Completed in 55 milliseconds