Searched refs:getAsDouble (Results 1 – 5 of 5) sorted by relevance
98 if (W.getAsDouble(A) || A < 0.0 || A > 1.0) in parseSanitizerWeightedValue()
598 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
554 LLVM_ABI bool getAsDouble(double &Result, bool AllowInexact = true) const;
445 if (Flt.getString().getAsDouble(Val, false)) in parseSingleFloat()
2364 if (V.getAsDouble(A) || A < 0.0 || A > 1.0) { in ParseCodeGenArgs()