Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h121 bool GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1102 bool NumericLiteralParser::GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale) { in GetFixedPointValue() function in NumericLiteralParser
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3801 bool Overflowed = Literal.GetFixedPointValue(Val, scale); in ActOnNumericConstant()