Home
last modified time | relevance | path

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

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