Home
last modified time | relevance | path

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

1234

/external/clang/docs/
DClangFormat.rst13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used
14 to format C/C++/Obj-C code.
18 $ clang-format -help
19 OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code.
27 USAGE: clang-format [options] [<file> ...]
31 Clang-format options:
33 -assume-filename=<string> - When reading from stdin, clang-format assumes this
37 clang-format from an editor integration
41 fallback in case clang-format is invoked with
42 -style=file, but can not find the .clang-format
[all …]
DSourceBasedCodeCoverage.rst11 This document explains how to use clang's source-based code coverage feature.
61 % clang++ -fprofile-instr-generate -fcoverage-mapping foo.cc -o foo
124 region counts (even in macro expansions):
184 profile format. Raw profiles may be dependent on the specific compiler
189 These formats are not forwards-compatible: i.e, a tool which uses format
190 version X will not be able to understand format version (X+k).
192 * There is a third format in play: the format of the coverage mappings emitted
DAddressSanitizer.rst33 make sure to use ``clang`` (not ``ld``) for the final link step. When linking
51 % clang -O1 -g -fsanitize=address -fno-omit-frame-pointer example_UseAfterFree.cc
58 % clang -O1 -g -fsanitize=address -fno-omit-frame-pointer -c example_UseAfterFree.cc
60 % clang -g -fsanitize=address example_UseAfterFree.o
96 0x7f7ddab8c084 is located 4 bytes inside of 400-byte region [0x7f7ddab8c080,0x7f7ddab8c210)
168 Use the following format to specify the names of the functions or libraries
/external/pytorch/aten/src/ATen/native/vulkan/glsl/
Dconv2d_dw_output_tile.glsl14 // clang-format off
16 // clang-format on
25 // size of the overlay region of the kernel
47 // Compute the index of the top-left element of the overlay region. Note that
49 // a region added by padding.
53 // to be constant 0 padding, so any reads from the padding region is skipped.
Dconv2d_dw.glsl13 // clang-format off
15 // clang-format on
24 // size of the overlay region of the kernel
50 // Compute the index of the top-left element of the overlay region. Note that
52 // a region added by padding.
56 // to be constant 0 padding, so any reads from the padding region is skipped.
Dconv2d_pw.glsl14 // clang-format off
16 // clang-format on
25 // size of the overlay region of the kernel
70 // the top-left element is in a region added by padding.
/external/llvm/docs/
DCoverageMappingFormat.rst2 :format: html
14 LLVM's code coverage mapping format is used to provide code coverage
24 then we briefly desribe LLVM's code coverage mapping format and the
25 way that Clang and LLVM's code coverage tool work with this format. After
26 the basics are down, more advanced features of the coverage mapping format
40 ``clang -o test -fprofile-instr-generate -fcoverage-mapping test.c``
56 LLVM's code coverage mapping format is designed to be a self contained
57 data format, that can be embedded into the LLVM IR and object files.
58 It's described in this document as a **mapping** format because its goal is
65 1. When clang compiles a source file with ``-fcoverage-mapping``, it
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst14 work with ``gcov``\-style coverage or with ``clang``\'s instrumentation
180 ``clang`` use the ``-fprofile-instr-generate`` and ``-fcoverage-mapping``
181 flags. If linking with the ``clang`` driver, pass ``-fprofile-instr-generate``
188 typically called ``default.profraw``, which can be converted to a format that
212 Show the execution counts for each region by displaying a caret that points to
213 the character where the region starts.
217 Show the execution counts for each line if there is only one region on the
239 .. option:: -format=<FORMAT>
241 Use the specified output format. The supported formats are: "text", "html".
261 .. option:: -region-coverage-gt=<N>
[all …]
/external/mesa3d/docs/relnotes/
D17.3.4.rst31 Fail to build libglx with clang at linking stage
96 - radv: add fs_key meta format support to resolve passes.
119 - Revert "cherry-ignore: intel/fs: Use the original destination region
164 - i965: Track format and aux usage in the render cache
174 - intel/fs: Use the original destination region for int MUL lowering
D24.2.4.rst156 - clc: find opencl headers from the installed llvm/clang location
171 - egl/dri/wl: Move swrast damage region from put to swap
186 - nvk: Block off non-2D DRM format modifier images
/external/coreboot/
DMakefile.mk402 -format '%wx%h' -write info: \
818 cp util/scripts/prepare-commit-msg.clang-format .git/hooks/prepare-commit-msg
966 define cbfs-add-cmd-for-region
995 $(call cbfs-add-cmd-for-region,$(1),$(2))
1011 all-files-in-region = $(foreach file,$(cbfs-files), \
1021 update-file-for-region = \
1027 placed-files-in-region = $(foreach file,$(call all-files-in-region,$(1)), \
1031 $(call update-file-for-region,$(file),$(1)), \
1033 $(call update-file-for-region,$(file),$(1)), \
1052 prebuild-files = $(foreach region,$(all-regions), \
[all …]
/external/coreboot/Documentation/releases/
Dcoreboot-4.21-relnotes.md57 The preram_locales file follows the format:
76 to convert images to the right format, but we can also achieve the same
79 * The framebuffer's color format is ignored,
122 compilers like clang generate code using hw floating point registers,
129 With clang this reduces the binary size a bit. For instance ramstage
145 flash. A new flashmap region is created for that purpose. The goal of
157 * coreboot-specific format (CBMEM_ID_TPM_CB_LOG exported as
159 * TPM1.2 format (CBMEM_ID_TCPA_TCG_LOG)
160 * TPM2 format (CBMEM_ID_TPM2_TCG_LOG)
371 | 457 | Haswell (t440p): CAR mem region conflicts with CBFS_SIZE > 8mb |
Dcoreboot-4.22-relnotes.md92 specific memory region.
116 cannot be an unreserved memory region. The ramstage CBFS cache
122 Kconfig) already define a `_cbfs_cache` region we also introduced a
307 | 457 | Haswell (t440p): CAR mem region conflicts with CBFS_SIZE > 8mb |
336 * Start reformatting C files with clang-format
/external/cronet/stable/third_party/icu/
Dicu.gyp321 ['OS == "android" and clang==0', {
329 [ 'OS == "win" and clang==1', {
330 # Note: General clang warnings should go in the
440 [ 'OS == "win" and clang==1', {
441 # Note: General clang warnings should go in the
521 'unicode/format.h',
542 'unicode/region.h',
DREADME.chromium91 locales, lang, region, currency, zone
104 locales, lang, region, currency, zone
109 d. Filter source/data/{region,lang} to exclude these data
166 * Simpler region names for Hong Kong and Macau in all locales
244 std::atomic<T*> with an incomplete type T with MSVC, clang, and GCC, so this
276 14. Patch source/tools/pkgdata/pkgdata.cpp to remove a format-overflow warning.
/external/cronet/tot/third_party/icu/
Dicu.gyp321 ['OS == "android" and clang==0', {
329 [ 'OS == "win" and clang==1', {
330 # Note: General clang warnings should go in the
440 [ 'OS == "win" and clang==1', {
441 # Note: General clang warnings should go in the
521 'unicode/format.h',
542 'unicode/region.h',
DREADME.chromium91 locales, lang, region, currency, zone
104 locales, lang, region, currency, zone
109 d. Filter source/data/{region,lang} to exclude these data
166 * Simpler region names for Hong Kong and Macau in all locales
244 std::atomic<T*> with an incomplete type T with MSVC, clang, and GCC, so this
276 14. Patch source/tools/pkgdata/pkgdata.cpp to remove a format-overflow warning.
/external/clang/include/clang/Basic/
DAttrDocs.td13 NOTE: This file is automatically generated by running clang-tblgen
124 …let Heading = "assert_capability (assert_shared_capability, clang::assert_capability, clang::asser…
133 …let Heading = "acquire_capability (acquire_shared_capability, clang::acquire_capability, clang::ac…
141 …= "try_acquire_capability (try_acquire_shared_capability, clang::try_acquire_capability, clang::tr…
152 …let Heading = "release_capability (release_shared_capability, clang::release_capability, clang::re…
186 a future version of clang. Also, the ABI is not standardized and the name
289 on when overloads are resolved. In the example below, clang will emit a
325 instruct clang to call ``__builtin_object_size(param, Type)`` at each callsite
547 // void nodupfunc() [[clang::noduplicate]];
832 let Heading = "nodiscard, warn_unused_result, clang::warn_unused_result, gnu::warn_unused_result";
[all …]
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt56 # UBSan=UndefinedBehaviorSanitizer, clang -fsanitize=bounds
879 region localedata genderinfo charset_detector spoof_detection
891 group: region
892 region.o uregion.o
963 uchar resourcebundle simpleformatter format uclean_i18n formatted_value_sbimpl
993 number_representation format formatted_value_sbimpl units
1104 decnumber formattable format units numberformatter number_skeletons numberparser
1114 region
1162 formatted_value format uvector32
1169 group: format
[all …]
/external/cronet/tot/third_party/icu/source/test/depstest/
Ddependencies.txt56 # UBSan=UndefinedBehaviorSanitizer, clang -fsanitize=bounds
878 region localedata genderinfo charset_detector spoof_detection
890 group: region
891 region.o uregion.o
962 uchar resourcebundle simpleformatter format uclean_i18n formatted_value_sbimpl
992 number_representation format formatted_value_sbimpl units
1097 decnumber formattable format units numberformatter number_skeletons numberparser
1107 region
1155 formatted_value format uvector32
1162 group: format
[all …]
/external/cronet/stable/third_party/icu/source/test/depstest/
Ddependencies.txt56 # UBSan=UndefinedBehaviorSanitizer, clang -fsanitize=bounds
878 region localedata genderinfo charset_detector spoof_detection
890 group: region
891 region.o uregion.o
962 uchar resourcebundle simpleformatter format uclean_i18n formatted_value_sbimpl
992 number_representation format formatted_value_sbimpl units
1097 decnumber formattable format units numberformatter number_skeletons numberparser
1107 region
1155 formatted_value format uvector32
1162 group: format
[all …]
/external/yapf/
DREADME.md13 YAPF is a Python formatter based on [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html)
206 a = 'hello {}'.format('world')
223 a = 'hello {}'.format('world')
264 want to format. The lines are 1-based indexed. It can be used by third-party
552 > This mirrors the behavior of clang-format and is useful for forming
824 foo = ('This is a really long string: {}, {}, {}, {}'.format(a, b, c, d))
831 .format(a, b, c, d))
943 with development. It will format things to coincide with the style guide, but
978 We wanted to use clang-format's reformatting algorithm. It's very powerful and
981 to convert to using clang-format's algorithm.
[all …]
/external/libva/
DNEWS106 * ci: install-clang.sh: install the requested version
125 * ci: use matrix, add ubuntu 20.04 + clang-15
169 * ci: add clang-15 coverage and rearrange runners
196 * add:(sep_layer) add new surface format fourcc XYUV
249 * Add FOURCC code for Y212 and Y412 format.
260 * add fourcc code for P012 format
264 * trace: Fix format string warnings
265 * fix:Fix clang warning (reading garbage)
284 * Add 2 FourCC for 10bit RGB(without Alpha) format: X2R10G10B10 and X2B10G10R10.
305 * Add VA_FOURCC_A2B10G10R10 for format a2b10g10r10.
[all …]
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result8 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin")
16 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end")
138 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));
296 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC…
409 // Test case 'f4' differs for region store and basic store. See
410 // retain-release-region-store.m and retain-release-basic-store.m.
793 // <rdar://problem/6257780> clang checker fails to catch use-after-release
983 // <rdar://problem/6902710> clang: false positives w/QC and CoreImage methods
992 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
997 // misinterpreted by clang scan-build
[all …]
Dobjcmt-arc-cf-annotations.m8 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin")
16 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end")
132 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));
278 - (CGImageRef)createCGImage:(CIImage *)im fromRect:(CGRect)r format:(CIFormat)f colorSpace:(CGC…
379 // Test case 'f4' differs for region store and basic store. See
380 // retain-release-region-store.m and retain-release-basic-store.m.
751 // <rdar://problem/6257780> clang checker fails to catch use-after-release
941 // <rdar://problem/6902710> clang: false positives w/QC and CoreImage methods
950 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
955 // misinterpreted by clang scan-build
[all …]

1234