Home
last modified time | relevance | path

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

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