Searched refs:dependencies (Results 1 - 25 of 78) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-depend.c38 struct deps *dependencies;
46 /* Nonzero if we are dumping out dummy dependencies. */
66 if (dependencies != NULL)
68 deps_free (dependencies);
69 dependencies = NULL;
78 if (dependencies != NULL && name != NULL)
79 deps_add_target (dependencies, name, 1);
86 if (dependencies != NULL)
87 deps_add_target (dependencies, name, 1);
108 if (! dependencies)
37 struct deps *dependencies; variable in typeref:struct:deps
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A DMakefile.def255 // Inter-module dependencies
258 dependencies = { module=all-build-bison; on=all-build-texinfo; };
259 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
260 dependencies = { module=all-build-flex; on=all-build-texinfo; };
261 dependencies = { module=all-build-flex; on=all-build-bison; };
262 dependencies = { module=all-build-flex; on=all-build-byacc; };
263 dependencies = { module=all-build-flex; on=all-build-m4; };
264 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
265 dependencies = { module=all-build-m4; on=all-build-texinfo; };
266 dependencies
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-asmtab.h62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
H A Dia64-opc.c553 res->dependencies = &op_dependencies[depind];
612 completer_table[ci].dependencies);
664 int depind = completer_table[completer].dependencies;
738 || index >= (int)(sizeof(dependencies) / sizeof(dependencies[0])))
741 return &dependencies[index];
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-asmtab.h62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
H A Dia64-opc.c553 res->dependencies = &op_dependencies[depind];
612 completer_table[ci].dependencies);
664 int depind = completer_table[completer].dependencies;
738 || index >= (int)(sizeof(dependencies) / sizeof(dependencies[0])))
741 return &dependencies[index];
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp14 using namespace dependencies;
/openbsd-current/regress/libexec/ld.so/
H A DMakefile6 SUBDIR+= df_1_noopen randomdata subst dependencies
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h16 namespace dependencies { namespace in namespace:clang::tooling
19 /// dependencies.
21 /// This mode is used to compute the dependencies by running the preprocessor
25 /// This mode is used to compute the dependencies by running the preprocessor
78 } // end namespace dependencies
H A DDependencyScanningWorker.h28 namespace dependencies { namespace in namespace:clang::tooling
68 /// The worker computes the dependencies for the input files by preprocessing
77 /// and report the discovered dependencies to the provided consumer. If \p
78 /// ModuleName isn't empty, this function reports the dependencies of module
115 } // end namespace dependencies
H A DModuleDepCollector.h28 namespace dependencies { namespace in namespace:clang::tooling
113 /// on, not including transitive dependencies.
120 /// A collection of prebuilt modular dependencies this module directly depends
121 /// on, not including transitive dependencies.
125 /// including transitive dependencies.
144 /// transitive modular dependencies and passes everything to the
167 /// Working set of direct modular dependencies.
172 /// Adds direct modular dependencies that have already been built to the
180 /// Traverses the previously collected direct modular dependencies to discover
181 /// transitive modular dependencies an
[all...]
H A DDependencyScanningTool.h25 namespace dependencies { namespace in namespace:clang::tooling
31 /// The full dependencies and module graph for a specific input.
39 /// directly depends on, not including transitive dependencies.
43 /// on, not including transitive dependencies.
47 /// transitive dependencies.
57 /// should make the dependencies between commands explicit to enable parallel
113 /// modular dependencies and return the information needed for explicit build.
122 /// arguments for dependencies.
195 } // end namespace dependencies
/openbsd-current/usr.sbin/pkg_add/OpenBSD/Dependencies/
H A DSolverBase.pm19 # generic dependencies lookup class: walk the dependency tree as far
20 # as necessary to resolve dependencies
27 sub lookup($self, $solver, $dependencies, $state, $obj)
31 $dependencies->{$r} = 1;
60 $dependencies->{$dep} = 2;
65 $dependencies->{$r} = 3;
99 my @todo = $solver->dependencies;
183 my @todo = ($solver->dependencies, keys %{$solver->{old_dependencies}});
250 # dependencies in a much lighter way than the normal pkg_add code.
359 if ($self->dependencies) {
369 sub dependencies($self) subroutine
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/
H A Dc55Capture.pm11 Compatibility with 5.5.3 and no external dependencies.
/openbsd-current/gnu/usr.bin/texinfo/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
39 Run PROGRAMS ARGS to compile a file, generating dependencies
46 DEPDIR directory where to store dependencies.
48 tmpdepfile Temporary file to use when outputing dependencies.
107 ## - Don't want to use -MD because we'd like the dependencies to end
134 ## dummy dependencies for each header file. Too bad gcc doesn't do
190 # The sourcefile does not contain any dependencies, so just
199 # The C for AIX Compiler uses -M and outputs the dependencies
233 # The sourcefile does not contain any dependencies, so just
280 # The Tru64 compiler uses -MD to generate dependencies a
[all...]
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A DMakefile.in265 dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
266 if test -n "$$dependencies"; then \
/openbsd-current/sys/dev/pci/drm/scheduler/
H A Dsched_entity.c183 /* Wait for all dependencies to avoid data corruptions */
184 xa_for_each(&job->dependencies, index, f) {
188 /* The dependencies array had a reference on the scheduled
196 * we can release the reference the dependencies array
202 xa_erase(&job->dependencies, index);
452 /* We keep the fence around, so we can iterate over all dependencies
456 f = xa_load(&job->dependencies, job->last_dependency);
H A Dsched_main.c33 * returning the dependencies of a job etc.
651 xa_init_flags(&job->dependencies, XA_FLAGS_ALLOC);
689 * @job: scheduler job to add the dependencies to
690 * @fence: the dma_fence to add to the list of dependencies.
712 xa_for_each(&job->dependencies, index, entry) {
718 xa_store(&job->dependencies, index, fence, GFP_KERNEL);
725 ret = xa_alloc(&job->dependencies, &id, fence, xa_limit_32b, GFP_KERNEL);
735 * @job: scheduler job to add the dependencies to
763 * @job: scheduler job to add the dependencies to
797 * drm_sched_job_add_implicit_dependencies - adds implicit dependencies a
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dia64.h227 chks are dependencies to check for conflicts when an opcode is
228 encountered; regs are dependencies to register (mark as used) when an
291 /* Opcode dependencies. */
292 const struct ia64_opcode_dependency *dependencies; member in struct:ia64_opcode
388 /* To avoid circular library dependencies, this array is implemented
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dia64.h231 chks are dependencies to check for conflicts when an opcode is
232 encountered; regs are dependencies to register (mark as used) when an
295 /* Opcode dependencies. */
296 const struct ia64_opcode_dependency *dependencies; member in struct:ia64_opcode
392 /* To avoid circular library dependencies, this array is implemented
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp376 auto &dependencies = SymbolDependencies[Primary]; local
377 if (!dependencies) {
378 dependencies = std::make_unique<SymbolRefSmallVectorTy>();
380 dependencies->push_back(Dependent);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffread.c1751 if (!pst->dependencies[i]->readin)
1760 printf_filtered ("%s...", pst->dependencies[i]->filename);
1764 xcoff_psymtab_to_symtab_1 (pst->dependencies[i]);
1821 after all of the symtabs and dependencies have been read in. */
1977 are the information for includes and dependencies. */
2003 pst->dependencies = (struct partial_symtab **)
2006 memcpy (pst->dependencies, dependency_list,
2010 pst->dependencies = 0;
2028 subpst->dependencies = (struct partial_symtab **)
2031 subpst->dependencies[
[all...]
H A Ddbxread.c236 is used during readin to setup the list of dependencies within each
2043 fprintf_unfiltered (gdb_stderr, "New dependencies allocated: %d\n",
2270 pst->dependencies = (struct partial_symtab **)
2273 memcpy (pst->dependencies, dependency_list,
2277 pst->dependencies = 0;
2296 subpst->dependencies = (struct partial_symtab **)
2299 subpst->dependencies[0] = pst;
2360 if (!pst->dependencies[i]->readin)
2369 printf_filtered ("%s...", pst->dependencies[i]->filename);
2373 dbx_psymtab_to_symtab_1 (pst->dependencies[
[all...]
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Dgpu_scheduler.h285 * from run_job() won't be created until the dependencies have
361 * @dependencies:
363 * Contains the dependencies as struct dma_fence for this job, see
367 struct xarray dependencies; member in struct:drm_sched_job
369 /** @last_dependency: tracks @dependencies as they signal */
406 * Can be NULL if no additional preparation to the dependencies are
413 * @run_job: Called to execute the job once all of the dependencies
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin/
H A DSpecfile.pm31 linear order of all dependencies.

Completed in 178 milliseconds

1234