Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLiteralSupport.h122 bool GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp1440 bool NumericLiteralParser::GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale) { in GetFixedPointValue() function in NumericLiteralParser
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3897 bool Overflowed = Literal.GetFixedPointValue(Val, scale); in ActOnNumericConstant()