Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCachePruning.cpp42 StringRef NumStr = Duration.slice(0, Duration.size()-1); in parseDuration() local
44 if (NumStr.getAsInteger(0, Num)) in parseDuration()
45 return make_error<StringError>("'" + NumStr + "' not an integer", in parseDuration()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp53 std::string NumStr; in gettok() local
55 NumStr += LastChar; in gettok()
59 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp63 std::string NumStr; in gettok() local
65 NumStr += LastChar; in gettok()
69 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp64 std::string NumStr; in gettok() local
66 NumStr += LastChar; in gettok()
70 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp65 std::string NumStr; in gettok() local
67 NumStr += LastChar; in gettok()
71 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp73 std::string NumStr; in gettok() local
75 NumStr += LastChar; in gettok()
79 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp75 std::string NumStr; in gettok() local
77 NumStr += LastChar; in gettok()
81 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp91 std::string NumStr; in gettok() local
93 NumStr += LastChar; in gettok()
97 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp93 std::string NumStr; in gettok() local
95 NumStr += LastChar; in gettok()
99 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp99 std::string NumStr; in gettok() local
101 NumStr += LastChar; in gettok()
105 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp101 std::string NumStr; in gettok() local
103 NumStr += LastChar; in gettok()
107 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/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()
/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()
/external/swiftshader/third_party/llvm-7.0/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()
/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()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp105 std::string NumStr; in gettok() local
107 NumStr += LastChar; in gettok()
111 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp106 std::string NumStr; in gettok() local
108 NumStr += LastChar; in gettok()
112 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp103 std::string NumStr; in gettok() local
105 NumStr += LastChar; in gettok()
109 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp105 std::string NumStr; in gettok() local
107 NumStr += LastChar; in gettok()
111 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp105 std::string NumStr; in gettok() local
107 NumStr += LastChar; in gettok()
111 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp105 std::string NumStr; in gettok() local
107 NumStr += LastChar; in gettok()
111 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp103 std::string NumStr; in gettok() local
105 NumStr += LastChar; in gettok()
109 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp103 std::string NumStr; in gettok() local
105 NumStr += LastChar; in gettok()
109 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp109 std::string NumStr; in gettok() local
111 NumStr += LastChar; in gettok()
115 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp108 std::string NumStr; in gettok() local
110 NumStr += LastChar; in gettok()
114 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()

12