HomeSort by relevance Sort by last modified time
    Searched refs:isSignedChar (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
FileUtilities.cpp 26 static bool isSignedChar(char C) {
45 default: return isSignedChar(C) || isExponentChar(C);
64 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1]))
  /external/swiftshader/third_party/LLVM/lib/Support/
FileUtilities.cpp 27 static bool isSignedChar(char C) {
46 default: return isSignedChar(C) || isExponentChar(C);
65 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1]))

Completed in 167 milliseconds