Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/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 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) || \
H A Dstddef.h18 #if !__has_feature(modules)
30 #if !defined(_PTRDIFF_T) || __has_feature(modules)
32 #if !__has_feature(modules)
41 #if !defined(_SIZE_T) || __has_feature(modules)
43 #if !__has_feature(modules)
55 !defined(_RSIZE_T)) || __has_feature(modules)
57 #if !__has_feature(modules)
67 #if !defined(_WCHAR_T) || __has_feature(modules)
68 #if !__has_feature(modules)
119 #if !defined(_WINT_T) || __has_feature(modules)
[all …]
H A Dx86gprintrin.h13 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
18 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
23 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
28 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
33 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
38 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
/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/ext/DynaLoader/t/
H A DDynaLoader.t14 my %modules;
27 %modules = (
37 plan (26 + keys(%modules) * 3);
136 for my $module (sort keys %modules) {
139 delete($modules{$module});
148 is( scalar @DynaLoader::dl_librefs, scalar keys %modules, "checking number of items in \@dl_librefs…
149 is( scalar @DynaLoader::dl_modules, scalar keys %modules, "checking number of items in \@dl_modules…
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DModuleVersion.pm173 my @modules = _module_files($root);
176 if (@modules) {
177 plan tests => scalar(@modules);
184 for my $module (@modules) {
200 my @modules = _module_files($root);
201 for my $module (@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
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
59 This directory is for dual-life modules where the blead source is
[all …]
H A Dperlmodinstall.pod10 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
257 modules generate Makefiles that work better with GNU make, which is
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/stats/
H A Dstats.cpp30 InternalMmapVectorNoCtor<StatModule **> modules; variable
88 modules.push_back(mod); in __sanitizer_stats_register()
89 return modules.size() - 1; in __sanitizer_stats_register()
96 WriteModuleReport(modules[index]); in __sanitizer_stats_unregister()
97 modules[index] = 0; in __sanitizer_stats_unregister()
104 for (StatModule **mod : modules) { in WriteFullReport()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A D00compile.t23 my @modules = map { m{^lib/(\S+)}; $1 }
27 chomp @modules;
31 plan tests => scalar @modules * 2;
32 foreach my $file (@modules) {
/openbsd-src/gnu/llvm/clang/docs/
H A DModules.rst87modules can only be built standalone, tools can rely on the module definition to ensure that they …
89 Problems modules do not solve
91 …is important to define what modules do *not* do. In particular, all of the following are considere…
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…
103modules, pass the command-line flag ``-fmodules``. This will make any modules-enabled software lib…
108 …emantic and command line interface are very different from the Clang C++ modules. See `StandardCPl…
124 Redundant import declarations are ignored, and one is free to import modules at any point within th…
127 will track the modules proposal in the C++ committee. See the section
128 `Includes as imports`_ to see how modules get imported today.
[all …]
H A DStandardCPlusPlusModules.rst11 The term ``modules`` has a lot of meanings. For the users of Clang, modules may
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.
27 Standard C++ Named modules
42 In this document, the term ``Modules``/``modules`` refers to standard C++ modules
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp138 InternalMmapVector<LoadedModule> modules; in ProcessGlobalRegions() local
139 modules.reserve(128); in ProcessGlobalRegions()
140 memory_mapping.DumpListOfModules(&modules); in ProcessGlobalRegions()
141 for (uptr i = 0; i < modules.size(); ++i) { in ProcessGlobalRegions()
144 if (!flags()->use_globals && modules[i].instrumented()) continue; in ProcessGlobalRegions()
147 modules[i].ranges()) { in ProcessGlobalRegions()
/openbsd-src/gnu/llvm/clang/utils/
H A Dmodfuzz.py69 self.modules = {}
80 for m in self.modules.keys()))
82 for m, (s, _) in self.modules.items():
141 model.modules[n] = (model.source, model.decls)
157 if module_name in model.modules:
159 model.decls.update(model.modules[module_name][1])
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dtypes.py289 modules = list()
290 if len(options.modules) == 0:
292 module = target.modules[0]
294 modules.append(module)
296 for module_name in options.modules:
299 modules.append(module)
301 if modules:
302 for module in modules:
/openbsd-src/gnu/usr.bin/perl/cpan/IPC-SysV/t/
H A Dpodcov.t29 my @modules = qw( IPC::SysV IPC::Msg IPC::Semaphore IPC::SharedMem );
37 plan tests => scalar @modules;
39 my $mod = shift @modules;
42 for my $mod (@modules) {
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/
H A Didentify-dependencies6 our %modules;
24 *modules = \%Module::CoreList::version;
25 my %uniq = map { $_ => 0 } grep { !exists $modules{$]}{$_} } @used;
/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 …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
H A DCpan.pm1359 my $modules;
1362 return $modules if $modules;
1363 $modules = [ map { $_->id } CPAN::Shell->expand( "Module", "/./" ) ];
1369 my $modules = _get_all_namespaces();
1374 foreach my $module ( @$modules )
1394 my $modules = _get_all_namespaces();
1396 foreach my $module ( @$modules ) {
1578 my $modules = _get_all_namespaces();
1580 foreach my $module ( @$modules ) {
1608 my $modules = join ", ", map { $_->[0] } @$guessers;
[all …]
/openbsd-src/usr.bin/cvs/
H A Dmodules.c29 TAILQ_HEAD(, module_info) modules;
39 TAILQ_INIT(&modules); in cvs_parse_modules()
48 TAILQ_FOREACH(mi, &modules, m_list) in cvs_modules_list()
206 TAILQ_INSERT_TAIL(&modules, mi, m_list); in modules_parse_line()
224 TAILQ_FOREACH(mi, &modules, m_list) { in cvs_module_lookup()
/openbsd-src/lib/libcrypto/conf/
H A DREADME1 Configuration modules. These are a set of modules which can perform
37 When the application closes down the modules are cleaned up by calling an
58 Static modules can also be added using,
66 A set of builtin modules (currently only an ASN1 non functional test module)
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp53 ListOfModules modules; in OnLibraryLoaded() local
54 modules.init(); in OnLibraryLoaded()
58 for (const auto &mod : modules) { in OnLibraryLoaded()
100 for (const auto &mod : modules) { in OnLibraryLoaded()
/openbsd-src/gnu/usr.bin/perl/dist/XSLoader/t/
H A DXSLoader.t120 my %modules = (
131 plan tests => keys(%modules) * 3 + 9;
171 for my $module (sort keys %modules) {
182 eval qq{ package $module; $modules{$module}; };
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_setups.py282 sys.modules['Module'] = Module1
283 sys.modules['Module2'] = Module2
324 sys.modules['Module'] = Module
372 sys.modules['Module'] = Module
393 sys.modules.pop('Module', None)
414 sys.modules['Module'] = Module
457 sys.modules['Module'] = Module
504 sys.modules['Module'] = Module
540 sys.modules['Module'] = Module
582 sys.modules['Module'] = Module

12345678910>>...29