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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp548 static bool isValidHexFloatingPointPrefix(char C) { function
574 if (isValidHexFloatingPointPrefix(C.peek())) {

Completed in 103 milliseconds