Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp209 std::map<int, uint32_t> option_seen; in GetLongOptions() local
219 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
220 option_seen[short_opt] = i; in GetLongOptions()
224 option_seen.find(short_opt); in GetLongOptions()