Searched refs:old_args (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Drepo.c50 static const char *old_args, *old_dir, *old_main; variable
180 old_args = ggc_strdup (buf + 2);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h60 static void FindAndReplaceIDRanges(Args &old_args, Target *target,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp111 void BreakpointIDList::FindAndReplaceIDRanges(Args &old_args, Target *target, argument
122 for (size_t i = 0; i < old_args.size(); ++i) {
125 current_arg = old_args[i].ref();
148 } else if ((i + 2 < old_args.size()) &&
149 BreakpointID::IsRangeIdentifier(old_args[i + 1].ref()) &&
151 BreakpointID::IsValidIDExpression(old_args[i + 2].ref())) {
153 range_to = old_args[i + 2].ref();
158 llvm::StringRef tmp_str = old_args[i].ref();
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfcmd.c457 char *old_args = set_inferior_args (xstrdup (args));
458 xfree (old_args);
486 char *old_args = set_inferior_args (xstrdup (""));
487 xfree (old_args);
454 char *old_args = set_inferior_args (xstrdup (args)); local
483 char *old_args = set_inferior_args (xstrdup ("")); local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c2331 const char* old_args = args; local
2336 if (args == old_args)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c2331 const char* old_args = args; local
2336 if (args == old_args)

Completed in 117 milliseconds