Searched refs:depends (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-ignore.exp6 Making depends-on-ignored from error-ignored.
H A Ddirective-export.mk53 # modifier depends on the 'TZ' environment variable, without any subprocess.
H A Dvarname-dot-make-save_dollars.mk12 # behavior of the assignment operator ':=' depends. NetBSD's usr.bin/make
H A Dcond-undef-lint.mk31 # The variable name depends on the undefined variable, which is probably a
H A Dvarmod-match-escape.mk73 # The control flow of the pattern parser depends on the actual string that
/freebsd-current/crypto/openssl/Configurations/
H A Dgentemplate.pm20 foreach (@{$generator->{info}->{depends}->{""}}) { $generator->dogenerate($_); }
72 # build depends on.
88 my @list = @{ $self->{info}->{depends}->{$thing} //
89 $self->{info}->{depends}->{$extensionlessthing}
100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'};
140 } @{$self->{info}->{depends}->{$item} // []}
219 generator_deps => $self->{info}->{depends}->{$script} // [],
220 deps => $self->{info}->{depends}->{$src} // [],
227 foreach (@{$self->{info}->{depends}->{$src} // []}) {
244 deps => $self->{info}->{depends}
[all...]
/freebsd-current/sys/contrib/openzfs/
H A Dcopy-builtin33 depends on EFI_PARTITION
/freebsd-current/release/
H A DMakefile.gce7 GCE_UPLOAD_TGTS= gce-check-depends \
31 gce-check-depends:
H A DMakefile.azure7 AZURE_UPLOAD_TGTS= azure-check-depends \
26 azure-check-depends:
H A DMakefile.vagrant20 VAGRANT_UPLOAD_TGTS= vagrant-check-depends
46 vagrant-check-depends:
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmodule-setup.sh.in14 depends() { function
/freebsd-current/stand/i386/pxeldr/
H A Dpxeldr.S267 cld # In case anyone depends on this
/freebsd-current/usr.sbin/config/
H A Dmkmakefile.cc388 char *rfile, *compilewith, *depends, *clean, *warning; local
442 depends = NULL;
501 depends = ns(wd);
594 tp->f_depends = depends;
/freebsd-current/share/mk/
H A Dbsd.opts.mk47 # tree. su(1) wouldn't link since it depends on PAM which depends on
H A Dsrc.opts.mk255 # Default behaviour of some options depends on the architecture. Unfortunately
493 # MK_* options whose default value depends on another option.
/freebsd-current/crypto/openssl/
H A DConfigure1951 my %depends = ();
2203 => sub { $push_to->(\%depends, $expand_variables->($+{INDEX}),
2204 \$attributes{depends}, $+{ATTRIBS},
2384 foreach (keys %depends) {
2403 foreach (@{$depends{$dest}}) {
2416 $unified_info{depends}->{$ddest}->{$d} = 1;
2419 $unified_info{attributes}->{depends}->{$ddest}->{$d} =
2420 $attributes{depends}->{$dest}->{$_}
2421 if defined $attributes{depends}->{$dest}->{$_};
2587 foreach my $dest (keys %{$unified_info{depends}}) {
[all...]
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm110 grep { $_ =~ m|\.a$| } @{$self->{info}->{depends}->{$_} // []};
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1103 if (auto D = DI.depends(&I, NotHoistedInst, true)) {
1107 LLVM_DEBUG(dbgs() << "Inst depends on an instruction in FC1's "
1115 if (auto D = DI.depends(ReadInst, &I, true)) {
1118 LLVM_DEBUG(dbgs() << "Inst depends on a read instruction in FC0.\n");
1125 if (auto D = DI.depends(WriteInst, &I, true)) {
1128 LLVM_DEBUG(dbgs() << "Inst depends on a write instruction in FC0.\n");
1157 if (auto D = DI.depends(&I, ReadInst, true)) {
1160 LLVM_DEBUG(dbgs() << "Inst depends on a read instruction in FC1.\n");
1167 if (auto D = DI.depends(&I, WriteInst, true)) {
1170 LLVM_DEBUG(dbgs() << "Inst depends o
[all...]
/freebsd-current/contrib/ntp/sntp/tests/
H A DMakefile.am248 @: FRC.scm-rev "force" depends on nothing and is not a file, so is \
/freebsd-current/contrib/bmake/mk/
H A Dldorder.mk50 @echo depends: ${.ALLSRC:M.ldorder-lib*} > /dev/null
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp300 auto D = DI.depends(ISrc, IDst, true);
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S529 cld # In case anyone depends on this
/freebsd-current/crypto/openssl/util/
H A Dmkerr.pl54 actually written or not depends on other options, such as
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h303 /// depends - Tests for a dependence between the Src and Dst instructions.
309 std::unique_ptr<Dependence> depends(Instruction *Src,
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp388 auto DepResult = DI->depends(&I, CurInst, true);

Completed in 377 milliseconds

123