Searched defs:ArgStart (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp1024 const char *ArgStart = TmpStr.c_str(); local
1026 Value = strtod(ArgStart, &End);
/external/llvm/lib/Support/
H A DCommandLine.cpp1504 const char *ArgStart = TmpStr.c_str(); local
1506 Value = strtod(ArgStart, &End);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1529 const char *ArgStart = TmpStr.c_str(); local
1531 Value = strtod(ArgStart, &End);

Completed in 95 milliseconds