Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1577 llvm::APInt ExpInt(/*numBits=*/64, ExpStr, /*radix=*/10); in GetFixedPointValue() local
1578 Exponent = ExpInt.getZExtValue(); in GetFixedPointValue()