| /openbsd/src/gnu/usr.bin/binutils-2.17/ |
| D | Makefile.def | 255 // 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 = { module=all-build-fixincludes; on=all-build-libiberty; }; [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | jcf-depend.c | 37 struct deps *dependencies; variable 64 if (dependencies != NULL) in jcf_dependency_reset() 66 deps_free (dependencies); in jcf_dependency_reset() 67 dependencies = NULL; in jcf_dependency_reset() 76 if (dependencies != NULL && name != NULL) 77 deps_add_target (dependencies, name, 1); 84 if (dependencies != NULL) 85 deps_add_target (dependencies, name, 1); 106 if (! dependencies) 113 deps_add_dep (dependencies, filename); [all …]
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | RequiredBy.pod | 5 OpenBSD::RequiredBy - manage installed package dependencies 21 # add some reverse dependencies 30 # compute the transitive closure of some dependencies 39 C<OpenBSD::RequiredBy> handles lists of forward and reverse dependencies 46 dependencies, 48 dependencies. 50 Such an object can be used to list the dependencies C<$o-E<gt>list>, 54 The full list of forward dependencies (transitive closure) from a set of 59 yields the list of reverse dependencies. 61 Those lists of dependencies trim duplicates and, unless C<$main::not> is true,
|
| D | Intro.pod | 76 filters defined to gain access to some commonly used information (dependencies 108 allows the package system to resolve dependencies in 137 dependencies between packages invert (A-1.0 depends on B-1.0, but B-0.0 172 inter-dependencies in the package system. 174 At the package level, there are currently two types of dependencies: 175 package specifications, that establish direct dependencies between 178 Normal dependencies are shallow: it is up to the package tools to 179 figure out a whole dependency tree throughout top-level dependencies. 194 of dependencies (see L<OpenBSD::Dependencies(3p)>, the solver is mostly 201 Lists of inter-dependencies are recorded in both directions [all …]
|
| /openbsd/src/gnu/llvm/clang/utils/analyzer/ |
| D | Dockerfile | 14 # test system dependencies 24 # box2d dependencies 32 # symengine dependencies 37 # simbody dependencies 41 # drogon dependencies 46 # tmux dependencies
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/Dependencies/ |
| D | SolverBase.pm | 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}}); 359 if ($self->dependencies) { 361 $self->{set}->print, join(' ', $self->dependencies)); 369 sub dependencies($self) subroutine 378 sub check_lib_spec($self, $state, $base, $spec, $dependencies) [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/DependenceGraphs/ |
| D | index.rst | 23 dependencies between individual instructions. Each node in such a graph 63 DDG, but it is capable of representing both data dependencies and 64 control-flow dependencies between program elements such as 81 The graph build algorithm considers dependencies between elements of 82 a given set of instructions or basic blocks. Any dependencies coming 133 …* dependencies. In this implementation *memory* edges represent the *flow-*, *anti-*, *output-*, a…
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-opc.c | 544 res->dependencies = &op_dependencies[depind]; in make_ia64_opcode() 602 completer_table[ci].dependencies); in ia64_dis_opcode() 653 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode() 726 || index >= (int)(sizeof(dependencies) / sizeof(dependencies[0]))) in ia64_find_dependency() 729 return &dependencies[index]; in ia64_find_dependency()
|
| D | ia64-asmtab.h | 116 short dependencies; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ia64-opc.c | 544 res->dependencies = &op_dependencies[depind]; in make_ia64_opcode() 602 completer_table[ci].dependencies); in ia64_dis_opcode() 653 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode() 726 || index >= (int)(sizeof(dependencies) / sizeof(dependencies[0]))) in ia64_find_dependency() 729 return &dependencies[index]; in ia64_find_dependency()
|
| D | ia64-asmtab.h | 116 short dependencies; member
|
| /openbsd/src/gnu/gcc/config/ |
| D | depstand.m4 | 20 # may require accurate dependencies for correct builds, it does *not* 48 # We will build objects and dependencies in a subdirectory because 50 # both Tru64's cc and ICC support -MD to output dependencies as a 51 # side effect of compilation, but ICC will put the dependencies in 64 # Setup a source with many dependencies, because some compilers
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | depstand.m4 | 20 # may require accurate dependencies for correct builds, it does *not* 48 # We will build objects and dependencies in a subdirectory because 50 # both Tru64's cc and ICC support -MD to output dependencies as a 51 # side effect of compilation, but ICC will put the dependencies in 64 # Setup a source with many dependencies, because some compilers
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| D | ModuleDepCollector.h | 28 namespace dependencies { 289 template <> struct DenseMapInfo<clang::tooling::dependencies::ModuleID> { 290 using ModuleID = clang::tooling::dependencies::ModuleID;
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | depcomp | 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.
|
| /openbsd/src/gnu/gcc/gcc/objcp/ |
| D | ChangeLog | 20 * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies. 52 * Make-lang.in: Remove all dependencies on s-gtype. 79 * Make-lang.in: Update dependencies.
|
| /openbsd/src/gnu/llvm/llvm/projects/ |
| D | CMakeLists.txt | 29 # Add the projects in reverse order of their dependencies so that the 30 # dependent projects can see the target names of their dependencies.
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | HEADER_POLICY | 5 The C++ Standard specifies many mutual dependencies among the 55 dependencies on such files and an inclination to _delete_ them. 69 Mutual dependencies are handled by splitting up the declarations 153 because template definitions typically have many more dependencies
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | HEADER_POLICY | 5 The C++ Standard specifies many mutual dependencies among the 55 dependencies on such files and an inclination to _delete_ them. 69 Mutual dependencies are handled by splitting up the declarations 153 because template definitions typically have many more dependencies
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | cppenv.texi | 49 @cindex dependencies for make as output 51 dependencies for Make based on the non-system header files processed 72 @cindex dependencies for make as output
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | cppenv.texi | 49 @cindex dependencies for make as output 51 dependencies for Make based on the non-system header files processed 72 @cindex dependencies for make as output
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-config.rst | 99 useful when creating makefile dependencies, to ensure that a tool is relinked if 111 *components*, including any dependencies. 136 *components*, including any dependencies.
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| D | CheckerBase.td | 126 /// Describes (strong) dependencies in between checkers. This is important for 129 /// enabled if none of its dependencies (transitively) is disabled. Dependencies 143 /// Unlike strong dependencies, this expresses dependencies in between
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| D | DependencyScanningService.cpp | 14 using namespace dependencies;
|
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | TableGen.cmake | 2 # while LLVM_TARGET_DEPENDS may contain additional file dependencies. 79 # a tablegen change, as cmake does not propagate file-level dependencies 120 # Creates a target for publicly exporting tablegen dependencies. 175 # compile the same dependencies, thus using the same build folders.
|