Home
last modified time | relevance | path

Searched refs:NumStr (Results 1 – 18 of 18) sorted by relevance

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