Home
last modified time | relevance | path

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

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