Home
last modified time | relevance | path

Searched full:modules (Results 1 – 25 of 1910) sorted by relevance

12345678910>>...77

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dimmintrin.h19 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
24 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
29 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
34 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
39 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
44 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
49 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
54 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
59 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
64 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
[all …]
H A Dstddef.h17 /* Always define miscellaneous pieces when modules are available. */
18 #if !__has_feature(modules)
30 #if !defined(_PTRDIFF_T) || __has_feature(modules)
31 /* Always define ptrdiff_t when modules are available. */
32 #if !__has_feature(modules)
41 #if !defined(_SIZE_T) || __has_feature(modules)
42 /* Always define size_t when modules are available. */
43 #if !__has_feature(modules)
55 !defined(_RSIZE_T)) || __has_feature(modules)
56 /* Always define rsize_t when modules are available. */
[all …]
H A Dx86intrin.h17 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
22 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
27 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
32 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
37 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
42 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
47 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
52 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
57 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
62 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlsource.pod26 contain C code. In addition, some of the modules shipped with Perl
32 =head2 Core modules
34 Modules shipped as part of the Perl core live in four subdirectories.
35 Two of these directories contain modules that live in the core, and two
36 contain modules that can also be released separately on CPAN. Modules
37 which can be released on cpan are known as "dual-life" modules.
43 This directory contains pure-Perl modules which are only released as
44 part of the core. This directory contains I<all> of the modules and
45 their tests, unlike other core modules.
49 Like F<lib/>, this directory contains modules which are only released
[all …]
H A Dperlmodlib.PL127 perlmodlib - constructing new Perl modules and finding existing ones
131 Many modules are included in the Perl distribution. These are described
133 files (usually ending in F<.so>) or small pieces of modules to be
139 modules, and the F<.ph> files made by B<h2ph> will probably end up
140 as extension modules made by B<h2xs>. (Some F<.ph> values may
141 already be available through the POSIX, Errno, or Fcntl modules.)
145 =head2 Pragmatic Modules
179 =head2 Standard Modules
181 Standard, bundled modules are all expected to behave in a well-defined
185 It's possible that not all modules listed below are installed on your
[all …]
H A Dperlmodstyle.pod8 for writing Perl modules. It extends the recommendations found in
13 particularly aimed at authors who wish to publish their modules on CPAN.
21 rather than a tutorial on creating CPAN modules. It provides a
22 checklist against which modules can be compared to determine whether
104 Stable modules should maintain backwards compatibility
184 Good places to look for pre-existing modules include
194 At the risk of stating the obvious, modules are intended to be modular.
195 A Perl developer should be able to use modules to put together the
202 related modules?
233 Be consistent with existing modules.
[all …]
H A Dperlmodinstall.pod3 perlmodinstall - Installing CPAN Modules
10 as a Perl developer at L<https://www.cpan.org/modules/04pause.html>
15 This documentation is for people who want to download CPAN modules
52 module into your system's repository of Perl modules, but you can
53 install modules into any directory you wish. For instance, where I
55 PREFIX=/my/perl_directory> to install the modules into
56 F</my/perl_directory>. Then you can use the modules from your Perl
59 that requires superuser/root access to install modules into the
134 decompress and unpack modules.
188 or, for zipped modules, type
[all …]
H A Dperlnewmod.pod8 Perl modules, preparing them for distribution, and making them available
31 We're going to primarily concentrate on Perl-only modules here, rather
32 than XS modules. XS modules serve a rather different purpose, and
54 it is up to you: you might want protocol-level modules analogous to
55 L<Net::SMTP|Net::SMTP> which then talk to higher level modules analogous
77 Dig into a bunch of modules to see how they're written. I'd suggest
81 code, L<WWW::Mechanize> or the C<Email::*> modules provide some good
84 These should give you an overall feel for how modules are laid out and
89 There are a lot of modules on CPAN, and it's easy to miss one that's
106 Perl modules included on CPAN have a naming hierarchy you should try to
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DModules.rst2 Modules title
18 Modules provide an alternative, simpler way to use software libraries that provides better compile-…
74 Modules improve access to the API of software libraries by replacing the textual preprocessor inclu…
87Modules describe the API of software libraries, and tools can reason about and present a module as…
89 Problems modules do not solve
91 …is important to define what modules do *not* do. In particular, all of the following are considere…
93 …-compatible changes, nor is it feasible to completely eliminate headers. Modules must interoperate…
95 * **Versioning**: Modules have no notion of version information. Programmers must still rely on the…
97modules do not imply any notion of namespaces. Thus, a struct declared in one module will still co…
99 * **Binary distribution of modules**: Headers (particularly C++ headers) expose the full complexity…
[all …]
H A DStandardCPlusPlusModules.rst2 Standard C++ Modules
11 The term ``modules`` has a lot of meanings. For the users of Clang, modules may
12 refer to ``Objective-C Modules``, ``Clang C++ Modules`` (or ``Clang Header Modules``,
13 etc.) or ``Standard C++ Modules``. The implementation of all these kinds of modules in Clang
16 an introduction of how to use standard C++ modules in Clang.
18 There is already a detailed document about `Clang modules <Modules.html>`_, it
19 should be helpful to read `Clang modules <Modules.html>`_ if you want to know
20 more about the general idea of modules. Since standard C++ modules have different semantics
21 (and work flows) from `Clang modules`, this page describes the background and use of
22 Clang with standard C++ modules.
[all …]
/openbsd-src/share/man/man5/
H A Dport-modules.51 .\" $OpenBSD: port-modules.5,v 1.270 2024/07/11 12:55:33 bentley Exp $
31 .Nm port-modules
32 .Nd documentation and conventions used in port modules
42 .Nm port modules ,
44 .Ev MODULES
48 Some of these modules correspond to basic mechanisms which are not
58 are actually modules, and there is some glue in
61 This doesn't work when parsing modules.
65 .Li MODULES += gnu .
67 Other modules correspond to shortcuts for using some other ports as
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DModuleVersion.pm5 # larger package that contains both Perl modules and other code.
24 # against circular module loading (not that we load any modules, but
71 # Find all the Perl modules shipped in this package, if any, and returns the
161 # Act as a test suite. Find all of the Perl modules under the provided root,
164 # modules found.
166 # $root - Directory under which to look for Perl modules
167 # $version - The version all those modules should have
173 my @modules = _module_files($root);
175 # Output the plan. Skip the test if there were no modules found.
176 if (@modules) {
[all …]
H A DConfig.pm23 # against circular module loading (not that we load any modules, but
95 for both C Automake packages and stand-alone Perl modules.
102 current directory, which will be the case for stand-alone Perl modules.
131 source tree to LD_LIBRARY_PATH when checking the syntax of Perl modules. This
132 may be required to pick up libraries that are used by in-tree Perl modules so
150 File names to ignore when checking that all modules in a distribution have the
151 same version. Sometimes, some specific modules need separate, special version
152 handling, such as modules defining database schemata for DBIx::Class, and
170 A list of Perl modules that have to be available in order to do meaningful
171 Test::Strict testing. If any of the modules cannot be loaded via C<use>,
[all …]
/openbsd-src/sbin/unwind/libunbound/services/
H A Dmodstack.h2 * services/modstack.h - stack of modules
39 * This file contains functions to help maintain a stack of modules.
48 * Stack of modules.
51 /** the number of modules */
58 * Init a stack of modules
64 * Free the stack of modules
70 * Initialises modules and assignes ids. Calls module_startup().
72 * @param module_conf: string what modules to initialize
73 * @param env: module environment which is inited by the modules.
82 * @param stack: the stack of modules (empt
[all...]
/openbsd-src/usr.sbin/unbound/services/
H A Dmodstack.h2 * services/modstack.h - stack of modules
39 * This file contains functions to help maintain a stack of modules.
48 * Stack of modules.
51 /** the number of modules */
58 * Init a stack of modules
64 * Free the stack of modules
70 * Initialises modules and assignes ids. Calls module_startup().
72 * @param module_conf: string what modules to initialize
73 * @param env: module environment which is inited by the modules.
82 * @param stack: the stack of modules (empt
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h39 /// Add a module to the list of modules to search.
61 /// Add all modules referred to in a given compilation unit to the list
62 /// of modules to search.
65 /// The compilation unit to scan for imported modules.
73 /// it tries to load the modules.
76 /// True if all modules referred to by the compilation unit could be
84 /// Enumerate all the macros that are defined by a given set of modules
87 /// \param[in] modules
88 /// The unique IDs for all modules to query. Later modules have higher
98 const ModuleVector &modules,
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/scripts/
H A Dcpan26 # with arguments and no switches, installs specified modules
29 # with switches, installs modules with extra behavior
64 Shows the primary maintainers for the specified modules.
72 Show the F<Changes> files for the specified modules
77 (meaning, modules locally installed but have newer versions on CPAN).
105 modules, unpack each distribution, and create a git repository for each
118 Install the specified modules. With no other switches, this switch
140 List all installed modules with their versions
144 List the modules by the specified authors.
148 Make the specified modules.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/IO/
H A DIO.pm33 IO - load various IO modules
37 use IO qw(Handle File); # loads IO modules, here IO::Handle, IO::File
42 C<IO> provides a simple mechanism to load several of the IO modules
43 in one go. The IO modules belonging to the core are:
54 Some other IO modules don't belong to the perl core but can be loaded
58 For more information on any of these modules, please see its respective
63 use IO; # loads all the modules listed below
65 The loaded modules are IO::Handle, IO::Seekable, IO::File, IO::Pipe,
67 modules you want.
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h10 // modules for the ASTReader.
46 /// Manages the set of modules loaded by an AST reader.
61 /// All loaded modules, indexed by name.
62 llvm::DenseMap<const FileEntry *, ModuleFile *> Modules; variable
87 /// Either the global index or the module manager may have modules that the
89 /// (in which case the module manager could have modules it does not) and
90 /// this particular translation unit might not have loaded all of the modules
141 /// Forward iterator to traverse all loaded modules.
144 /// Forward iterator end-point to traverse all loaded modules
147 /// Const forward iterator to traverse all loaded modules.
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp43 InternalMmapVector<LoadedModule> modules; in TEST() local
44 modules.reserve(kMaxModules); in TEST()
45 memory_mapping.DumpListOfModules(&modules); in TEST()
46 EXPECT_GT(modules.size(), 0U); in TEST()
48 for (uptr i = 0; i < modules.size(); ++i) { in TEST()
49 if (modules[i].containsAddress((uptr)&noop)) { in TEST()
51 if (strstr(modules[i].full_name(), binary_name) != 0) in TEST()
54 modules[i].clear(); in TEST()
63 InternalMmapVector<LoadedModule> modules; in TEST() local
64 modules.reserve(kMaxModules); in TEST()
[all …]
/openbsd-src/gnu/usr.bin/perl/Porting/
H A DMaintainers.pm16 our (%Modules, %Maintainers);
19 our @EXPORT_OK = qw(%Modules %Maintainers
63 split ' ', $Modules{$m}{FILES};
94 my $excluded = $Modules{$m}{EXCLUDED};
114 grep { $Modules{$_}{MAINTAINER} eq $m }
115 keys %Modules;
122 List modules or maintainers matching the pattern M.
188 if defined $Maintainer && exists $Modules{$Maintainer};
207 for my $module (keys %Modules) {
273 my @modules = get_maintainer_modules($m);
[all …]
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-932 * !, in modules file: Excluding directories.
41 * &, in modules file: Ampersand modules.
42 * -a, in modules file: Alias modules.
43 * -d, in modules file: Module options.
44 * -e, in modules file <1>: Module options.
45 * -e, in modules file: Module program options.
46 * -i, in modules file <1>: Module program options.
47 * -i, in modules file: Module options.
52 * -o, in modules file <1>: Module options.
53 * -o, in modules file: Module program options.
[all …]
H A Dcvs.info-7211 `checkout [OPTIONS] MODULES...'
351 `export [OPTIONS] MODULES...'
419 Report on checked out modules. See *Note history options::.
520 `rdiff [OPTIONS] MODULES...'
579 `rtag [OPTIONS] TAG MODULES...'
778 The most important of these files is the `modules' file, which
779 defines the modules inside the repository.
783 * modules:: Defining modules
799 File: cvs.info, Node: modules, Next: Wrappers, Up: Administrative files
801 The modules file
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp25 const DbiModuleList &Modules, uint32_t Modi, uint16_t Filei) in DbiModuleSourceFilesIterator() argument
26 : Modules(&Modules), Modi(Modi), Filei(Filei) { in DbiModuleSourceFilesIterator()
50 assert(Modules == R.Modules); in operator ==()
89 Thisi = R.Modules->getSourceFileCount(RealModi); in operator -()
101 assert(Filei <= Modules->getSourceFileCount(Modi)); in operator +=()
124 uint32_t Off = Modules->ModuleInitialFileIndex[Modi] + Filei; in setValue()
125 auto ExpectedValue = Modules->getFileName(Off); in setValue()
128 Filei = Modules->getSourceFileCount(Modi); in setValue()
137 assert(Modules); in isEnd()
138 assert(Modi <= Modules->getModuleCount()); in isEnd()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/
H A Dno_load.t3 # Check that certain modules don't get loaded when other modules are used.
17 # Format: [Module-that-should-not-be-loaded => modules to test]
22 my ($exclude, @modules) = @$test;
24 foreach my $module (@modules) {

12345678910>>...77