Home
last modified time | relevance | path

Searched +refs:clang +refs:format +refs:extract (Results 1 – 25 of 64) sorted by relevance

123

/external/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll31 %"class.clang::format::BreakableStringLiteral" = type { %"class.clang::format::BreakableSingleLineT…
32 %"class.clang::format::BreakableSingleLineToken" = type { %"class.clang::format::BreakableToken", i…
33 %"class.clang::format::BreakableToken" = type { i32 (...)**, %"struct.clang::format::FormatToken"*,…
35clang::format::FormatToken" = type <{ %"class.clang::Token", i32, i8, [3 x i8], %"class.clang::Sou…
36 %"class.clang::Token" = type <{ i32, i32, i8*, i16, i16, [4 x i8] }>
37 %"class.clang::SourceRange" = type { %"class.clang::SourceLocation", %"class.clang::SourceLocation"…
38 %"class.clang::SourceLocation" = type { i32 }
42 %"struct.std::_Head_base.2" = type { %"class.clang::format::TokenRole"* }
43 %"class.clang::format::TokenRole" = type { i32 (...)**, %"struct.clang::format::FormatStyle"* }
59 %"struct.clang::format::FormatStyle" = type { i32, i8, i8, i8, i8, i8, i8, i8, i8, i32, i8, i8, i32…
[all …]
/external/clang/
DAndroid.mk4 .PHONY: clang-toolchain-minimal clang-toolchain-full llvm-tools
5 clang-toolchain-minimal: \
6 clang
8 clang-toolchain-full: \
9 clang-toolchain-minimal \
11 clang-check \
12 clang-format \
13 clang-tidy \
42 llvm-extract \
66 clang-toolchain-minimal: \
[all …]
/external/pdfium/
DDEPS55 # the commit queue can handle CLs rolling clang format
59 # the commit queue can handle CLs rolling clang
202 '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@' +
353 'tools/clang':
354 Var('chromium_git') + '/chromium/src/tools/clang@' + Var('clang_revision'),
472 '--bucket', 'chromium-browser-clang/ciopfs',
477 # Update the Windows toolchain if necessary. Must run before 'clang' below.
499 '--bucket', 'chromium-browser-clang',
500 '-s', 'tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
501 '-o', 'tools/clang/dsymutil/bin/dsymutil',
[all …]
/external/clang/docs/
DLibASTMatchers.rst22 interface to extract attributes, source locations, or any other information
56 how to dump a translation unit's AST into a human readable format.
84 <http://clang.llvm.org/doxygen/classclang_1_1ast__matchers_1_1MatchFinder_1_1MatchCallback.html>`_.
119 <http://clang.llvm.org/doxygen/ASTMatchersMacros_8h.html>`_.
DPCHInternals.rst12 Using Precompiled Headers with ``clang``
15 The Clang compiler frontend, ``clang -cc1``, supports two command line options
18 To generate PCH files using ``clang -cc1``, use the option `-emit-pch`:
22 $ clang -cc1 test.h -emit-pch -o test.h.pch
24 This option is transparently used by ``clang`` when generating PCH files. The
32 $ clang -cc1 -include-pch test.h.pch test.c -o test.s
65 AST file format required for modules are discussed in the section on
72 compressed bitstream as `LLVM's bitcode file format
127 An AST file produced by clang is an object file container with a ``clangast``
137 within `LLVM's bitstream format <http://llvm.org/docs/BitCodeFormat.html>`_.
[all …]
/external/webrtc/
DDEPS104 …chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525…
2395 '--bucket', 'chromium-browser-clang/ciopfs',
2400 # Update the Windows toolchain if necessary. Must run before 'clang' below.
2437 'name': 'clang',
2439 'action': ['python3', 'src/tools/clang/scripts/update.py'],
2457 '--bucket', 'chromium-browser-clang',
2458 '-s', 'src/tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
2459 '-o', 'src/tools/clang/dsymutil/bin/dsymutil',
2470 '--bucket', 'chromium-browser-clang',
2471 '-s', 'src/tools/clang/dsymutil/bin/dsymutil.x64.sha1',
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
DREADME.md133 * Eliminate local extract from insert
221 The diff tool takes two SPIR-V files, either in binary or text format and
270 * Code should be formatted with `clang-format`.
271 [kokoro/check-format/build.sh](kokoro/check-format/build.sh)
273 `clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by
274 the included [.clang-format](.clang-format) file.
456 platforms with an appropriate version of `clang` this option enables the use
457 of the sanitizers documented [here][clang-sanitizers].
789 [clang-sanitizers]: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation
DCHANGES244 - Add Vulkan ImageTexelPointer format check (#4087)
363 - Avoid using /MP4 for clang on windows. (#3662)
608 - Transformation to extract from a composite object (#2991)
721 - Allow images without format for OpenCL. (#2470)
954 - Remove insert-extract-elim pass. Use simplification pass instead.
1016 - Fix instruction folding case: insertion that feeds and extract, when the extract
1022 - Fold OpLoad feeding an extract, to reduce excessive copying. (#1547)
1023 - Fold Fmix feeding an extract.
1024 - Use simplification pass instead of insert-extract elimination.
1126 - #1323: Fix folding of an insert composite feeding a composite extract.
[all …]
/external/deqp-deps/SPIRV-Tools/
DREADME.md131 * Eliminate local extract from insert
219 The diff tool takes two SPIR-V files, either in binary or text format and
268 * Code should be formatted with `clang-format`.
269 [kokoro/check-format/build.sh](kokoro/check-format/build.sh)
271 `clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by
272 the included [.clang-format](.clang-format) file.
451 platforms with an appropriate version of `clang` this option enables the use
452 of the sanitizers documented [here][clang-sanitizers].
784 [clang-sanitizers]: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation
DCHANGES191 - Add Vulkan ImageTexelPointer format check (#4087)
310 - Avoid using /MP4 for clang on windows. (#3662)
555 - Transformation to extract from a composite object (#2991)
668 - Allow images without format for OpenCL. (#2470)
901 - Remove insert-extract-elim pass. Use simplification pass instead.
963 - Fix instruction folding case: insertion that feeds and extract, when the extract
969 - Fold OpLoad feeding an extract, to reduce excessive copying. (#1547)
970 - Fold Fmix feeding an extract.
971 - Use simplification pass instead of insert-extract elimination.
1073 - #1323: Fix folding of an insert composite feeding a composite extract.
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DREADME.md133 * Eliminate local extract from insert
221 The diff tool takes two SPIR-V files, either in binary or text format and
270 * Code should be formatted with `clang-format`.
271 [kokoro/check-format/build.sh](kokoro/check-format/build.sh)
273 `clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by
274 the included [.clang-format](.clang-format) file.
462 platforms with an appropriate version of `clang` this option enables the use
463 of the sanitizers documented [here][clang-sanitizers].
802 [clang-sanitizers]: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation
DCHANGES40 - instrument: Change descriptor state storage format (#5178)
308 - Add Vulkan ImageTexelPointer format check (#4087)
427 - Avoid using /MP4 for clang on windows. (#3662)
672 - Transformation to extract from a composite object (#2991)
785 - Allow images without format for OpenCL. (#2470)
1018 - Remove insert-extract-elim pass. Use simplification pass instead.
1080 - Fix instruction folding case: insertion that feeds and extract, when the extract
1086 - Fold OpLoad feeding an extract, to reduce excessive copying. (#1547)
1087 - Fold Fmix feeding an extract.
1088 - Use simplification pass instead of insert-extract elimination.
[all …]
/external/mesa3d/docs/relnotes/
D18.3.2.rst163 - clover: Fix build after clang r348827
169 - spirv: Handle any bit size in vector_insert/extract
188 - anv: explictly specify format for blorp ccs/mcs op
D19.0.0.rst141 - [ILK,G45,G965] Regressions from texture-format enums rework
362 - radv: Remove redundant format check.
405 - svga: add new gallium formats to the format conversion table
534 - meson: Add a script to extract the cmd line used for meson
537 - bin/meson-cmd-extract: Also handle cross and native files
565 - freedreno/ir3: Make imageStore use num components from image format
578 - glsl: Add utility function to extract 64-bit sign
697 - gbm: Introduce a helper function for printing GBM format names.
698 - egl: Improve the debugging of gbm format matching in DRI configs.
741 - nir: Pull some of intel's image load/store format conversion to
[all …]
D20.0.0.rst66 - OSMesa osmesa_choose_format returns a format not supported by
184 - Vulkan drivers need access to format utils of gallium
267 - panfrost: Select format-specific blending intrinsics
537 - radv: Fix RGBX Android<->Vulkan format correspondence.
670 - etnaviv: fix R10G10B10A2 vertex format entries
886 - gallium/swr: Enable support bptc format.
1014 - mesa: Stop defining a full separate format for RGBA_UINT8.
1028 - util: Move gallium's PIPE_FORMAT utils to /util/format/
1031 - mesa: Don't put sRGB formats in the array format table.
1160 - util/format: remove left-over util_format_description_table
[all …]
D19.1.0.rst111 - texelFetch from GL_TEXTURE_2D_MULTISAMPLE with integer format fails
272 - [CTS] dEQP-VK.ycbcr.{conversion,format}.\* fail
274 - [CTS] dEQP-VK.ycbcr.format.g8_b8_r8_3plane_420\* reports VM faults
390 - panfrost: Remove speculative if 0'd format bit code
437 - panfrost: Determine framebuffer format bits late
595 - mesa: INVALID_VALUE for wrong type or format in Clear*Buffer*Data
658 - st/nine: Support internal compressed format for surfaces
659 - st/nine: Support internal compressed format for volumes
732 - turnip: Implement some format properties for RGBA8.
772 - radv: Add logic for subsampled format descriptions.
[all …]
/external/zstd/
DCHANGELOG42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263…
58 tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)
66 build: Fix excessive compiler warnings with clang-cl and CMake (#2600, @nickhutchinson)
74 contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42)
75 contrib: Seekable format - New seek table-only API (#2113 #2518, @mdittmer @Cyan4973)
76 contrib: Seekable format - Fix seek table descriptor check when loading (#2534, @foxeng)
77 contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat)
130 doc : clarify repcode updates in format specification, by @felixhandte
169 perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depend…
199 api: new ability to extract sequences from the parser for analysis, by @bimbashrestha
[all …]
/external/webp/
DChangeLog74 15a91ab1 cmake,cosmetics: apply cmake-format
555 153bb3a0 fix some clang-7 warnings:
606 06b7bc7d Fix compilation on windows and clang-cl+ninja.
610 632798ae Merge "Fix compilation on windows and clang-cl+ninja."
614 a376e7b9 Fix compilation on windows and clang-cl+ninja.
624 5c395f1d libwebp: cmake-format all
736 1e3dfc48 Import: extract condition from loop
744 94a8377b extract the command-line parsing helpers to example_util
861 4a9d788e Merge "Android.mk,mips: fix clang build with r15"
862 4fbdc9fb Android.mk,mips: fix clang build with r15
[all …]
/external/llvm/docs/
DSourceLevelDebugging.rst12 information in LLVM. It describes the :ref:`actual format that the LLVM debug
13 information takes <format>`, which is useful for those interested in creating
49 :ref:`implementation-defined format <ccxx_frontend>` (the C/C++ front-end
69 the Microsoft debug info format, which is usable with Microsoft debuggers such
70 as Visual Studio and WinDBG. LLVM's debug information format is mostly derived
134 Debugging information format
215 In order to handle this, the LLVM debug format uses the metadata attached to
264 …!0 = !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.7.0 (trunk 231150)…
274 !10 = !{!"clang version 3.7.0 (trunk 231150) (llvm/trunk 231154)"}
347 The C and C++ front-ends represent information about the program in a format
[all …]
/external/jazzer-api/
DREADME.md46 * [Clang](https://clang.llvm.org/) and [LLD](https://lld.llvm.org/) 9.0 or later (using a recent ve…
78 The build may fail with the clang shipped with Xcode. If you encounter issues during the build, add…
80 Alternatively, manually install LLVM and set `CC` to the path of LLVM clang.
224 to extract multiple values or convert the input into a valid `java.lang.String`. We provide functio…
267 To autofuzz a constructor the `ClassType::new` format can be used.
272 The format of the signature agrees with that obtained from the part after the `#` of the link to th…
422 These hooks correspond to [clang's data flow hooks](https://clang.llvm.org/docs/SanitizerCoverage.h…
473 …ered JaCoCo coverage information can be exported in human-readable and JaCoCo execution data format
482 data in the JaCoCo format.
/external/python/cpython3/
Dconfigure.ac620 if test -x "${as_dir}/clang"; then
622 found_clang="${as_dir}/clang"
632 AC_MSG_NOTICE([Detected llvm-gcc, falling back to clang])
646 found_clang=`/usr/bin/xcrun -find clang 2>/dev/null`
649 AC_MSG_NOTICE([Using clang from Xcode.app])
651 CXX="`/usr/bin/xcrun -find clang++`"
694 clang|*/clang) AC_PATH_TOOL(CXX, [clang++], [clang++], [notfound]) ;;
1354 if test "${CC}" = "clang"
1356 clang_bin=`which clang`
1357 # Some systems install clang elsewhere as a symlink to the real path
[all …]
/external/python/cpython2/
Dconfigure.ac1084 *clang*) WRAP="-fwrapv"
1188 LIPO_32BIT_FLAGS="-extract ppc7400 -extract i386"
1193 LIPO_32BIT_FLAGS="-extract i386"
1208 LIPO_32BIT_FLAGS="-extract ppc7400 -extract i386"
1377 # Check whether GCC supports PyArg_ParseTuple format
1384 AC_LANG_PROGRAM([[void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));]], [[]])
1387 [Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3)))])
1443 *clang*)
1479 if test "${CC}" = "clang"
1481 clang_bin=`which clang`
[all …]
/external/libevent/
DChangeLog116 o Fix detection of the __has_attribute() for apple clang [ci skip] (7fd7c5ef Azat Khuzhin)
139 git log --format=' o %s (%h %aN)' release-2.1.9-beta...release-2.1.10-stable
193 git log --format=' o %s (%h %aN)' release-2.1.8-stable...release-2.1.9-beta
319 date in RFC1123 format and running tests in parallel.
570 o test/regress_buffer: fix clang compilation warnings (d8fd4c0 Azat Khuzhin)
686 o travis-ci/osx: relink gcc/g++ instead of clang (481481d Azat Khuzhin)
711 …o For non GCC/clang on OSX the -Wno-deprecated-declarations may not be valid (b5ca365 Rainer Kelle…
722 o util: fix "%zu" format on TDM-gcc/MinGW-w64 (79b69d8 Azat Khuzhin)
843 o Fix warnings when compiling with clang 3.5 (f5b4765 John Ohl)
952 o Rename README to README.md and use markdown to format. (d2bc39a
[all …]
/external/libjpeg-turbo/
DChangeLog.md53 progressive JPEG format described in the report
149 methods by which applications can guard against the exploits of the JPEG format
385 chrominance sampling factors), but the JPEG format and the libjpeg API both
530 be used to extract ICC profile data from a JPEG file while decompressing or to
570 memory buffer with a specified pixel format and layout. These functions
577 that contains the alpha component index for each pixel format (or -1 if the
578 pixel format lacks an alpha component.) The TurboJPEG Java API now includes a
583 rather than 0. This allows programs to easily determine whether a pixel format
633 3. Fixed a segfault in djpeg that would occur if an output format other than
638 output format other than PPM/PGM, GIF, or Targa is selected along with the
[all …]
/external/tensorflow/tensorflow/tools/graph_transforms/
DREADME.md64 GraphDef files, usually in a binary protobuf format. This is the low-level
488 extract all of the min/max values associated with ops, ignoring any irrelevant
792 format at [this guide to TensorFlow model
856 The format is:
960 input_graph_def, // clang-format off
966 }, // clang-format on

123