Searched refs:optstring (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 38 int getopt(int argc, char *const argv[], const char *optstring); 54 int getopt_long(int argc, char *const *argv, const char *optstring, 59 int getopt_long_only(int argc, char *const *argv, const char *optstring,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | OptionParser.cpp | 32 llvm::StringRef optstring, const Option *longopts, in Parse() argument 45 std::string opt_cstr = std::string(optstring); in Parse()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | OptionParser.h | 44 llvm::StringRef optstring, const Option *longopts,
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 211 int getopt(int argc, char *const argv[], const char *optstring);
|