Searched refs:parseDouble (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1896 static bool parseDouble(Option &O, StringRef Arg, double &Value) { function
1904 return parseDouble(O, Arg, Val);
1910 if (parseDouble(O, Arg, dVal))

Completed in 98 milliseconds