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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp132 double bestValue = 0.0; local
148 if (value > bestValue) {
150 bestValue = value;

Completed in 109 milliseconds