Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptions.cpp271 std::map<int, uint32_t> option_seen; in GetLongOptions() local
282 if (option_seen.find(short_opt) == option_seen.end()) in GetLongOptions()
284 option_seen[short_opt] = i; in GetLongOptions()
289 std::map<int, uint32_t>::const_iterator pos = option_seen.find(short_opt); in GetLongOptions()
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp371 std::bitset<256> option_seen; in BuildGetOptTable() local
379 if (option_seen.test(short_opt) == false) in BuildGetOptTable()
385 option_seen.set(short_opt); in BuildGetOptTable()