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

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DFileUtilities.cpp31 static bool isExponentChar(char C) { function
46 default: return isSignedChar(C) || isExponentChar(C);
65 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1]))

Completed in 54 milliseconds