Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp940 Args args_copy = args; in ParseAlias() local
1026 FindArgumentIndexForOption(args_copy, long_options[long_options_index]); in ParseAlias()
1030 bool arg_has_backtick = args_copy[idx + 1].GetQuoteChar() == '`'; in ParseAlias()
1048 llvm::StringRef tmp_arg = args_copy[idx].ref(); in ParseAlias()
1053 args_copy.DeleteArgumentAtIndex(idx); in ParseAlias()
1056 (idx < args_copy.GetArgumentCount()) && in ParseAlias()
1057 (args_copy[idx].ref() == OptionParser::GetOptionArgument())) { in ParseAlias()
1063 args_copy.DeleteArgumentAtIndex(idx); in ParseAlias()
1067 return std::move(args_copy); in ParseAlias()
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1030 args_type args_copy = args; in ACTION() local
1031 return std::get<0>(args_copy) + std::get<1>(args_copy); in ACTION()