Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h131 bool GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1514 bool NumericLiteralParser::GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale) { in GetFixedPointValue() function in NumericLiteralParser
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4078 bool Overflowed = Literal.GetFixedPointValue(Val, scale); in ActOnNumericConstant()