Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 112) sorted by relevance

12345

/llvm-project/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormat.csproj
H A Dpackages.config
/llvm-project/third-party/benchmark/
H A D.travis.yml10 packages:
16 packages:
28 packages:
48 packages:
59 packages:
71 packages:
87 packages:
103 packages:
118 packages:
132 packages:
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h188 /// Retrieves the list of packages generated from Checkers.td. This doesn't
189 /// contain statically linked but non-generated packages and plugin packages!
340 /// specified for the given checker the options for the parent packages will
341 /// be searched as well. The inner packages take precedence over the outer
360 /// specified for the given checker the options for the parent packages will
361 /// be searched as well. The inner packages take precedence over the outer
380 /// specified for the given checker the options for the parent packages will in getDiagOpts()
381 /// be searched as well. The inner packages take precedence over the outer in getDiagOpts()
457 std::vector<StringRef> Packages;
429 std::vector<StringRef> Packages; getRegisteredPackages() local
[all...]
/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp177 ArrayRef<const Record *> packages = in EmitClangSACheckers()
183 // Emit packages. in EmitClangSACheckers()
191 for (const Record *Package : packages) in EmitClangSACheckers()
220 for (const Record *Package : packages) { in EmitClangSACheckers()
237 // - FULLNAME: The full name of the checker, including packages, e.g.: in EmitClangSACheckers()
179 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); EmitClangSACheckers() local
/llvm-project/libcxx/docs/DesignDocs/
H A DHeaderRemovalPolicy.rst57 vendors. When a vendor updates libc++ several of their upstream packages might
58 fail to compile, forcing them to fix these packages or file a bug with their
59 upstream packages. Usually upgrading software to a new language standard is
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldb_pylint_helper.py43 …init-hook='import os; import sys; sys.path.append(os.path.expanduser("~/path/to/lldb/packages/Pyth…
78 # Add the test-related packages themselves.
151 # If the current directory contains a packages/Python
153 packages_python_child_dir = os.path.join(check_dir, "packages", "Python")
/llvm-project/third-party/benchmark/docs/
H A Dpython_bindings.md24 python3 -m venv venv --system-site-packages
27 # upgrade Python's system-wide packages
/llvm-project/clang/test/Analysis/
H A Dsilence-checkers-and-packages-core-all.cpp16 // CHECK-CHECKER-ERROR: (frontend): no analyzer checkers or packages
24 // CHECK-PACKAGE-ERROR: (frontend): no analyzer checkers or packages
H A Dinvalid-checker-option.c6 // Note that non-existent packages and checkers were always reported.
14 // CHECK-NON-EXISTENT-CHECKER: (frontend): no analyzer checkers or packages
/llvm-project/.github/workflows/
H A Drelease-lit.yml73 packages-dir: llvm/utils/lit/dist/
79 packages-dir: llvm/utils/lit/dist/
/llvm-project/llvm/utils/lit/tests/
H A Dlit.cfg45 # Do not add user-site packages directory to the python search path. This avoids test failures if t…
46 # incompatible lit module installed inside the user-site packages directory, as it gets prioritized…
97 # packages disabled.
/llvm-project/llvm/docs/
H A DHowToCrossCompileLLVM.rst23 The packages you'll need are:
125 a new architecture and allows you to install packages for those
133 a distribution repository, like Debian (http://packages.debian.org/jessie/),
143 After you download and unpack all ``.deb`` packages, copy all
/llvm-project/lldb/docs/resources/
H A Dcaveats.rst26 3. To use third party Python packages from inside LLDB, you need to install
50 Similarly, to install packages and be able to use them from within lldb, you'll
H A Dtest.rst96 implementation is located under ``lldb/packages/Python/lldbsuite``. We have
100 `lldbtest.py <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/lldbtest.py>`_.
128 <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/lldbutil.py>`_
169 `Makefile.rules <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/make/Makefile.rules>`_
393 The default cleanup action performed by the packages/Python/lldbsuite/test/lldbtest.py module invokes the "make clean" os command.
546 $ python dotest.py --executable <path-to-lldb> -p TestInferiorCrashing.py ../packages/Python/lldbsuite/test
656 #. In Debug/Search Paths, enter the path to your ninja/lib/site-packages directory.
679 D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test
683 --arch=i686 --executable D:/src/llvmbuild/ninja/bin/lldb.exe -s D:/src/llvmbuild/ninja/lldb-test-traces -u CXXFLAGS -u CFLAGS --enable-crash-dialog -C d:\src\llvmbuild\ninja_release\bin\clang.exe -p TestPaths.py D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test --no-multiprocess
/llvm-project/clang/tools/clang-format/
H A Dclang-format-sublime.py3 # - Put this file into your sublime Packages directory, e.g. on Linux:
4 # ~/.config/sublime-text-2/Packages/User/clang-format-sublime.py
/llvm-project/lldb/bindings/python/
H A Dget-python-config.py40 print("lib/python%d.%d/site-packages" % sys.version_info[:2])
42 print("Lib\\site-packages")
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp114 llvm::sort(Data.Packages, checker_registry::PackageNameLT{}); in CheckerRegistry()
413 insertOptionToCollection(PackageOptEntry.first, Data.Packages, in resolveCheckerAndPackageOptions()
419 Data.Packages.emplace_back(PackageInfo(FullName)); in addPackage()
440 // Record the presence of the checker in its packages. in addChecker()
517 llvm::find(Data.Packages, PackageInfo(SuppliedCheckerOrPackage)); in validateCheckerOptions()
518 if (PackageIt != Data.Packages.end()) { in validateCheckerOptions()
/llvm-project/llvm/utils/docker/debian10/
H A DDockerfile
/llvm-project/libc/docs/
H A Dbuild_and_test.rst88 #. To install the necessary packages on Arch Linux:
104 #. Install necessary packages, invoke CMake, build, and run tests.
/llvm-project/clang/docs/
H A DCrossCompilation.rst38 need only one set of main packages.
148 distributions have cross-compiler packages available), make
176 as packages to most OS's, so you'll have to either cross-compile them
/llvm-project/lldb/tools/intel-features/intel-mpx/test/
H A DREADME.txt3 packages/Python/lldbsuite/test/functionalities/plugins/commands/mpxtablecmd
/llvm-project/mlir/utils/mbr/
H A Dsetup.py8 packages=find_packages(),
/llvm-project/clang/tools/clang-format-vs/
H A D.gitignore
/llvm-project/lldb/test/
H A Drequirements.txt1 # These Python packages are required to be able to run the LLDB test suite.

12345