Searched refs:deps (Results 1 - 25 of 381) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/isl/dist/
H A Disl_test_cpp_failed.sh7 rm -f .deps/isl_test_cpp_failed-isl_test_cpp.Tpo
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenmddeps.c33 static struct filedep *deps, **last = &deps; variable in typeref:struct:filedep
60 for (d = deps; d ; d = d->next)
66 for (d = deps; d ; d = d->next)
H A Dsched-deps.c266 /* Don't count debug deps. */
293 /* Don't count debug deps. */
473 /* True if we should mark added dependencies as a non-register deps. */
710 initialize RESOLVED_P_PTR with true if that list consists of resolved deps,
919 or a new entry has been added to insn's backward deps.
1212 or a new entry has been added to insn's backward deps or nothing has
1296 initialize with lists that hold resolved deps. */
1583 add_dependence_list_and_free (class deps_desc *deps, rtx_insn *insn,
1592 if (deps->readonly || DEBUG_INSN_P (insn))
1718 add_insn_mem_dependence (class deps_desc *deps, boo
1578 add_dependence_list_and_free(class deps_desc *deps, rtx_insn *insn, rtx_insn_list **listp, int uncond, enum reg_note dep_type, bool hard) argument
1712 add_insn_mem_dependence(class deps_desc *deps, bool read_p, rtx_insn *insn, rtx mem) argument
1753 flush_pending_lists(class deps_desc *deps, rtx_insn *insn, int for_read, int for_write) argument
1957 setup_insn_reg_uses(class deps_desc *deps, rtx_insn *insn) argument
2249 extend_deps_reg_info(class deps_desc *deps, int regno) argument
2298 sched_analyze_reg(class deps_desc *deps, int regno, machine_mode mode, enum rtx_code ref, rtx_insn *insn) argument
2377 sched_analyze_1(class deps_desc *deps, rtx x, rtx_insn *insn) argument
2551 sched_analyze_2(class deps_desc *deps, rtx x, rtx_insn *insn) argument
2885 sched_analyze_insn(class deps_desc *deps, rtx x, rtx_insn *insn) argument
3638 deps_analyze_insn(class deps_desc *deps, rtx_insn *insn) argument
3804 deps_start_bb(class deps_desc *deps, rtx_insn *head) argument
3823 sched_analyze(class deps_desc *deps, rtx_insn *head, rtx_insn *tail) argument
3920 init_deps(class deps_desc *deps, bool lazy_reg_last) argument
3957 init_deps_reg_last(class deps_desc *deps) argument
3969 free_deps(class deps_desc *deps) argument
4017 remove_from_deps(class deps_desc *deps, rtx_insn *insn) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenmddeps.cc33 static struct filedep *deps, **last = &deps; variable in typeref:struct:filedep
60 for (d = deps; d ; d = d->next)
66 for (d = deps; d ; d = d->next)
H A Dsched-deps.cc266 /* Don't count debug deps. */
293 /* Don't count debug deps. */
473 /* True if we should mark added dependencies as a non-register deps. */
710 initialize RESOLVED_P_PTR with true if that list consists of resolved deps,
919 or a new entry has been added to insn's backward deps.
1212 or a new entry has been added to insn's backward deps or nothing has
1296 initialize with lists that hold resolved deps. */
1583 add_dependence_list_and_free (class deps_desc *deps, rtx_insn *insn,
1592 if (deps->readonly || DEBUG_INSN_P (insn))
1718 add_insn_mem_dependence (class deps_desc *deps, boo
1578 add_dependence_list_and_free(class deps_desc *deps, rtx_insn *insn, rtx_insn_list **listp, int uncond, enum reg_note dep_type, bool hard) argument
1712 add_insn_mem_dependence(class deps_desc *deps, bool read_p, rtx_insn *insn, rtx mem) argument
1753 flush_pending_lists(class deps_desc *deps, rtx_insn *insn, int for_read, int for_write) argument
1957 setup_insn_reg_uses(class deps_desc *deps, rtx_insn *insn) argument
2377 sched_analyze_1(class deps_desc *deps, rtx x, rtx_insn *insn) argument
2551 sched_analyze_2(class deps_desc *deps, rtx x, rtx_insn *insn) argument
2870 sched_analyze_insn(class deps_desc *deps, rtx x, rtx_insn *insn) argument
3623 deps_analyze_insn(class deps_desc *deps, rtx_insn *insn) argument
3789 deps_start_bb(class deps_desc *deps, rtx_insn *head) argument
3808 sched_analyze(class deps_desc *deps, rtx_insn *head, rtx_insn *tail) argument
3903 init_deps(class deps_desc *deps, bool lazy_reg_last) argument
3940 init_deps_reg_last(class deps_desc *deps) argument
3952 free_deps(class deps_desc *deps) argument
4000 remove_from_deps(class deps_desc *deps, rtx_insn *insn) argument
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Drule.h27 struct dep *deps; /* Dependencies of the rule. */ member in struct:rule
58 struct dep *deps,
H A Drule.c99 for (dep = rule->deps; dep != 0; dep = dep->next)
134 /* In the deps of an implicit rule the `changed' flag
161 If SOURCE is nil, it means there should be no deps. */
168 struct dep *deps;
199 deps = 0;
207 deps = alloc_dep ();
208 deps->name = depname;
211 create_pattern_rule (names, percents, 0, deps, cmds, 0);
229 for (d = suffix_file->deps; d != 0; d = d->next)
238 for (d = suffix_file->deps;
165 struct dep *deps; local
472 create_pattern_rule(char **targets, char **target_percents, int terminal, struct dep *deps, struct commands *commands, int override) argument
[all...]
H A Dimplicit.c36 after modifying FILE to contain the appropriate commands and deps,
188 FILE. If a rule is found, the appropriate commands and deps are put in FILE
222 struct idep* deps = 0;
312 /* If the pattern rule has deps but no commands, ignore it.
314 if (rule->deps != 0 && rule->cmds == 0)
403 if (rule->deps == 0 && rule->cmds == 0)
490 for (dep = rule->deps; dep != 0; dep = dep->next)
594 id_ptr = &deps;
658 for (d = deps; d != 0; d = d->next)
687 for (expl_d = file->deps; expl_
220 struct idep* deps = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/
H A Dappveyor-reqs-install.cmd3 if NOT EXIST C:\projects\deps (
4 mkdir C:\projects\deps
6 cd C:\projects\deps
30 7z x cmake.zip -oC:\projects\deps > nul
31 move C:\projects\deps\cmake-* C:\projects\deps\cmake
34 @set PATH=C:\projects\deps\cmake\bin;%PATH%
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
45 @set PATH=C:\projects\deps\ninja;%PATH%
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A Dgentemplate.pm220 deps => $self->{info}->{depends}->{$src} // [],
244 deps => $self->{info}->{depends}->{$target} // []);
261 my @deps = @{$self->{info}->{depends}->{$obj} // []};
269 print STDERR "DEBUG[doobj] \@deps for $obj ($bin) : ",
270 join(",", map { "\n $_" } @deps), "\n"
283 srcs => [ @srcs ], deps => [ @deps ],
337 my @deps = ( $self->resolvedepends(getsrclibs('sources', $lib)) );
364 my @deps = ();
369 push @deps,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dmkdeps.c92 for (i = deps.size (); i--;)
93 free (const_cast <char *> (deps[i]));
100 vec<const char *> deps; variable
299 d->deps.push (xstrdup (t));
375 if (d->deps.size ())
380 make_write_vec (d->deps, fp, column, colmax);
383 for (unsigned i = 1; i < d->deps.size (); i++)
384 fprintf (fp, "%s:\n", munge (d->deps[i]));
397 /* Write out a deps buffer to a file, in a form that can be read back
402 deps_save (class mkdeps *deps, FIL argument
434 deps_restore(class mkdeps *deps, FILE *fd, const char *self) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmkdeps.cc93 for (i = deps.size (); i--;)
94 free (const_cast <char *> (deps[i]));
105 vec<const char *> deps; member in class:mkdeps
298 d->deps.push (xstrdup (t));
392 const mkdeps *d = pfile->deps;
398 if (d->deps.size ())
401 if (CPP_OPTION (pfile, deps.modules) && d->cmi_name)
405 make_write_vec (d->deps, fp, column, colmax);
407 if (CPP_OPTION (pfile, deps.phony_targets))
408 for (unsigned i = 1; i < d->deps
481 deps_save(class mkdeps *deps, FILE *f) argument
513 deps_restore(class mkdeps *deps, FILE *fd, const char *self) argument
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dautogen.sh35 automake --add-missing --force-missing --include-deps && \
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dadd-depends.pl124 # target SPACE : SPACE deps
127 # won't get mixed up with the target / deps delimiter. We use this
230 my ($target, $deps) = $procedure->($depfile, $_);
231 $collect{$target}->{$deps} = 1 if defined $target;
250 my @deps = sort keys %{$collect{$target}};
252 while (@deps) {
256 while (@deps && ($buf eq ''
257 || length($buf) + length($deps[0]) <= 77)) {
258 $buf .= ' ' . shift @deps;
260 $buf .= ' '.$continuation if @deps;
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dadd-depends.pl161 # target SPACE : SPACE deps
164 # won't get mixed up with the target / deps delimiter. We use this
329 my ($target, $deps) = $procedure->($depfile, $_);
330 $collect{$target}->{$deps} = 1 if defined $target;
347 my @deps = sort keys %{$collect{$target}};
349 while (@deps) {
353 while (@deps && ($buf eq ''
354 || length($buf) + length($deps[0]) <= 77)) {
355 $buf .= ' ' . shift @deps;
357 $buf .= ' '.$continuation if @deps;
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcheck_makefile_deps.sh78 LC_ALL=C sort -u > deps
79 missing_deps=`LC_ALL=C join -v 1 hdrs deps`
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
83 echo "missing deps for $obj:"
88 echo "unneeded deps for $obj:"
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_makefile_deps.sh78 LC_ALL=C sort -u > deps
79 missing_deps=`LC_ALL=C join -v 1 hdrs deps`
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
83 echo "missing deps for $obj:"
88 echo "unneeded deps for $obj:"
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcheck_ninja_deps.py3 # ======- check-ninja-deps - build debugging script ----*- python -*--========#
33 - 'ninja -t deps' dumps the database of dependencies discovered at build time
37 true dependencies shown by 'deps' that are not reflected as formal dependencies
151 deps = dict(ancestors(g, label))
156 for line in (subprocess.check_output(ninja_prefix + ["-t", "deps"])
158 # ninja -t deps output consists of stanzas of the following form,
179 if (dep in targets and currtarget in deps and
180 dep not in deps[currtarget]):
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dcleanup.sh45 find . -depth -name .deps -exec rm -rf {} \;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmaint-tool38 &deps() if $mode eq "deps";
212 sub deps {
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
237 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
248 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
262 push(@pending, split(' ', $deps{$p}));
267 @deps = sort { &locals_first($a,$b) } keys %scanned;
271 if ($#deps >= 0) {
274 for $dt (@deps) {
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmaint-tool38 &deps() if $mode eq "deps";
212 sub deps {
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
237 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
248 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
262 push(@pending, split(' ', $deps{$p}));
267 @deps = sort { &locals_first($a,$b) } keys %scanned;
271 if ($#deps >= 0) {
274 for $dt (@deps) {
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmaint-tool38 &deps() if $mode eq "deps";
212 sub deps {
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
237 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
248 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
262 push(@pending, split(' ', $deps{$p}));
267 @deps = sort { &locals_first($a,$b) } keys %scanned;
271 if ($#deps >= 0) {
274 for $dt (@deps) {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmaint-tool38 &deps() if $mode eq "deps";
212 sub deps {
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
237 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
248 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
262 push(@pending, split(' ', $deps{$p}));
267 @deps = sort { &locals_first($a,$b) } keys %scanned;
271 if ($#deps >= 0) {
274 for $dt (@deps) {
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmaint-tool38 &deps() if $mode eq "deps";
212 sub deps {
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
237 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
248 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
262 push(@pending, split(' ', $deps{$p}));
267 @deps = sort { &locals_first($a,$b) } keys %scanned;
271 if ($#deps >= 0) {
274 for $dt (@deps) {
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmaint-tool38 &deps() if $mode eq "deps";
212 sub deps {
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
237 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
248 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
262 push(@pending, split(' ', $deps{$p}));
267 @deps = sort { &locals_first($a,$b) } keys %scanned;
271 if ($#deps >= 0) {
274 for $dt (@deps) {
[all...]

Completed in 485 milliseconds

1234567891011>>