Searched refs:new_args (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp116 Args &new_args) {
130 new_args.Clear();
142 new_args.Clear();
170 new_args.Clear();
183 new_args.AppendArgument(canonical_id_str.GetString());
190 new_args.AppendArgument(current_arg);
199 new_args.Clear();
208 new_args.Clear();
222 new_args.Clear();
233 // this range, and add them to new_args
111 FindAndReplaceIDRanges(Args &old_args, Target *target, bool allow_locations, BreakpointName::Permissions ::PermissionKinds purpose, CommandReturnObject &result, Args &new_args) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h65 Args &new_args);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp505 call_once_callback_args *new_args = (call_once_callback_args *)arg; local
506 new_args->orig_func(new_args->orig_arg);
507 __tsan_release(new_args->flag);
519 call_once_callback_args new_args = {func, arg, flag}; local
520 REAL(_ZNSt3__111__call_onceERVmPvPFvS2_E)(flag, &new_args,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1895 Args new_args(alias_cmd_obj->GetCommandName());
1896 if (new_args.GetArgumentCount() == 2)
1897 new_args.Shift();
1925 new_args.AppendArgument(value);
1931 new_args.AppendArgument(option);
1940 new_args.AppendArgument(value);
1945 new_args.AppendArgument(llvm::StringRef(buffer));
1965 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index));
1970 new_args.AppendArgument(buffer);
1978 new_args
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Dpt.c431 tree new_args; local
437 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth);
440 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i));
443 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j));
445 return new_args;
458 tree new_args; local
472 new_args = add_to_template_args (args, extra_args);
477 return new_args;
485 tree new_args; local
503 new_args
4146 tree new_args; local
5323 tree new_args; local
13403 tree new_args; local
[all...]

Completed in 99 milliseconds