Home
last modified time | relevance | path

Searched refs:depends (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/
H A Ddistroprefs.dd14 "depends" => {
145 $VAR1->{"mapping"}{"depends"}{"mapping"}{"configure_requires"} = $VAR1->{"mapping"}{"depends"}{"map…
146 $VAR1->{"mapping"}{"depends"}{"mapping"}{"requires"} = $VAR1->{"mapping"}{"depends"}{"mapping"}{"bu…
/openbsd/gnu/llvm/clang/utils/
H A Dmodfuzz.py17 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument
19 self.depends = depends
24 for i in self.depends:
39 Decl('static_assert(X{.n=1}.n == 1, "");\n', depends=['X']),
40 Decl('X %(name)s;\n', depends=['X']),
/openbsd/gnu/llvm/clang/cmake/caches/
H A DDistributionExample.cmake32 test-depends
33 llvm-test-depends
34 clang-test-depends
H A DApple-stage1.cmake47 test-depends
48 llvm-test-depends
49 clang-test-depends
H A DFuchsia.cmake124 clang-test-depends
125 lld-test-depends
126 llvm-test-depends
128 test-depends
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt30 file system caching for input source files. This depends on
36 library depends on libbasic.
40 pragma handling, tokens, and macros. This depends on libbasic.
44 stuff (e.g. libsema builds ASTs). This depends on liblex.
50 program' ASTs depending on how they use the APIs. This depends
71 This depends on all these libraries, and on LLVM VMCore.
158 that texually depends on it: recompile only those functions that need it.
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dppphbin116 my(%replace, %need, %hints, %warnings, %depends);
194 push @{$depends{$define->[0]}}, @n if @n
208 push @{$depends{$function->[0]}}, @n if @n
235 # For lines like / * foo, bar depends on baz, bat * /
237 # element in the lhs, which becomes a key in \%depends.
242 push @{$depends{$d}}, @deps;
249 for (values %depends) {
321 if (exists $depends{$f}) {
323 for (@{$depends{$f}}) {
415 push @flags, 'depend' if exists $depends{$f};
[all …]
/openbsd/gnu/llvm/libcxx/docs/
H A DTestingLibcxx.rst30 ``cxx-test-depends`` target. For example:
35 $ make -C <build> cxx-test-depends # If you want to make sure the targets get rebuilt
42 ``cxx-test-depends`` target is instead named ``runtimes-test-depends``, and
48 changes are made to the headers, so you should re-run the ``cxx-test-depends``
92 $ make -C <build> cxx-test-depends
/openbsd/gnu/llvm/llvm/runtimes/
H A DCMakeLists.txt217 list(APPEND test_targets runtimes-test-depends check-runtimes)
301 set(runtimes-test-depends-${name} runtimes-test-depends)
303 list(APPEND ${name}_test_targets runtimes-test-depends-${name} check-runtimes-${name})
405 add_custom_target(runtimes-test-depends)
439 add_dependencies(runtimes-test-depends runtimes-test-depends-${name})
490 set_property(GLOBAL APPEND PROPERTY LLVM_ALL_ADDITIONAL_TEST_DEPENDS runtimes-test-depends)
/openbsd/gnu/llvm/clang/runtime/
H A DCMakeLists.txt161 get_ext_project_build_command(run_check_compiler_rt compiler-rt-test-depends)
162 add_custom_target(compiler-rt-test-depends
167 set_property(GLOBAL APPEND PROPERTY LLVM_ALL_ADDITIONAL_TEST_DEPENDS compiler-rt-test-depends)
/openbsd/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx10_vcc.rst13 Vector condition code. This operand depends on wavefront size:
H A Dgfx11_vcc.rst13 Vector condition code. This operand depends on wavefront size:
H A Dgfx1030_vcc.rst13 Vector condition code. This operand depends on wavefront size:
H A Dgfx1030_vdata_c08393.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>` which may specify from 1 to 4 data elements. Ea…
H A Dgfx11_vdata_c08393.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>` which may specify from 1 to 4 data elements. Ea…
H A Dgfx8_vdata_c08393.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>` which may specify from 1 to 4 data elements. Ea…
H A Dgfx9_vdata_c08393.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>` which may specify from 1 to 4 data elements. Ea…
H A Dgfx7_vdata_c08393.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>` which may specify from 1 to 4 data elements. Ea…
H A Dgfx10_vdata_c08393.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>` which may specify from 1 to 4 data elements. Ea…
H A Dgfx90a_vdata_929b59.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>` which may specify from 1 to 4 data elements. Ea…
H A Dgfx8_vdata_4f639e.rst15 *Size:* depends on GFX8 GPU revision:
H A Dgfx90a_vdst_f5eb9d.rst15 *Size:* depends on :ref:`dmask<amdgpu_synid_dmask>`:
H A Dgfx8_vdata_886702.rst15 *Size:* depends on GFX8 GPU revision:
H A Dgfx8_vdata_f2bf57.rst15 *Size:* depends on GFX8 GPU revision:
H A Dgfx11_type_deviation_8d2078.rst14 The number of data components depends on wavesize: 8 in wave32 mode and 4 in wave64 mode.

12345678910>>...24