Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 25 of 220) sorted by relevance

123456789

/llvm-project-15.0.7/lldb/bindings/python/
H A DCMakeLists.txt80 # Distribute the examples as python packages.
85 FILES "${LLDB_SOURCE_DIR}/examples/synthetic/gnu_libstdcpp.py"
86 "${LLDB_SOURCE_DIR}/examples/synthetic/libcxx.py")
92 FILES "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/cache.py"
93 "${LLDB_SOURCE_DIR}/examples/summaries/synth.py"
94 "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/metrics.py"
96 "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/Logger.py")
102 FILES "${LLDB_SOURCE_DIR}/examples/python/in_call_stack.py"
103 "${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
116 FILES "${LLDB_SOURCE_DIR}/examples/python/crashlog.py"
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/imath/contrib/
H A DMakefile.msvc47 all: objs examples test
60 $(EXAMPLES): imath.obj imrat.obj iprime.obj examples/$*.obj
61 @move $*.obj examples/$*.obj
64 examples: $(EXAMPLES)
82 del /q /f *.exe *.obj examples\*.obj
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst147 * - clang/examples/Attribute
1777 * - flang/examples
2807 * - lldb/examples/lookup
3902 * - llvm/examples/BrainF
3907 * - llvm/examples/Bye
6447 * - mlir/examples/toy/Ch1
6462 * - mlir/examples/toy/Ch2
6482 * - mlir/examples/toy/Ch3
6502 * - mlir/examples/toy/Ch4
6522 * - mlir/examples/toy/Ch5
[all …]
H A DTooling.rst17 Canonical examples of when to use LibClang:
41 Canonical examples of when to use Clang Plugins:
65 examples of when to use LibTooling:
H A DExternalClangExamples.rst8 This page provides some examples of the kinds of things that people have
25 additions). Since the primary purpose of this page is to provide examples
100 examples for writing RecursiveASTVisitor-based plugins."
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DMakefile54 VPATH += examples tests
66 all: objs examples test
98 examples: $(EXAMPLES) target
129 rm -f *.o *.so *.pyc *~ core gmon.out tests/*~ tests/gmon.out examples/*~
/llvm-project-15.0.7/lldb/examples/test/
H A Dusage-pre-post-flight2 # The following examples first show a bad pre/post flight config file followed by a good pre/post c…
5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight function…
H A Dusage-lldb-loggings9 [11:31:34] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities…
70 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
102 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities…
/llvm-project-15.0.7/llvm/utils/lit/examples/
H A DREADME.txt5 This directory contains examples of 'lit' test suite configurations. The test
6 suites they define can be run with 'lit examples/example-name', for more details
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dreplace-random-shuffle.rst8 Below are two examples of what kind of occurrences will be found and two examples of what it will b…
20 Both of these examples will be replaced with:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dduration-unnecessary-conversion.rst9 Floating-point examples:
26 Integer examples:
/llvm-project-15.0.7/utils/bazel/
H A D.bazelignore2 examples
/llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/pldi2012/
H A DREADME1 These examples are taken from the "Polyhedra Scanning Revisited" paper
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-integer-literals.cpp5 void examples() { in examples() function
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A DMANIFEST.in3 recursive-include examples *
/llvm-project-15.0.7/mlir/examples/toy/Ch1/
H A DCMakeLists.txt1 # For a better template to copy, see examples/standalone
/llvm-project-15.0.7/llvm/utils/lit/
H A DMANIFEST.in4 recursive-include examples *
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-class-limited-plugin.test2 REQUIRES: plugins, examples
/llvm-project-15.0.7/mlir/examples/toy/Ch2/
H A DCMakeLists.txt1 # For a better template to copy, see examples/standalone
/llvm-project-15.0.7/mlir/test/Examples/standalone/
H A Dtest.toy1 # RUN: %cmake_exe %mlir_src_root/examples/standalone -G "%cmake_generator" \
/llvm-project-15.0.7/llvm/test/Feature/
H A DREADME.txt3 features of LLVM, for very small examples. Entire programs should not go here.
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/linux/
H A DDockerfile14 CMD make distclean examples check
/llvm-project-15.0.7/mlir/examples/toy/Ch3/
H A DCMakeLists.txt1 # For a better template to copy, see examples/standalone
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dltopasses-extension.ll1 ; REQUIRES: x86, plugins, examples
/llvm-project-15.0.7/mlir/examples/toy/Ch4/
H A DCMakeLists.txt1 # For a better template to copy, see examples/standalone

123456789