Home
last modified time | relevance | path

Searched refs:Build (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVersionTuple.h40 unsigned Build : 31; variable
46 Build(0), HasBuild(false) {} in VersionTuple()
50 HasSubminor(false), Build(0), HasBuild(false) {} in VersionTuple()
54 HasSubminor(false), Build(0), HasBuild(false) {} in VersionTuple()
59 HasSubminor(true), Build(0), HasBuild(false) {} in VersionTuple()
62 unsigned Subminor, unsigned Build) in VersionTuple() argument
64 HasSubminor(true), Build(Build), HasBuild(true) {} in VersionTuple()
69 return Major == 0 && Minor == 0 && Subminor == 0 && Build == 0; in empty()
93 return Build; in getBuild()
106 return VersionTuple(NewMajor, Minor, Subminor, Build); in withMajorReplaced()
[all …]
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dpod_rules.pl4 our (%Build, %Targets, $Verbose, $Test);
50 %Build = %Targets;
53 $Build{$file} = $Targets{$file} if $want;
56 %Build = %Targets if !%Build;
59 print join(" ", sort { lc $a cmp lc $b } values %Build), "\n";
65 print "I will be building $_\n" foreach sort keys %Build;
74 printf "1..%d\n", 1 + scalar keys %Build;
81 : get_pod_metadata(1, sub { warn @_ if @_ }, values %Build);
226 process($_, $Build{$_}, main->can("do_$_"), $Test && ++$test, $Verbose)
227 foreach sort keys %Build;
/openbsd-src/gnu/llvm/clang/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/openbsd-src/gnu/llvm/lld/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/
H A DMETA-2.meta11 "generated_by" : "Module::Build version 0.36",
17 "name" : "Module-Build",
21 "Module-Build List <module-build@perl.org>"
28 …"description" : "Module::Build is a system for building, testing, and installing Perl modules. It…
60 "Build::Requires": "1.1",
88 "abstract" : "Build and install Perl modules",
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A DCMakeLists.txt48 # Build and include libprotobuf-mutator
52 # Build the protobuf->C++ translation library and driver.
55 # Build the protobuf->LLVM IR translation library and driver.
58 # Build the fuzzer initialization library.
61 # Build the protobuf fuzzer
67 # Build the loop protobuf fuzzer
73 # Build the llvm protobuf fuzzer
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dmeta-obj.t15 name => 'Module-Build',
16 abstract => 'Build and install Perl modules',
17 description => "Module::Build is a system for building, testing, "
23 'Module-Build List <module-build@perl.org>', # additional contact
75 generated_by => 'Module::Build version 0.36',
96 is($meta->name, 'Module-Build', '->name');
97 is($meta->abstract, 'Build and install Perl modules', '->abstract');
99 like($meta->description, qr/Module::Build.+blah blah blah/, '->description');
109 'Module-Build List <module-build@perl.org>',
118 'Module-Build List <module-build@perl.org>',
[all …]
H A Dsave-load.t15 name => 'Module-Build',
16 abstract => 'Build and install Perl modules',
17 description => "Module::Build is a system for building, testing, "
23 'Module-Build List <module-build@perl.org>', # additional contact
75 generated_by => 'Module::Build version 0.36',
87 is($loaded->{name}, 'Module-Build', 'name correct');
101 is($loaded->{name}, 'Module-Build', 'name correct');
111 is( $loaded->{name}, 'Module-Build', 'name correct');
/openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/
H A DGetOSName.t112 ["10 [Build 9840]", "10", 2, 10, 0, 0x00, 0, 0, 9840…
114 ["10 [Version 1507 (Preview Build 9841)]", "10", 2, 10, 0, 0x00, 0, 0, 9841…
117 ["10 [Version 1511 (November Update) (Preview Build 10525)]", "10", 2, 10, 0, 0x00, 0, 0, 1052…
120 ["10 [Version 1607 (Anniversary Update) (Preview Build 11082)]", "10", 2, 10, 0, 0x00, 0, 0, 1108…
123 ["10 [Version 1703 (Creators Update) (Preview Build 14901)]", "10", 2, 10, 0, 0x00, 0, 0, 1490…
126 ["10 [Version 1709 (Fall Creators Update) (Preview Build 16170)]", "10", 2, 10, 0, 0x00, 0, 0, 1617…
129 ["10 [Version 1803 (April 2018 Update) (Preview Build 16353)]", "10", 2, 10, 0, 0x00, 0, 0, 1635…
132 ["10 [Version 1809 (October 2018 Update) (Preview Build 17604)]", "10", 2, 10, 0, 0x00, 0, 0, 1760…
135 ["10 [Version 1903 (May 2019 Update) (Preview Build 18204)]", "10", 2, 10, 0, 0x00, 0, 0, 1820…
146 ["Server [Build 12345]", "Server", 2, 10, 0, 0x07, 2, 0, 12345],
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DCFGMatchSwitch.h70 CFGMatchSwitch<State, Result> Build() && { in Build() function
71 return [StmtMS = std::move(StmtBuilder).Build(), in Build()
72 InitMS = std::move(InitBuilder).Build()](const CFGElement &Element, in Build()
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/
H A DCMakeLists.txt1 option(BUILD_CLANG_FORMAT_VS_PLUGIN "Build clang-format VS plugin" OFF)
9 # Build number added to Clang version to ensure that new VSIX can be upgraded
27 COMMAND devenv "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat.sln" /Build Release
H A DClangFormat.sln15 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Debug|Any CPU.Build.0 = Debug|Any CPU
17 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Release|Any CPU.Build.0 = Release|Any CPU
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/
H A DCL018_yaml.meta7 "generated_by" : "Module::Build version 0.4205",
31 "Module::Build" : "0.38",
32 "Module::Build::XSUtil" : "0.06"
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/
H A DMeta_1_2.pod23 Include list of valid licenses from L<Module::Build> 0.2611 rather than
36 name: Module-Build
37 abstract: Build and install Perl modules
69 generated_by: Module::Build version 0.20
77 created by tools like Module::Build, Module::Install, and
104 L<Module::Build design plans|http://www.nntp.perl.org/group/perl.makemaker/2002/04/msg407.html>
191 name: Module-Build
212 abstract: Build and install Perl modules.
299 them. Tools like Module::Build and MakeMaker will likely stop
313 L<Module::Build> for the "requires" parameter.
[all …]
H A DMeta_1_0.pod23 Include list of valid licenses from L<Module::Build> 0.17 rather than
39 typically created by tools like L<Module::Build> and L<ExtUtils::MakeMaker>.
68 Example: C<Module-Build>
157 L<documentation for Module::Build's "requires" parameter|Module::Build::API/requires>.
202 A boolean flag indicating whether a F<Build.PL> or
209 Currently L<Module::Build> doesn't actually do anything with
216 Example: C<Module::Build version 0.16>
H A DMeta_1_4.pod23 Include list of valid licenses from L<Module::Build> 0.2807 rather than
36 name: Module-Build
37 abstract: Build and install Perl modules
69 generated_by: Module::Build version 0.20
77 created by tools like Module::Build, Module::Install, and
104 L<Module::Build design plans|http://www.nntp.perl.org/group/perl.makemaker/2002/04/msg407.html>
163 name: Module-Build
184 abstract: Build and install Perl modules.
287 them. Tools like Module::Build and MakeMaker will likely stop
359 Module::Build: 0.2809
[all …]
H A DMeta_1_1.pod23 Include list of valid licenses from L<Module::Build> 0.18 rather than
39 typically created by tools like L<Module::Build> and L<ExtUtils::MakeMaker>.
68 Example: C<Module-Build>
167 This field is basically meaningless, and tools (like Module::Build or
189 L<documentation for Module::Build's "requires" parameter|Module::Build::API/requires>.
241 A boolean flag indicating whether a F<Build.PL> or
248 Currently L<Module::Build> doesn't actually do anything with
255 Example: C<Module::Build version 0.16>
H A DMeta_1_3.pod23 Include list of valid licenses from L<Module::Build> 0.2805 rather than
36 name: Module-Build
37 abstract: Build and install Perl modules
69 generated_by: Module::Build version 0.20
77 created by tools like Module::Build, Module::Install, and
104 L<Module::Build design plans|http://www.nntp.perl.org/group/perl.makemaker/2002/04/msg407.html>
163 name: Module-Build
184 abstract: Build and install Perl modules.
287 them. Tools like Module::Build and MakeMaker will likely stop
376 (Spec 1.0) [optional] {boolean} A boolean flag indicating whether a F<Build.PL>
[all …]
/openbsd-src/regress/usr.sbin/pkg_add/oldcups/ghostscript-9.07p7/
H A D+DESC8 gtk - Build with Gtk+ support
9 no_x11 - Build without X support
/openbsd-src/regress/usr.sbin/pkg_add/newcups/ghostscript-9.07p7/
H A D+DESC8 gtk - Build with Gtk+ support
9 no_x11 - Build without X support
/openbsd-src/lib/libexpat/
H A DREADME.md2 [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/libexpat/libexpat?svg=true)](https://ci.appveyor.com/project/libexpat/libexpat)
271 // Build man page for xmlwf
274 // Build the examples for expat library
277 // Build fuzzers for the expat library
280 // Build pkg-config file
283 // Build the tests for expat library
286 // Build the xmlwf tool for expat library
298 // Build fuzzers via ossfuzz for the expat library
301 // Build a shared expat library
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/src/
H A DBUILD.gn7 # Build libc++abi with definitions for operator new/delete.
10 # Build libcxxabi as a shared library.
13 # Build libcxxabi as a static library.
/openbsd-src/gnu/llvm/libunwind/
H A DCMakeLists.txt31 option(LIBUNWIND_BUILD_32_BITS "Build 32 bit multilib libunwind. This option is not supported anymo…
36 option(LIBUNWIND_ENABLE_CET "Build libunwind with CET enabled." OFF)
40 option(LIBUNWIND_ENABLE_SHARED "Build libunwind as a shared library." ON)
41 option(LIBUNWIND_ENABLE_STATIC "Build libunwind as a static library." ON)
44 option(LIBUNWIND_ENABLE_THREADS "Build libunwind with threading support." ON)
47 option(LIBUNWIND_INCLUDE_DOCS "Build the libunwind documentation." ${LLVM_INCLUDE_DOCS})
48 option(LIBUNWIND_INCLUDE_TESTS "Build the libunwind tests." ${LLVM_INCLUDE_TESTS})
49 option(LIBUNWIND_IS_BAREMETAL "Build libunwind for baremetal targets." OFF)

12345678910>>...18