HomeSort by: relevance | last modified time | path
    Searched refs:deps (Results 1 - 25 of 305) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/isl/dist/
isl_test_cpp_failed.sh 7 rm -f .deps/isl_test_cpp_failed-isl_test_cpp.Tpo
  /src/external/gpl3/gcc/dist/gcc/
genmddeps.cc 33 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)
sched-deps.cc 266 /* 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, bool read_p
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmddeps.cc 33 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)
sched-deps.cc 266 /* 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, bool read_p
    [all...]
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 3 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%
  /src/external/gpl2/gmake/dist/
rule.h 27 struct dep *deps; /* Dependencies of the rule. */ member in struct:rule
58 struct dep *deps,
rule.c 99 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; d != 0; d = d->next
165 struct dep *deps; local
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
mkdeps.cc 97 for (i = deps.size (); i--;)
98 free (const_cast <char *> (deps[i]));
109 vec<const char *> deps; member in class:mkdeps
325 d->deps.push (xstrdup (t));
420 const mkdeps *d = pfile->deps;
428 cpp_fdeps_format fdeps_format = CPP_OPTION (pfile, deps.fdeps_format);
430 && CPP_OPTION (pfile, deps.modules));
432 if (d->deps.size ())
439 make_write_vec (d->deps, fp, column, colmax);
441 if (CPP_OPTION (pfile, deps.phony_targets)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
mkdeps.cc 93 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.size (); i++
    [all...]
  /src/sys/external/isc/libsodium/dist/
autogen.sh 35 automake --add-missing --force-missing --include-deps && \
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 88 DEPS={- join(" ", map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
509 my $deps = @{$args{deps}} ?
510 '"'.join('" "', @{$args{generator_deps}}, @{$args{deps}}).'"' : '';
518 $target: "$args{generator}->[0]" $deps
524 $target: "$args{generator}->[0]" $deps
548 $target: "$args{generator}->[0]" $deps
557 $target: "$args{generator}->[0]" $deps
563 $target: "$args{generator}->[0]" $deps
574 my $deps = '"'.join('" "', @srcs, @{$args{deps}}).'"'
    [all...]
unix-Makefile.tmpl 129 DEPS={- join(" ", map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
1038 my $deps = join(" ", @{$args{generator_deps}}, @{$args{deps}});
1046 $args{src}: $args{generator}->[0] $deps
1052 $args{src}: $args{generator}->[0] $deps
1074 $args{src}: $args{generator}->[0] $deps
1079 $args{src}: $args{generator}->[0] $deps
1094 my $deps = join(" ", @srcs, @{$args{deps}});
1124 $obj$objext: $deps
    [all...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
gentemplate.pm 220 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...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
gentemplate.pm 220 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...]
windows-makefile.tmpl 76 DEPS={- join(" ", map { platform->isobj($_) ? platform->dep($_) : () }
704 my $deps = join(" ", compute_platform_depends(@{$args{deps}}));
706 $args{target}: $deps
722 my $deps = join(' ',
725 @{$args{deps}}));
749 $target: $gen0 $deps $mkdef
779 $target: "$gen0" $deps
784 $target: "$gen0" $deps
796 grep { $_ =~ m|\.pm$| } @{$args{deps}} );
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
check_makefile_deps.sh 78 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:"
  /src/external/gpl3/gcc.old/dist/contrib/
check_makefile_deps.sh 78 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:"
  /src/crypto/external/apache2/openssl/dist/util/
add-depends.pl 161 # 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...]
  /src/crypto/external/bsd/openssl/dist/util/
add-depends.pl 161 # 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...]
  /src/crypto/external/bsd/openssl.old/dist/util/
add-depends.pl 124 # 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...]
  /src/crypto/external/cpl/tpm-tools/dist/
cleanup.sh 45 find . -depth -name .deps -exec rm -rf {} \;
  /src/external/gpl3/binutils/dist/libiberty/
maint-tool 38 &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...]
  /src/external/gpl3/binutils.old/dist/libiberty/
maint-tool 38 &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...]
  /src/external/gpl3/gcc/dist/libiberty/
maint-tool 38 &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 43 milliseconds

1 2 3 4 5 6 7 8 91011>>