Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DStringRef.cpp580 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DStringRef.h583 bool getAsDouble(double &Result, bool AllowInexact = true) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp399 if (Flt.getString().getAsDouble(Val, false)) in parseSingleFloat()