Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h115 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1077 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3596 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()