Home
last modified time | relevance | path

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

12345678910>>...13

/llvm-project-15.0.7/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()
58 HasSubminor(true), Build(0), HasBuild(false) {} in VersionTuple()
61 unsigned Build) in VersionTuple() argument
63 HasSubminor(true), Build(Build), HasBuild(true) {} in VersionTuple()
92 return Build; in getBuild()
111 if (Result.Build == 0) { in normalize()
126 X.Subminor == Y.Subminor && X.Build == Y.Build;
[all …]
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp283 Payload->Build = isl::manage_copy(Build); in astBuildAfterFor()
329 Payload->Build = isl::manage_copy(Build); in AtEachDomain()
404 auto ZeroV = isl::val::zero(Build.ctx()); in buildRunCondition()
515 isl_ast_build *Build; in init() local
521 Build = isl_ast_build_from_context( in init()
524 Build = isl_ast_build_set_at_each_domain(Build, AtEachDomain, nullptr); in init()
531 Build = isl_ast_build_set_before_each_for(Build, &astBuildBeforeFor, in init()
533 Build = in init()
536 Build = isl_ast_build_set_before_each_mark(Build, &astBuildBeforeMark, in init()
539 Build = isl_ast_build_set_after_each_mark(Build, &astBuildAfterMark, in init()
[all …]
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.h37 static ProgramTree Build(const parser::ProgramUnit &);
38 static ProgramTree Build(const parser::MainProgram &);
39 static ProgramTree Build(const parser::FunctionSubprogram &);
40 static ProgramTree Build(const parser::SubroutineSubprogram &);
41 static ProgramTree Build(const parser::SeparateModuleSubprogram &);
42 static ProgramTree Build(const parser::Module &);
43 static ProgramTree Build(const parser::Submodule &);
44 static ProgramTree Build(const parser::BlockData &);
45 static ProgramTree Build(const parser::CompilerDirective &);
H A Dprogram-tree.cpp92 [&](const auto &y) { node.AddChild(ProgramTree::Build(y.value())); }, in BuildSubprogramTree()
122 ProgramTree ProgramTree::Build(const parser::ProgramUnit &x) { in Build() function in Fortran::semantics::ProgramTree
123 return common::visit([](const auto &y) { return Build(y.value()); }, x.u); in Build()
126 ProgramTree ProgramTree::Build(const parser::MainProgram &x) { in Build() function in Fortran::semantics::ProgramTree
136 ProgramTree ProgramTree::Build(const parser::FunctionSubprogram &x) { in Build() function in Fortran::semantics::ProgramTree
153 ProgramTree ProgramTree::Build(const parser::SubroutineSubprogram &x) { in Build() function in Fortran::semantics::ProgramTree
168 ProgramTree ProgramTree::Build(const parser::SeparateModuleSubprogram &x) { in Build() function in Fortran::semantics::ProgramTree
176 ProgramTree ProgramTree::Build(const parser::Module &x) { in Build() function in Fortran::semantics::ProgramTree
183 ProgramTree ProgramTree::Build(const parser::Submodule &x) { in Build() function in Fortran::semantics::ProgramTree
190 ProgramTree ProgramTree::Build(const parser::BlockData &x) { in Build() function in Fortran::semantics::ProgramTree
[all …]
/llvm-project-15.0.7/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 ^
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.
136 echo.Build finished. The text files are in %BUILDDIR%/text.
[all …]
/llvm-project-15.0.7/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 ^
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.
136 echo.Build finished. The text files are in %BUILDDIR%/text.
[all …]
/llvm-project-15.0.7/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 ^
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.
136 echo.Build finished. The text files are in %BUILDDIR%/text.
[all …]
/llvm-project-15.0.7/clang-tools-extra/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 ^
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.
136 echo.Build finished. The text files are in %BUILDDIR%/text.
[all …]
/llvm-project-15.0.7/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 ^
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.
136 echo.Build finished. The text files are in %BUILDDIR%/text.
[all …]
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRTableBuild.cpp93 Builder Build(G); in buildSLR() local
94 Build.StartStates = Graph.startStates(); in buildSLR()
96 Build.Transition.try_emplace({T.Src, T.Label}, T.Dst); in buildSLR()
98 Build.Recoveries.push_back( in buildSLR()
100 Build.FollowSets = followSets(G); in buildSLR()
114 Build.Reduce[SID].insert(I.rule()); in buildSLR()
117 return std::move(Build).build(); in buildSLR()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/test/Modules/
H A Ddiagnostic-options-out-of-date.m2 // Build A.pcm
4 // Build pch that imports A.pcm
11 // Build A.pcm
13 // Build pch that imports A.pcm
H A Dadd-remove-private.m6 // Build with module.private.modulemap
10 // Build without module.private.modulemap
18 // Build with module.private.modulemap (again)
H A Dodr_hash.cl7 // Build first header file
11 // Build second header file
19 // Build module map file
/llvm-project-15.0.7/lld/test/ELF/
H A Ddso-undef-extract-lazy.s4 ## Build an object with a trivial main function
7 ## Build %t.a which defines a global 'foo'
12 ## Build %t.so that has a reference to 'foo'
/llvm-project-15.0.7/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.
/llvm-project-15.0.7/openmp/
H A DCMakeLists.txt85 # Build host runtime library, after LIBOMPTARGET variables are set since they are needed
89 # Build libompd.so
115 option(OPENMP_MSVC_NAME_SCHEME "Build dll with MSVC naming scheme." OFF)
117 # Build documentation
/llvm-project-15.0.7/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)
/llvm-project-15.0.7/llvm/lib/Support/
H A DVersionTuple.cpp36 if (Optional<unsigned> Build = V.getBuild()) in operator <<() local
37 Out << '.' << *Build; in operator <<()
/llvm-project-15.0.7/libc/src/math/docs/
H A Dadd_math_function.md134 ## Build and Run
153 - Build the whole `libc`:
163 - Build and Run a specific unit test:
169 - Build and Run exhaustive test (might take hours to run):
175 - Build and Run performance test:
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/src/
H A DBUILD.gn9 # Build libc++ with definitions for operator new/delete.
12 # Build libc++ as a shared library.
15 # Build libc++ as a static library.
18 # Build filesystem as part of libc++fs.a.
21 # Build libc++experimental.a.
/llvm-project-15.0.7/pstl/test/
H A DCMakeLists.txt13 COMMENT "Build all the pstl tests.")
19 COMMENT "Build and run all the unit tests.")
/llvm-project-15.0.7/libcxx/docs/
H A DBuildingLibcxx.rst219 Build libc++ with assertions enabled in the compiled library, and enable assertions
228 Build libc++ as a shared library. Either `LIBCXX_ENABLE_SHARED` or
235 Build libc++ as a static library. Either `LIBCXX_ENABLE_SHARED` or
330 Build and use the LLVM unwinder. Note: This option can only be used when
341 Build libc++ with exception support.
347 Build libc++ with run time type information.
353 Build the libc++ tests.
359 Build the libc++ benchmark tests and the Google Benchmark library needed
377 Build the libc++ benchmark tests and Google Benchmark library against the
403 Build the "unstable" ABI version of libc++. Includes all ABI changing features
[all …]

12345678910>>...13