Home
last modified time | relevance | path

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

/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()
/external/llvm-project/llvm/lib/Support/
DFileUtilities.cpp37 static bool isExponentChar(char C) { in isExponentChar() function
52 default: return isSignedChar(C) || isExponentChar(C); in isNumberChar()
71 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1])) in BackupNumber()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileUtilities.cpp36 static bool isExponentChar(char C) { in isExponentChar() function
51 default: return isSignedChar(C) || isExponentChar(C); in isNumberChar()
70 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1])) in BackupNumber()