Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptions.cpp273 std::map<int, uint32_t> option_seen; in GetLongOptions() local
285 if (option_seen.find(short_opt) == option_seen.end()) in GetLongOptions()
287 option_seen[short_opt] = i; in GetLongOptions()
292 std::map<int, uint32_t>::const_iterator pos = option_seen.find(short_opt); in GetLongOptions()
/external/lldb/tools/driver/
DDriver.cpp362 std::bitset<256> option_seen; in BuildGetOptTable() local
370 if (option_seen.test(short_opt) == false) in BuildGetOptTable()
376 option_seen.set(short_opt); in BuildGetOptTable()