Searched refs:convertFromString (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 469 LLVM_ABI Expected<opStatus> convertFromString(StringRef, roundingMode); 875 LLVM_ABI Expected<opStatus> convertFromString(StringRef, roundingMode); 1372 LLVM_ABI Expected<opStatus> convertFromString(StringRef, roundingMode);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringRef.cpp | 600 auto StatusOrErr = F.convertFromString(*this, APFloat::rmNearestTiesToEven); in getAsDouble()
|
| H A D | APFloat.cpp | 3323 IEEEFloat::convertFromString(StringRef str, roundingMode rounding_mode) { in convertFromString() function in llvm::detail::IEEEFloat 5300 Expected<APFloat::opStatus> DoubleAPFloat::convertFromString(StringRef S, in convertFromString() function in llvm::detail::DoubleAPFloat 5304 auto Ret = Tmp.convertFromString(S, RM); in convertFromString() 5468 Expected<APFloat::opStatus> APFloat::convertFromString(StringRef Str, in convertFromString() function in llvm::APFloat 5470 APFLOAT_DISPATCH_ON_SEMANTICS(convertFromString(Str, RM)); in convertFromString() 5483 auto StatusOrErr = convertFromString(S, rmNearestTiesToEven); in APFloat()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 683 f.convertFromString(value_str, APFloat::rmNearestTiesToEven)) { in SetValueFromCString()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1579 auto StatusOrErr = Result.convertFromString(Str, RM); in GetFloatValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2050 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in parseFPImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1537 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm() 3401 RealVal.convertFromString(Tok.getString(), APFloat::rmTowardZero); in tryParseFPImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3226 Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) in parseRealValue()
|
| H A D | MasmParser.cpp | 3386 Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) in parseRealValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3296 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) in parseImm()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23438 …nvertFromStringENS_9StringRefENS0_12roundingModeE", "llvm::APFloat::convertFromString(llvm::String…
|