Home | History | Annotate | Download | only in Lex

Lines Matching refs:Result

268   // First, we determine how many bytes the result will require.
634 /// of the result and return true. Otherwise, return false.
689 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
694 return Result.convertFromString(StringRef(ThisTokBegin, n),
860 // literal, the result is a wide-string literal [C99 6.4.5p4].
909 // Size the temporary buffer to hold the result string data.