Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp31 static bool isExponentChar(char C) { in isExponentChar() function
46 default: return isSignedChar(C) || isExponentChar(C); in isNumberChar()
65 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1])) in BackupNumber()
/external/llvm/lib/Support/
DFileUtilities.cpp30 static bool isExponentChar(char C) { in isExponentChar() function
45 default: return isSignedChar(C) || isExponentChar(C); in isNumberChar()
64 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1])) in BackupNumber()