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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp533 static bool isValidHexFloatingPointPrefix(char C) { function
559 if (isValidHexFloatingPointPrefix(C.peek())) {

Completed in 106 milliseconds