Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp31 static bool isSignedChar(char C) { in isSignedChar() function
50 default: return isSignedChar(C) || isExponentChar(C); in isNumberChar()
69 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1])) in BackupNumber()