/openbsd/gnu/llvm/clang/utils/ |
H A D | creduce-clang-crash.py | 263 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 D | 20010102-1.c | 27 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 D | XSLoader_pm.PL | 141 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 D | modules.c | 101 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 D | cvs.h | 652 char *extra_arg));
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | obstack.c | 106 ? (*(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 D | ChangeLog | 6754 extra_arg.
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 1096 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 D | obstack.h | 183 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 D | ChangeLog | 1796 * obstack.h (area_id, flags): Remove, replace with extra_arg, 1802 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
|
H A D | ChangeLog-9103 | 2372 * 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 D | obstack.h | 178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
|
H A D | ChangeLog-9103 | 2317 * 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 D | obstack.h | 178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
|
H A D | ChangeLog | 1744 * 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 D | obstack.h | 178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
|
H A D | ChangeLog-9103 | 2317 * 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 D | parse.c | 14134 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 D | parse.y | 10569 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);
|