Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py263 def try_remove_args(self, args, msg=None, extra_arg=None, **kwargs): argument
266 if extra_arg:
267 if extra_arg in new_args:
268 new_args.remove(extra_arg)
269 new_args.append(extra_arg)
314 extra_arg='-w',
318 extra_arg="-O0",
323 extra_arg="-emit-llvm")
325 extra_arg="-fsyntax-only")
330 extra_arg="-Werror=implicit-int")
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010102-1.c27 void *extra_arg; member
47 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
53 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
/openbsd/gnu/usr.bin/perl/dist/XSLoader/
H A DXSLoader_pm.PL141 my $extra_arg = ', 1 ' if $DynaLoader::VERSION ge '1.37';
143 if (\$boot_symbol_ref = dl_find_symbol( 0, \$bootname $extra_arg)) {
/openbsd/gnu/usr.bin/cvs/src/
H A Dmodules.c101 local_specified, run_module_prog, build_dirs, extra_arg) in do_module() argument
112 char *extra_arg;
152 + (extra_arg ? strlen (extra_arg) : 0));
156 extra_arg ? extra_arg : "");
527 run_module_prog, build_dirs, extra_arg);
666 run_module_prog, build_dirs, extra_arg);
750 if (extra_arg)
751 run_arg (extra_arg);
H A Dcvs.h652 char *extra_arg));
/openbsd/gnu/lib/libiberty/src/
H A Dobstack.c106 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
119 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
215 h->extra_arg = arg; in _obstack_begin_1()
H A DChangeLog6754 extra_arg.
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1096 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess() local
1097 has_env_var = !extra_arg.empty(); in StartDebugserverProcess()
1100 debugserver_args.AppendArgument(llvm::StringRef(extra_arg)); in StartDebugserverProcess()
1104 __FUNCTION__, env_var_name, extra_arg.c_str()); in StartDebugserverProcess()
/openbsd/gnu/usr.bin/binutils/include/
H A Dobstack.h183 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
187 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
H A DChangeLog1796 * obstack.h (area_id, flags): Remove, replace with extra_arg,
1802 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
H A DChangeLog-91032372 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2378 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
/openbsd/gnu/gcc/include/
H A Dobstack.h178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
H A DChangeLog-91032317 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2323 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
/openbsd/gnu/lib/libiberty/include/
H A Dobstack.h178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
H A DChangeLog1744 * obstack.h (area_id, flags): Remove, replace with extra_arg,
1750 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dobstack.h178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
H A DChangeLog-91032317 * obstack.h (area_id, flags): Remove, replace with extra_arg,
2323 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c14134 tree extra_arg; local
14141 extra_arg = primary;
14150 extra_arg = build_access_to_thisn (current_class,
14152 extra_arg = java_complete_tree (extra_arg);
14157 extra_arg = current_this;
14158 args = tree_cons (NULL_TREE, extra_arg, args);
14172 tree extra_arg = local
14174 extra_arg = java_complete_tree (extra_arg);
14175 args = tree_cons (NULL_TREE, extra_arg, args);
H A Dparse.y10569 tree extra_arg; local
10576 extra_arg = primary;
10585 extra_arg = build_access_to_thisn (current_class,
10587 extra_arg = java_complete_tree (extra_arg);
10592 extra_arg = current_this;
10593 args = tree_cons (NULL_TREE, extra_arg, args);
10607 tree extra_arg = local
10609 extra_arg = java_complete_tree (extra_arg);
10610 args = tree_cons (NULL_TREE, extra_arg, args);