Home
last modified time | relevance | path

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

123

/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/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 …]
DExceptionHandling.rst12 exception handling in LLVM. It describes the format that LLVM exception
36 exception frame format can be found at `Exception Frames
436 a destination address by `llvm.eh.sjlj.longjmp`_. The buffer format and the
438 ``__builtin_setjmp`` implementation allowing code built with the clang and GCC
502 The format of this call frame information (CFI) is often platform-dependent,
503 however. ARM, for example, defines their own format. Apple has their own compact
504 unwind info format. On Windows, another format is used for all architectures
513 referred to as the language-specific data area (LSDA). The format of the LSDA
592 if the exception came from a particular DLL or code region, or if code faulted
/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
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
404 - panfrost: Fix clipping region
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.
[all …]
D19.3.0.rst151 - egl/wayland: Reindent the format table
152 - egl/wayland: Add FP16 format support
154 - egl/surfaceless: Add FP16 format support
223 - pan/decode: Normalize case matching XXX format
232 - pan/decode: Validate swizzles against format
240 - pan/decode: Pretty-print sRGB format
336 - pan/decode: Use portable format specifier for 64-bit
337 - pan/decode: Add missing format specifier
539 - radv: Fix RGBX Android<->Vulkan format correspondence.
628 - panfrost: Make sure we reset the damage region of RTs at flush time
[all …]
D20.3.0.rst208 - glx: Allow depth-30 pbuffers to work without a depth-30 pixmap format
240 - v3dv/format: add v3dv_get_format_swizzle
251 - v3dv: clif format dumping support
262 - v3dv/format: add R32G32B32A32_SFLOAT format
295 - v3dv/format: expose correctly if a texture format is filterable
362 - v3dv/format: use XYZ1 swizzle for three-component formats
363 - v3d/format: use XYZ1 swizzle for three-component formats
381 - panfrost: Move format stringify to decode.c
437 - panfrost: Drop NXR format
438 - panfrost: Squash 22-bit format field in attr_meta
[all …]
/external/cronet/third_party/icu/
DREADME.chromium89 locales, lang, region, currency, zone
102 locales, lang, region, currency, zone
107 d. Filter source/data/{region,lang} to exclude these data
164 * Simpler region names for Hong Kong and Macau in all locales
241 std::atomic<T*> with an incomplete type T with MSVC, clang, and GCC, so this
257 11. Patch ICU en-CA date pattern back to y-MM-dd format
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',
541 'unicode/region.h',
/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 …]
DDiagnosticSemaKinds.td2225 "strftime format attribute requires 3rd parameter to be 0">;
2227 "format attribute requires variadic function">;
2228 def err_format_attribute_not : Error<"format argument not %0">;
2231 "format attribute cannot specify the implicit this argument as the format "
5558 "format string is not a string literal (potentially insecure)">,
5561 "format string is not a string literal">,
6622 "%select{function|block|method|constructor}2; expected type from format "
6627 "%select{function|block|method|constructor}2; expected type from format "
6651 "%select{function|block|method|constructor}2; expected type from format "
6826 "accepted due to -fheinous-gnu-extensions, but clang may remove support "
[all …]
/external/cronet/third_party/icu/source/test/depstest/
Ddependencies.txt53 # 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
1094 decnumber formattable format units numberformatter number_skeletons numberparser
1104 region
1152 formatted_value format uvector32
1159 group: format
[all …]
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt53 # 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
1094 decnumber formattable format units numberformatter number_skeletons numberparser
1104 region
1152 formatted_value format uvector32
1159 group: format
[all …]
/external/clang/test/ARCMT/
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 …]
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 …]
/external/yapf/
DREADME.rst26 YAPF takes a different approach. It's based off of `'clang-format' <https://cl
84 runs under. Therefore, if you format Python 3 code with YAPF, run YAPF itself
241 a = 'hello {}'.format('world')
258 a = 'hello {}'.format('world')
299 that we want to format. The lines are 1-based indexed. It can be used by
777 foo = ('This is a really long string: {}, {}, {}, {}'.format(a, b, c, d))
784 .format(a, b, c, d))
883 with development. It will format things to coincide with the style guide, but
920 We wanted to use clang-format's reformatting algorithm. It's very powerful and
923 to convert to using clang-format's algorithm.
[all …]
/external/arm-trusted-firmware/docs/
Dchange-log.md139 …- enable use of PSCI extended state ID format ([7bd64c7](https://review.trustedfirmware.org/plugin…
148 …- add DRAM2 to TZC non-secure region ([76b4a6b](https://review.trustedfirmware.org/plugins/gitiles…
406 …- update filters by region ([ce7ef9d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trus…
552 …- change UUID to string format ([1c19536](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…
595 …- use correct print format for uint64_t ([964ee4e](https://review.trustedfirmware.org/plugins/giti…
597 …- extend MMU region size ([9ff8b8c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/truste…
636 …- drop /memreserve/ region ([5d2793a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trus…
706 …- error macro to use correct print format ([0c23e6f](https://review.trustedfirmware.org/plugins/gi…
743 …- use correct print format for uint64_t ([2461bd3](https://review.trustedfirmware.org/plugins/giti…
907 …- use correct printf format for uint64_t ([4ef449c](https://review.trustedfirmware.org/plugins/git…
[all …]
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc62 #pragma clang diagnostic push
66 #pragma clang diagnostic warning "-Wmismatched-tags"
349 [[clang::fallthrough]]; in PreloadCudnnSubLibs()
677 cudnnTensorFormat_t format; in CudnnFilterDescriptor() local
680 format = CUDNN_TENSOR_NCHW; in CudnnFilterDescriptor()
683 format = CUDNN_TENSOR_NHWC; in CudnnFilterDescriptor()
692 format = CUDNN_TENSOR_NCHW_VECT_C; in CudnnFilterDescriptor()
708 CHECK_CUDNN_OK(cudnnSetFilterNdDescriptor(handle_.get(), elem_type, format, in CudnnFilterDescriptor()
1526 dnn::RnnDescriptor::ParamsRegion region = { in CheckAndFetchProjectionWeights() local
1528 weights->push_back(region); in CheckAndFetchProjectionWeights()
[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
861 4a9d788e Merge "Android.mk,mips: fix clang build with r15"
862 4fbdc9fb Android.mk,mips: fix clang build with r15
948 67de68b5 Android.mk/build.gradle: fix mips build with clang from r14b
1002 2cb58ab2 webpinfo: output format as a human readable string
[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
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
707 (known to occur with GCC 4.x and clang with `-O1` and higher but not with
[all …]
/external/ImageMagick/
DChangeLog220 * support YAML image format.
230 * support portable float map format 16-bit half.
236 * added support for the farbfeld format (reference
262 * add support for FilmLight FL32 image format.
284 * verify TTF glyph format before dereferencing (reference
356 * Add version element to JSON file format (reference
385 * Add support for OpenRaster (.ora) image format (reference
416 * New pseudo-image format, ashlar, e.g.
437 * Added support for 32 bit zip with prediction format to the PSD decoder
569 * Return EPS & TIFF images from the EPT image format (reference
[all …]
/external/freetype/docs/oldlogs/
DChangeLog.21079 internally guarded). However, the clang versions of these includes
115 current cell is outside of the current target region. This avoids
481 [sfobjs:2] not a font using the SFNT container format
701 3.5 format with a spread of 1 we basically only use the starting
717 16.16 distance value to our desired format.
751 Fix compilation errors and (some) warnings for clang++.
883 * src/sfnt/ttload.c (tt_face_load_post): Check POST format.
988 [sfnt] Streamline POST format 2.0 handing.
1544 [sfnt] Update paint format values to support non-variable paints.
1546 * freetype.h (FT_PaintFormat): Update paint format identifiers after
[all …]

123