Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DLiteralSupport.h97 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DLiteralSupport.cpp914 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp2938 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()