Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp1076 bool last_pair = ((argc - i) == 2); in DoExecute() local
1079 last_pair); // Notify if this is the last pair in DoExecute()
1207 bool last_pair = ((argc - i) == 2); in DoExecute() local
1209 ConstString(from), ConstString(to), insert_idx, last_pair); in DoExecute()