Home
last modified time | relevance | path

Searched +refs:clang +refs:format +refs:extract (Results 1 – 25 of 59) 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/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/swiftshader/third_party/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
DCHANGES162 - Add Vulkan ImageTexelPointer format check (#4087)
281 - Avoid using /MP4 for clang on windows. (#3662)
526 - Transformation to extract from a composite object (#2991)
639 - Allow images without format for OpenCL. (#2470)
872 - Remove insert-extract-elim pass. Use simplification pass instead.
934 - Fix instruction folding case: insertion that feeds and extract, when the extract
940 - Fold OpLoad feeding an extract, to reduce excessive copying. (#1547)
941 - Fold Fmix feeding an extract.
942 - Use simplification pass instead of insert-extract elimination.
1044 - #1323: Fix folding of an insert composite feeding a composite extract.
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/
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
DCHANGES165 - Add Vulkan ImageTexelPointer format check (#4087)
284 - Avoid using /MP4 for clang on windows. (#3662)
529 - Transformation to extract from a composite object (#2991)
642 - Allow images without format for OpenCL. (#2470)
875 - Remove insert-extract-elim pass. Use simplification pass instead.
937 - Fix instruction folding case: insertion that feeds and extract, when the extract
943 - Fold OpLoad feeding an extract, to reduce excessive copying. (#1547)
944 - Fold Fmix feeding an extract.
945 - Use simplification pass instead of insert-extract elimination.
1047 - #1323: Fix folding of an insert composite feeding a composite extract.
[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/webrtc/
DDEPS76 …'https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/clang-format.git@96636aa0e9f047…
84 'src/tools/clang/dsymutil': {
3059 '--bucket', 'chromium-browser-clang/ciopfs',
3064 # Update the Windows toolchain if necessary. Must run before 'clang' below.
3079 'name': 'clang',
3081 'action': ['python', 'src/tools/clang/scripts/update.py'],
3090 # Pull clang-format binaries using checked-in hashes.
3099 '--bucket', 'chromium-clang-format',
3100 '-s', 'src/buildtools/win/clang-format.exe.sha1',
3111 '--bucket', 'chromium-clang-format',
[all …]
/external/deqp-deps/SPIRV-Tools/
DREADME.md131 * Eliminate local extract from insert
250 * Code should be formatted with `clang-format`.
251 [kokoro/check-format/build.sh](kokoro/check-format/build.sh)
253 `clang-format version 5.0.0` for SPIRV-Tools. Settings are defined by
254 the included [.clang-format](.clang-format) file.
433 platforms with an appropriate version of `clang` this option enables the use
434 of the sanitizers documented [here][clang-sanitizers].
757 [clang-sanitizers]: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation
DCHANGES126 - Add Vulkan ImageTexelPointer format check (#4087)
245 - Avoid using /MP4 for clang on windows. (#3662)
490 - Transformation to extract from a composite object (#2991)
603 - Allow images without format for OpenCL. (#2470)
836 - Remove insert-extract-elim pass. Use simplification pass instead.
898 - Fix instruction folding case: insertion that feeds and extract, when the extract
904 - Fold OpLoad feeding an extract, to reduce excessive copying. (#1547)
905 - Fold Fmix feeding an extract.
906 - Use simplification pass instead of insert-extract elimination.
1008 - #1323: Fix folding of an insert composite feeding a composite extract.
[all …]
/external/zstd/
DCHANGELOG37 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263…
53 tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)
61 build: Fix excessive compiler warnings with clang-cl and CMake (#2600, @nickhutchinson)
69 contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42)
70 contrib: Seekable format - New seek table-only API (#2113 #2518, @mdittmer @Cyan4973)
71 contrib: Seekable format - Fix seek table descriptor check when loading (#2534, @foxeng)
72 contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat)
125 doc : clarify repcode updates in format specification, by @felixhandte
164 perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depend…
194 api: new ability to extract sequences from the parser for analysis, by @bimbashrestha
[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/pigweed/pw_tokenizer/
Ddocs.rst244 .. c:macro:: PW_TOKENIZE_FORMAT_STRING(domain, mask, format, ...)
246 Tokenizes a format string and sets the ``_pw_tokenizer_token`` variable to the
256 Converts a series of arguments to a compact format that replaces the format
280 #define PW_LOG_TOKENIZED_ENCODE_MESSAGE(metadata, format, ...) \
283 PW_TOKENIZER_DEFAULT_DOMAIN, UINT32_MAX, format, __VA_ARGS__); \
334 #define LOG_INFO(format, ...) \
335 RecordLog(LogLevel_INFO, __FILE_NAME__, __LINE__, format, ##__VA_ARGS__)
337 void RecordLog(LogLevel level, const char* file, int line, const char* format,
346 va_start(args, format);
347 bytes += vsnprintf(&buffer[bytes], sizeof(buffer) - bytes, format, args);
[all …]
/external/curl/docs/
DCONTRIBUTE.md85 this change needs to extract the single interesting patch from somewhere
161 clang and gcc
163 - ... it still builds with cmake on Linux, with gcc and clang
269 git format-patch remotes/origin/master
/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/jazzer-api/
DREADME.md45 * [Clang](https://clang.llvm.org/) 9.0 or later (using a recent version is strongly recommended)
97 The build may fail with the clang shipped with Xcode. If you encounter issues during the build, add…
238 to extract multiple values or convert the input into a valid `java.lang.String`. We provide functio…
285 The format of the signature agrees with that obtained from the part after the `#` of the link to th…
427 These hooks correspond to [clang's data flow hooks](https://clang.llvm.org/docs/SanitizerCoverage.h…
/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