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

/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp62 std::string NumStr; local
64 NumStr += LastChar;
68 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp56 std::string NumStr; local
58 NumStr += LastChar;
62 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp62 std::string NumStr; local
64 NumStr += LastChar;
68 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp79 std::string NumStr; local
81 NumStr += LastChar;
85 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp87 std::string NumStr; local
89 NumStr += LastChar;
93 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp92 std::string NumStr; local
94 NumStr += LastChar;
98 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp93 std::string NumStr; local
95 NumStr += LastChar;
99 NumVal = strtod(NumStr.c_str(), 0);
H A Dtoy.cpp100 std::string NumStr; local
102 NumStr += LastChar;
106 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp77 std::string NumStr; local
79 NumStr += LastChar;
83 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp78 std::string NumStr; local
80 NumStr += LastChar;
84 NumVal = strtod(NumStr.c_str(), 0);
H A Dtoy.cpp79 std::string NumStr; local
81 NumStr += LastChar;
85 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp160 std::string NumStr; local
162 NumStr += LastChar;
166 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp119 std::string NumStr; local
121 NumStr += LastChar;
125 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp84 std::string NumStr; local
86 NumStr += LastChar;
90 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp83 std::string NumStr; local
85 NumStr += LastChar;
89 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp83 std::string NumStr; local
85 NumStr += LastChar;
89 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp83 std::string NumStr; local
85 NumStr += LastChar;
89 NumVal = strtod(NumStr.c_str(), nullptr);

Completed in 120 milliseconds