Home
last modified time | relevance | path

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

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