| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | immintrin.h | 19 #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 D | x86intrin.h | 17 #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 D | stddef.h | 18 #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 D | x86gprintrin.h | 13 #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 D | sanitizer_procmaps_test.cpp | 43 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 D | DynaLoader.t | 14 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 D | ModuleVersion.pm | 173 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 D | perlsource.pod | 26 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 D | perlmodinstall.pod | 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 257 modules generate Makefiles that work better with GNU make, which is [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 30 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 D | 00compile.t | 23 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 D | Modules.rst | 87 …modules 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… 97 …modules 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… 103 …modules, 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 D | StandardCPlusPlusModules.rst | 11 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 D | lsan_common_mac.cpp | 138 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 D | modfuzz.py | 69 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 D | types.py | 289 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 D | podcov.t | 29 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 D | identify-dependencies | 6 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 D | cvs.info-9 | 32 * !, 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 D | Cpan.pm | 1359 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 D | modules.c | 29 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 D | README | 1 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 D | sanitizer_libignore.cpp | 53 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 D | XSLoader.t | 120 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 D | test_setups.py | 282 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
|