/aosp_15_r20/external/clang/docs/ |
H A D | ClangFormat.rst | 13 :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 …]
|
H A D | SourceBasedCodeCoverage.rst | 11 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
|
H A D | AddressSanitizer.rst | 33 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
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/glsl/ |
H A D | conv2d_dw_output_tile.glsl | 14 // 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.
|
H A D | conv2d_dw.glsl | 13 // 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.
|
H A D | conv2d_pw.glsl | 14 // 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.
|
/aosp_15_r20/external/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 2 :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 …]
|
/aosp_15_r20/build/soong/docs/ |
H A D | native_code_coverage.md | 45 coverage builds it is set to `/data/misc/trace/clang-%p-%20m.profraw`. 53 [here](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#running-the-instrumented-program). 146 # Convert from .profraw format to the .profdata format. 148 $TRACE_DIR_HOST/clang-*.profraw 157 trace/clang-<pid1>.profraw trace/clang-<pid2>.profraw ... 163 [here](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#creating-coverage-reports). 176 --show-region-summary=false 177 --format=html --output-dir=coverage-html \ 193 --show-region-summary=false 225 --show-region-summary=false \
|
/aosp_15_r20/external/llvm/docs/CommandGuide/ |
H A D | llvm-cov.rst | 14 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 …]
|
/aosp_15_r20/bionic/build/ |
H A D | coverage.sh | 22 LLVM_PROFDATA=${ANDROID_BUILD_TOP}/prebuilts/clang/host/linux-x86/llvm-binutils-stable/llvm-profdata 23 LLVM_COV=${ANDROID_BUILD_TOP}/prebuilts/clang/host/linux-x86/llvm-binutils-stable/llvm-cov 55 --format=html \ 65 --show-region-summary=false
|
/aosp_15_r20/frameworks/av/media/libaaudio/src/ |
H A D | Android.bp | 12 // https://clang.llvm.org/extra/clang-tidy/checks/list.html 19 "clang-analyzer-security*", 131 "-format-style=file", 255 "-format-style=file", 278 "shared-file-region-aidl",
|
/aosp_15_r20/external/coreboot/ |
H A D | Makefile.mk | 402 -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 …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 17.3.4.rst | 31 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
|
/aosp_15_r20/external/coreboot/Documentation/releases/ |
H A D | coreboot-4.21-relnotes.md | 57 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 |
|
H A D | coreboot-4.22-relnotes.md | 92 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
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/depstest/ |
H A D | dependencies.txt | 56 # 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 …]
|
/aosp_15_r20/external/icu/icu4c/source/test/depstest/ |
H A D | dependencies.txt | 56 # 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 206 "Statistics would be serialized in JSON format inside the main dictionary " 269 "integer into the format where symbols are on the left-hand side and the " 433 unsigned, RegionStoreSmallStructLimit, "region-store-small-struct-limit", 441 unsigned, RegionStoreSmallArrayLimit, "region-store-small-array-limit", 467 "The path to the YAML format file containing a mapping from source file " 471 "{/main.cpp: [clang++, /main.cpp], other.cpp: [clang++, /other.cpp]}",
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 206 "Statistics would be serialized in JSON format inside the main dictionary " 269 "integer into the format where symbols are on the left-hand side and the " 433 unsigned, RegionStoreSmallStructLimit, "region-store-small-struct-limit", 441 unsigned, RegionStoreSmallArrayLimit, "region-store-small-array-limit", 467 "The path to the YAML format file containing a mapping from source file " 471 "{/main.cpp: [clang++, /main.cpp], other.cpp: [clang++, /other.cpp]}",
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 206 "Statistics would be serialized in JSON format inside the main dictionary " 269 "integer into the format where symbols are on the left-hand side and the " 433 unsigned, RegionStoreSmallStructLimit, "region-store-small-struct-limit", 441 unsigned, RegionStoreSmallArrayLimit, "region-store-small-array-limit", 467 "The path to the YAML format file containing a mapping from source file " 471 "{/main.cpp: [clang++, /main.cpp], other.cpp: [clang++, /other.cpp]}",
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 206 "Statistics would be serialized in JSON format inside the main dictionary " 269 "integer into the format where symbols are on the left-hand side and the " 433 unsigned, RegionStoreSmallStructLimit, "region-store-small-struct-limit", 441 unsigned, RegionStoreSmallArrayLimit, "region-store-small-array-limit", 467 "The path to the YAML format file containing a mapping from source file " 471 "{/main.cpp: [clang++, /main.cpp], other.cpp: [clang++, /other.cpp]}",
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 13 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 …]
|
/aosp_15_r20/external/cronet/third_party/icu/ |
H A D | icu.gyp | 321 ['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',
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libshmem/shared-file-region-aidl-cpp/android_arm64_armv8-2a_cortex-a55_static_cfi/obj/.intermediates/frameworks/av/media/libshmem/shared-file-region-aidl-cpp-source/gen/android/media/ |
D | SharedFileRegion.o.d | 1 …/shared-file-region-aidl-cpp/android_arm64_armv8-2a_cortex-a55_static_cfi/obj/.intermediates/frame… 3 prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/share/cfi_ignorelist.txt \ 4 …out/soong/.intermediates/frameworks/av/media/libshmem/shared-file-region-aidl-cpp-source/gen/andro… 5 …out/soong/.intermediates/frameworks/av/media/libshmem/shared-file-region-aidl-cpp-source/gen/inclu… 7 prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/codecvt \ 8 prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__config \ 9 …prebuilts/clang/host/linux-x86/clang-r536225/android_libc++/platform/aarch64/include/c++/v1/__conf… 13 prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__locale \ 14 prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__locale_dir/locale_base_api.h \ 15 …prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__locale_dir/locale_base_api/android.h… [all …]
|
/aosp_15_r20/external/libva/ |
H A D | NEWS | 106 * 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 …]
|