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

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

Completed in 128 milliseconds