Home
last modified time | relevance | path

Searched refs:ProgName (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp23 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath() argument
26 sys::path::append(Path, "." + ProgName + "-history"); in getDefaultHistoryPath()
198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
200 : Prompt((ProgName + "> ").str()), HistoryPath(HistoryPath), in LineEditor()
203 this->HistoryPath = getDefaultHistoryPath(ProgName); in LineEditor()
211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
288 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp55 static int reportError(const char *ProgName, Twine Msg) { in reportError() argument
56 errs() << ProgName << ": " << Msg; in reportError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h33 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
45 static std::string getDefaultHistoryPath(StringRef ProgName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp368 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, in print() argument
373 if (ProgName && ProgName[0]) in print()
374 S << ProgName << ": "; in print()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp76 static std::string *ProgName; variable
80 auto Prog = ProgName->c_str(); in PrintHelp()
364 ProgName = new std::string(Args[0]); in FuzzerDriver()
476 Printf("%s: Running %zd inputs %d time(s) each.\n", ProgName->c_str(), in FuzzerDriver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h274 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSourceMgr.h304 void print(const char *ProgName, raw_ostream &S, bool ShowColors = true,