Home
last modified time | relevance | path

Searched defs:digitValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dtoken-parsers.h400 int digitValue = **nextDigit - '0'; Parse() local
471 int digitValue = **nextDigit - '0'; Parse() local
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp610 trailingHexadecimalFraction(StringRef::iterator p,StringRef::iterator end,unsigned int digitValue) trailingHexadecimalFraction() argument