/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CachePruning.cpp | 42 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/ |
D | toy.cpp | 53 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/ |
D | toy.cpp | 63 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/ |
D | toy.cpp | 64 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/ |
D | toy.cpp | 65 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/ |
D | toy.cpp | 73 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/ |
D | toy.cpp | 75 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/ |
D | toy.cpp | 91 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/ |
D | toy.cpp | 93 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/ |
D | toy.cpp | 99 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/ |
D | toy.cpp | 101 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/ |
D | toy-jit.cpp | 78 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/ |
D | toy-jit.cpp | 78 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/ |
D | toy-jit.cpp | 93 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/ |
D | toy-jit.cpp | 93 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/ |
D | toy.cpp | 105 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/ |
D | toy.cpp | 106 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/ |
D | toy.cpp | 103 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/ |
D | toy.cpp | 105 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/ |
D | toy.cpp | 105 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/ |
D | toy.cpp | 105 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/ |
D | toy.cpp | 103 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/ |
D | toy.cpp | 103 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/ |
D | toy.cpp | 109 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/ |
D | toy.cpp | 108 std::string NumStr; in gettok() local 110 NumStr += LastChar; in gettok() 114 NumVal = strtod(NumStr.c_str(), nullptr); in gettok()
|