Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp46 std::string NumStr; in gettok() local
48 NumStr += LastChar; in gettok()
52 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp51 std::string NumStr; in gettok() local
53 NumStr += LastChar; in gettok()
57 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp63 std::string NumStr; in gettok() local
65 NumStr += LastChar; in gettok()
69 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp81 std::string NumStr; in gettok() local
83 NumStr += LastChar; in gettok()
87 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp89 std::string NumStr; in gettok() local
91 NumStr += LastChar; in gettok()
95 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.cpp94 std::string NumStr; in gettok() local
96 NumStr += LastChar; in gettok()
100 NumVal = strtod(NumStr.c_str(), 0); 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/docs/tutorial/
DLangImpl1.rst232 std::string NumStr;
234 NumStr += LastChar;
238 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/Chapter8/
Dtoy.cpp164 std::string NumStr; in gettok() local
166 NumStr += LastChar; in gettok()
170 NumVal = strtod(NumStr.c_str(), 0); 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(), 0); 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(), 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(), 0); 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(), 0); in gettok()