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

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp45 std::string NumStr; local
47 NumStr += LastChar;
51 NumVal = strtod(NumStr.c_str(), 0);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp50 std::string NumStr; local
52 NumStr += LastChar;
56 NumVal = strtod(NumStr.c_str(), 0);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp57 std::string NumStr; local
59 NumStr += LastChar;
63 NumVal = strtod(NumStr.c_str(), 0);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp66 std::string NumStr; local
68 NumStr += LastChar;
72 NumVal = strtod(NumStr.c_str(), 0);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp71 std::string NumStr; local
73 NumStr += LastChar;
77 NumVal = strtod(NumStr.c_str(), 0);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp75 std::string NumStr; local
77 NumStr += LastChar;
81 NumVal = strtod(NumStr.c_str(), 0);

Completed in 223 milliseconds