Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp939 Args args_copy = args; in ParseAlias() local
1021 FindArgumentIndexForOption(args_copy, long_options[long_options_index]); in ParseAlias()
1025 bool arg_has_backtick = args_copy[idx + 1].GetQuoteChar() == '`'; in ParseAlias()
1043 llvm::StringRef tmp_arg = args_copy[idx].ref(); in ParseAlias()
1048 args_copy.DeleteArgumentAtIndex(idx); in ParseAlias()
1051 (idx < args_copy.GetArgumentCount()) && in ParseAlias()
1052 (args_copy[idx].ref() == OptionParser::GetOptionArgument())) { in ParseAlias()
1058 args_copy.DeleteArgumentAtIndex(idx); in ParseAlias()
1062 return std::move(args_copy); in ParseAlias()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1068 args_type args_copy = args; in ACTION() local
1069 return std::get<0>(args_copy) + std::get<1>(args_copy); in ACTION()
/freebsd/contrib/bmake/
H A Dconfigure2402 va_list args_copy;
2403 va_copy (args_copy, args);
2414 str = va_arg (args_copy, const char *);
2417 number = va_arg (args_copy, int);
2420 fnumber = va_arg (args_copy, double);
2426 va_end (args_copy);
/freebsd/contrib/file/
H A Dconfigure2573 va_list args_copy;
2574 va_copy (args_copy, args);
2585 str = va_arg (args_copy, const char *);
2588 number = va_arg (args_copy, int);
2591 fnumber = va_arg (args_copy, double);
2597 va_end (args_copy);