Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h103 double getAsDouble() const { in getAsDouble() function
/llvm-project/llvm/lib/Support/
H A DStringRef.cpp597 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { getAsDouble() function in StringRef
/llvm-project/llvm/unittests/ADT/
H A DStringRefTest.cpp953 TEST(StringRefTest,getAsDouble) TEST() argument