Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp1467 llvm::APInt ExpInt(/*numBits=*/64, ExpStr, /*radix=*/10); in GetFixedPointValue() local
1468 Exponent = ExpInt.getZExtValue(); in GetFixedPointValue()