/aosp_15_r20/external/clang/include/clang/Driver/ |
H A D | CC1Options.td | 1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===// 10 // This file defines the options accepted by clang -cc1 and clang -cc1as. 89 def analyzer_inlining_mode : Separate<["-"], "analyzer-inlining-mode">, 91 def analyzer_inlining_mode_EQ : Joined<["-"], "analyzer-inlining-mode=">, Alias<analyzer_inlining_m… 127 HelpText<"Do not remove finalize method in gc mode">; 178 HelpText<"Generate debug info with external references to clang modules" 279 HelpText<"Enable PGO instrumentation. The accepted value is clang, llvm, " 357 def code_completion_at : Separate<["-"], "code-completion-at">, 359 HelpText<"Dump code-completion information at a location">; 363 def code_completion_at_EQ : Joined<["-"], "code-completion-at=">, [all …]
|
/aosp_15_r20/external/llvm/utils/vim/ |
H A D | vimrc | 102 " Clang code-completion support. This is somewhat experimental! 104 " A path to a clang executable. 105 let g:clang_path = "clang++" 107 " A list of options to add to the clang commandline, for example to add 116 " In findstart mode, look for the beginning of the current identifier. 129 " Build a clang commandline to do code completion on stdin. 131 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c 137 " TODO: The extra space at the end is for working around clang's 138 " apparent inability to do code completion at the very end of the 140 " TODO: Is it better to feed clang the entire file instead of truncating [all …]
|
/aosp_15_r20/external/bpftool/src/ |
H A D | Makefile | 69 bash_compdir ?= /usr/share/bash-completion/completions 99 FEATURE_TESTS := clang-bpf-co-re 108 FEATURE_DISPLAY := clang-bpf-co-re 146 ifeq ($(shell $(LLVM_CONFIG) --shared-mode),static) 197 ifeq ($(feature-clang-bpf-co-re),1) 264 $(Q)$(INSTALL) -m 0644 $(srctree)/bash-completion/bpftool $(DESTDIR)$(bash_compdir)
|
/aosp_15_r20/external/llvm/docs/ |
H A D | LibFuzzer.rst | 42 git clone https://chromium.googlesource.com/chromium/src/tools/clang 44 TMP_CLANG/clang/scripts/update.py 47 ``./third_party/llvm-build/Release+Asserts/bin/clang``) 86 clang++ -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer 108 …clang -fsanitize-coverage=edge -fsanitize=address your_lib.cc fuzz_target.cc libFuzzer.a -o my_fuz… 185 that `N` fuzzing jobs should be run to completion (i.e. until a bug is found or 190 with each worker averaging 5 bugs by completion of the entire process. 207 In this mode the fuzzer binary can be used as a regression test (e.g. on a 246 Number of fuzzing jobs to run to completion. Default value is 0, which runs a 247 single fuzzing process until completion. If the value is >= 1, then this [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/doc/ |
D | history.qbk | 40 * Added the `experimental::as_single` completion token adapter. The `as_single` 41 completion token adapter can be used to specify that the completion handler 42 arguments should be combined into a single argument. For completion signatures 51 Alternatively, it may be used as a default completion token like so:[br] 75 * Fixed C++20 coroutines compatibility with clang on Windows. 153 * Added support for using `detached_t` as a default completion token, by 197 default completion token) will also cause handler tracking to output a source 238 * Added changes for clang-based Embarcadero C++ compilers. 240 the Windows I/O completion port backend. 242 * Fixed completion signature deduction in `co_spawn`. [all …]
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 125 TOK(code_completion) // Code completion marker 128 TOK(comment) // Comment (only in -E -C[C] mode) 132 TOK(raw_identifier) // Used only in raw lexing mode. 526 #include "clang/Basic/OpenCLImageTypes.def" 559 // languages, but should not be disabled in strict conformance mode. 588 // Microsoft extensions which should be disabled in strict conformance mode 625 // Borland Extensions which should be disabled in strict conformance mode. 641 // These have meaning after an '@' in Objective-C mode. These define enums in 701 // Annotation for #pragma clang __debug parser_crash... 706 // Annotation for #pragma clang __debug captured... [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | TokenKinds.def | 152 TOK(code_completion) // Code completion marker 155 TOK(comment) // Comment (only in -E -C[C] mode) 159 TOK(raw_identifier) // Used only in raw lexing mode. 272 // KEYMSCOMPAT - This is a keyword if Microsoft compatibility mode is enabled 439 // clang will attempt to give an object of the type if allowed by ABI. 525 #include "clang/Basic/TransformTypeTraits.def" 619 #include "clang/Basic/OpenCLImageTypes.def" 665 // languages, but should not be disabled in strict conformance mode. 698 // Microsoft extensions which should be disabled in strict conformance mode 750 // Borland Extensions which should be disabled in strict conformance mode. [all …]
|
/aosp_15_r20/external/pytorch/ |
H A D | CONTRIBUTING.md | 38 - [Code completion and IDE support](#code-completion-and-ide-support) 53 - [Running clang-tidy](#running-clang-tidy) 118 Next run `python setup.py clean`. After that, you can install in `develop` mode again. 121 …1. Run `printf '#include <stdio.h>\nint main() { printf("Hello World");}'|clang -x c -; ./a.out` t… 249 …* [autograd](torch/csrc/autograd) - Implementation of reverse-mode automatic differentiation. [REA… 645 for C++ code it may be necessary to compile PyTorch in debug mode by prepending 650 `py-spy` can also work in an `htop`-like "live profiling" mode and can be 716 ### Code completion and IDE support 720 to provide command completion and error highlighting for PyTorch's 1135 ## Running clang-tidy [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | TokenKinds.def | 152 TOK(code_completion) // Code completion marker 155 TOK(comment) // Comment (only in -E -C[C] mode) 159 TOK(raw_identifier) // Used only in raw lexing mode. 272 // KEYMSCOMPAT - This is a keyword if Microsoft compatibility mode is enabled 439 // clang will attempt to give an object of the type if allowed by ABI. 527 #include "clang/Basic/TransformTypeTraits.def" 623 #include "clang/Basic/OpenCLImageTypes.def" 669 // languages, but should not be disabled in strict conformance mode. 704 // Microsoft extensions which should be disabled in strict conformance mode 756 // Borland Extensions which should be disabled in strict conformance mode. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | TokenKinds.def | 152 TOK(code_completion) // Code completion marker 155 TOK(comment) // Comment (only in -E -C[C] mode) 159 TOK(raw_identifier) // Used only in raw lexing mode. 272 // KEYMSCOMPAT - This is a keyword if Microsoft compatibility mode is enabled 439 // clang will attempt to give an object of the type if allowed by ABI. 526 #include "clang/Basic/TransformTypeTraits.def" 621 #include "clang/Basic/OpenCLImageTypes.def" 667 // languages, but should not be disabled in strict conformance mode. 700 // Microsoft extensions which should be disabled in strict conformance mode 752 // Borland Extensions which should be disabled in strict conformance mode. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | TokenKinds.def | 152 TOK(code_completion) // Code completion marker 155 TOK(comment) // Comment (only in -E -C[C] mode) 159 TOK(raw_identifier) // Used only in raw lexing mode. 272 // KEYMSCOMPAT - This is a keyword if Microsoft compatibility mode is enabled 439 // clang will attempt to give an object of the type if allowed by ABI. 526 #include "clang/Basic/TransformTypeTraits.def" 621 #include "clang/Basic/OpenCLImageTypes.def" 667 // languages, but should not be disabled in strict conformance mode. 700 // Microsoft extensions which should be disabled in strict conformance mode 752 // Borland Extensions which should be disabled in strict conformance mode. [all …]
|
/aosp_15_r20/external/perfetto/docs/design-docs/ |
H A D | continuous-integration.md | 78 associated. Workers are always alive (they work in polling-mode), while 103 - Update the DB to reflect completion of jobs, removing the entry from 165 20190708153242--cls-1000515-65--android-clang: 0 167 20190708153242--cls-1000515-65--ui-clang: 0 181 /20190708153242--cls-1000515-65--android-clang-arm-debug: 197 type: "android-clang-arm-debug" 200 /20190707123422--cls-1000515-66--android-clang-arm-rel {..} 205 /20190708153242--cls-1000515-65--android-clang-arm-debug: 0 210 /20190707123422--cls-1000515-66--android-clang-arm-rel 213 /20190707123422--cls-1000515-66--android-clang-arm-rel
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 391 int mode; member 485 struct completion; 640 struct completion *vfork_done; 1893 struct completion *unregistering; 1936 umode_t mode; member 2002 struct completion { struct 2179 struct completion done; 2461 struct completion srcu_barrier_completion; 3094 umode_t mode; member [all …]
|
H A D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 391 int mode; member 485 struct completion; 640 struct completion *vfork_done; 1893 struct completion *unregistering; 1936 umode_t mode; member 2002 struct completion { struct 2179 struct completion done; 2461 struct completion srcu_barrier_completion; 3094 umode_t mode; member [all …]
|
/aosp_15_r20/external/perfetto/docs/contributing/ |
H A D | build-instructions.md | 210 - Hermetic clang + libcxx toolchain (both following chromium's revisions) 217 - AOSP's in-tree clang (using in-tree libcxx) 221 - XCode 9 / clang (maintained best-effort). 225 - Windows 10 with either MSVC 2019 or clang-cl (maintained best-effort). 230 need the full IDE, just the build tools) or the LLVM clang-cl compiler. 235 clang-cl support is more stable because that build configuration is actively 255 You need all of these both for MSVC and clang-cl: 269 # This will download also the LLVM clang-cl prebuilt used by chromium. 284 is_clang = true # Will use the hermetic clang-cl toolchain. 348 Toggles Debug (default) / Release mode. This affects, among other things: [all …]
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 778 struct completion; 785 struct completion *kobj_completion; 1050 umode_t mode; member 1148 } __attribute__((mode(byte))); 2108 int mode; member 2416 struct completion *vfork_done; 3024 struct completion { struct 3042 struct completion done; argument 3334 struct completion *unregistering; [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 660 int mode; member 924 struct completion; 1102 struct completion *vfork_done; 2147 struct completion { struct 2231 struct completion srcu_barrier_completion; 3456 umode_t mode; member 3583 struct completion startup; 3834 struct completion *kobj_completion; 4407 umode_t mode; member [all …]
|
H A D | vmlinux_518.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 660 int mode; member 924 struct completion; 1102 struct completion *vfork_done; 2147 struct completion { struct 2231 struct completion srcu_barrier_completion; 3456 umode_t mode; member 3583 struct completion startup; 3834 struct completion *kobj_completion; 4407 umode_t mode; member [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 728 int mode; member 884 struct completion; 1071 struct completion *vfork_done; 1924 struct completion { struct 2255 struct completion done; 2600 struct completion srcu_barrier_completion; 2662 umode_t mode; member 2735 umode_t mode; member 2756 umode_t mode; member [all …]
|
H A D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 728 int mode; member 884 struct completion; 1071 struct completion *vfork_done; 1924 struct completion { struct 2255 struct completion done; 2600 struct completion srcu_barrier_completion; 2662 umode_t mode; member 2735 umode_t mode; member 2756 umode_t mode; member [all …]
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 125 struct completion; 132 struct completion *kobj_completion; 443 umode_t mode; member 560 } __attribute__((mode(byte))); 1580 int mode; member 1975 struct completion *vfork_done; 2595 struct completion { struct 2613 struct completion done; argument 2905 struct completion *unregistering; [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-options/gen/clang/Driver/ |
D | Options.inc | 38 OPTION(nullptr, "<clang-cl options>", cl_Group, Group, INVALID, INVALID, nullptr, 0, 0, 40 OPTION(nullptr, "<clang-cl compile-only options>", cl_compile_Group, Group, cl_Group, INVALID, null… 41 OPTION(nullptr, "<clang-cl ignored options>", cl_ignored_Group, Group, cl_Group, INVALID, nullptr, … 42 OPTION(nullptr, "<clang i group>", clang_i_Group, Group, i_Group, INVALID, nullptr, 0, 0, nullptr, … 43 OPTION(nullptr, "<clang ignored f group>", clang_ignored_f_Group, Group, f_Group, INVALID, nullptr,… 45 OPTION(nullptr, "<clang ignored m group>", clang_ignored_m_Group, Group, m_Group, INVALID, nullptr,… 48 OPTION(nullptr, "<f (clang-only) group>", f_clang_Group, Group, CompileOnly_Group, INVALID, nullptr… 56 OPTION(nullptr, "<clang internal options>", internal_Group, Group, INVALID, INVALID, nullptr, 0, 0,… 57 OPTION(nullptr, "<clang debug/development internal options>", internal_debug_Group, Group, internal… 59 OPTION(nullptr, "<clang driver internal options>", internal_driver_Group, Group, internal_Group, IN… [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 1327 int mode; member 1474 struct completion; 1638 struct completion *vfork_done; 2300 struct completion *unregistering; 2774 struct completion { struct 3133 struct completion srcu_barrier_completion; 3206 struct completion done; 3769 umode_t mode; member 3921 umode_t mode; member [all …]
|
H A D | vmlinux_600.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 1327 int mode; member 1474 struct completion; 1638 struct completion *vfork_done; 2300 struct completion *unregistering; 2774 struct completion { struct 3133 struct completion srcu_barrier_completion; 3206 struct completion done; 3769 umode_t mode; member 3921 umode_t mode; member [all …]
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 614 int mode; member 901 struct completion; 1072 struct completion *vfork_done; 1693 umode_t mode; member 1805 struct completion { struct 2031 struct completion srcu_barrier_completion; 2174 struct completion done; 2551 } __attribute__((mode(byte))); 2853 struct completion done; [all …]
|