/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | afl-fuzz_approach.md | 34 self-contained corpus of interesting test cases. These are extremely useful for 98 This section is fairly self-explanatory: it tells you how long the fuzzer has 133 Every fuzzing session should be allowed to complete at least one cycle; and 238 "insert", depending on whether the dictionary words overwrite existing data or 255 The remaining fields should be fairly self-evident: there's the exec count 276 This gives you several metrics that are of interest mostly to complete nerds. 375 * Use afl-clang-fast from [instrumentation](../instrumentation/) - it uses a
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/doc/ |
D | intrusive.qbk | 107 but it stores the objects themselves. The additional data needed to insert the object 108 in the container must be provided by the object itself. For example, to insert `MyClass` 227 …[[Can insert the same object in more than one container] [Yes] … 233 …[[User must modify the definition of the values to insert] [Yes] … 249 If you plan to insert a class in an intrusive container, you have to make some decisions 463 You can insert the same object in several intrusive containers at the same time, 543 [[Node Traits][A class that stores basic information and operations to insert a node into a group o… 1026 functions to insert unique and multiple keys. 1442 that offers functions both to insert unique and multiple keys. 1566 Splay trees are self-adjusting binary search trees used typically in caches, memory [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/doc/ |
D | container.qbk | 180 they statically allocates memory for `value_type` and this requires complete types. 182 also requires complete types. 365 … [[insert] [strong unless copy/move construction/assignment of `T` throw (basic)] [strong]] 421 but at the cost of slower insertion. Insertion into a set, using set::insert, is proportional 423 , is proportional to N. Whenever you insert something into a vector, 424 vector::insert has to make room by shifting all of the elements that follow it. On average, if you… 425 likely to insert a new element anywhere, you'll be shifting N/2 elements.]] 428 …not satisfy the requirements of a Standard Associative Container, since the complexity of insert is 443 complexity guarantees of insert and erase (linear as opposed to constant). ]] 500 …performance note: like every other Sequence, `slist` defines the member functions insert and erase. [all …]
|
/aosp_15_r20/external/clang/docs/ |
H A D | LanguageExtensions.rst | 47 #define __has_builtin(x) 0 // Compatibility with non-clang compilers. 74 #define __has_feature(x) 0 // Compatibility with non-clang compilers. 126 #define __has_cpp_attribute(x) 0 // Compatibility with non-clang compilers. 130 #if __has_cpp_attribute(clang::fallthrough) 131 #define FALLTHROUGH [[clang::fallthrough]] 152 #define __has_attribute(x) 0 // Compatibility with non-clang compilers. 179 #define __has_declspec_attribute(x) 0 // Compatibility with non-clang compilers. 206 #ifdef __is_identifier // Compatibility with non-clang compilers. 244 // To avoid problem with non-clang compilers not having this macro. 269 // To avoid problem with non-clang compilers not having this macro. [all …]
|
H A D | AutomaticReferenceCounting.rst | 78 The first and primary purpose of this document is to serve as a complete 196 implementation (and its host project), clang. "LLVM X.Y" refers to an 197 open-source release of clang from the LLVM project. "Apple X.Y" refers to an 199 prepare their own, separately-versioned clang releases and wish to maintain 214 explicitly insert retains and releases. It does not provide a cycle collector; 394 most common scenario here is passing the ``self`` parameter to ``init``, but 400 The implicit ``self`` parameter of a method may be marked as consumed by adding 406 ``ns_consumed`` parameters (other than self) is made with a null receiver. It 1282 <arc.objects.operands.consumed>` their ``self`` parameter and :ref:`return a 1286 A call to an ``init`` method with a receiver that is either ``self`` (possibly [all …]
|
/aosp_15_r20/external/pytorch/ |
H A D | CONTRIBUTING.md | 53 - [Running clang-tidy](#running-clang-tidy) 121 …1. Run `printf '#include <stdio.h>\nint main() { printf("Hello World");}'|clang -x c -; ./a.out` t… 517 missing file warnings but will still complete. For example, to work on `jit.rst`: 880 …frame #0: 0x00000001024e2628 libtorch_python.dylib`at::indexing::impl::applySelect(self=0x00000001… 915 (gdb) # insert a breakpoint when we call .neg() 1135 ## Running clang-tidy 1137 [Clang-Tidy](https://clang.llvm.org/extra/clang-tidy/index.html) is a C++ 1138 linter and static analysis tool based on the clang compiler. We run clang-tidy 1140 [`clang-tidy` job in our GitHub Workflow's 1144 To run clang-tidy locally, follow these steps: [all …]
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 122 - Issue #25940: Changed test_ssl to use self-signed.pythontest.net. This 350 now accept the self and the dict keyword arguments. 352 - Issue #22609: Constructor of collections.UserDict now accepts the self keyword 503 keyword arguments called "func" and "self". Patch by Martin Panter. 625 - Issue #23671: string.Template now allows to specify the "self" parameter as 626 keyword argument. string.Formatter now allows to specify the "self" and 1121 collections module now accept the self keyword argument. 1306 - Issue #16537: Check whether self.extensions is empty in setup.py. Patch by 1550 - Issue #19076: Don't pass the redundant 'file' argument to self.error(). 1632 that use 'self' in the example code is generated correctly. [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.1.0.rst | 493 - agx: Fix clang-formatting 533 - ci: Add clang-format to the amd64 container 534 - ci: Enforce clang-format for asahi 644 - panfrost: Symlink gallium .clang-format to common 645 - panfrost/winsys: Add .clang-format for winsys folder 648 - panfrost: Re-run clang-format 650 - ci: Run clang-format on panfrost 735 - asahi: clang-format the world again 1029 - vulkan/pipeline_cache: Don't re-insert disk-cache hits into disk-cache 1489 - perfetto: Add a .clang-format for the directory. [all …]
|
H A D | 24.0.0.rst | 242 - ci: Opt out asahi from clang-format 319 - asahi: Quiet clang warning 328 - asahi: handle self blits 497 - agx: clang-fmt 760 - ci: Add Werror=misleading-indentation to debian-clang 1023 - ci: tag sanity, rustfmt and clang-format job as a "placeholder" job 1131 - ci/rules: add missing clang-format files to what needs containers to build 1298 - ci: add nvk to the clang build 1375 - ci: opt-out panfrost from clang-format 1413 - nir: Use nir_builder to insert movs [all …]
|
H A D | 19.0.0.rst | 300 - glsl/linker: complete documentation for 306 - docs: complete the calendar and release schedule documentation 1202 - nv50,nvc0: use condition for occlusion queries when already complete 1219 - clover: Fix build after clang r348827 1470 - freedreno: a2xx: insert scalar MOV to allow 2 source scalar 2247 - radv: ignore subpass self-dependencies 2251 - radv: ignore subpass self-dependencies for CreateRenderPass() too
|
H A D | 21.2.0.rst | 313 - v3d/simulator: use BFC/RFC registers to wait for bin/render to complete 1319 - venus: clang-format clean 1537 - freedreno: Add some options to .clang-format 1538 - ir3: Reformat source with clang-format 1574 - aco: add .clang-format file 1577 - aco: fix self-intersecting register swaps 2110 - i915g: Apply clang-format. 2128 - i915g: Add curly braces for normal mesa style (and helps clang-format) 2897 - intel/compiler: Don't insert barriers for NULL sources 3230 - vulkan/x11: Mark present complete using serial instead of MSC [all …]
|
H A D | 22.1.0.rst | 982 - radv/winsys: complete ring/ip translations. 1369 - pvr: fix clang unused function warning 1378 - radv, aco: Add u_foreach_bit to .clang-format. 1707 - vulkan/render_pass: Provide self-dependeny information 1910 - util/u_atomic: fix build on clang archs without 64-bit atomics 1911 - util: fix build with clang 10 on mips64 2082 - intel/fs: make trivial shader complete tracing operations with missing shaders 2110 - meson: try to find clang-cpp before going through each module 2115 - ci: add clang/spirv-tools/llvm-spirv packages to fedora container 2166 - nir/lower_shader_calls: don't insert code after break/continue [all …]
|
H A D | 22.0.0.rst | 461 - amd/addrlib: Ignore self-assign warnings. 462 - util: Add support for clang::fallthrough. 704 - venus: format with clang-format 2297 - util/u_atomic: fix build on clang archs without 64-bit atomics 2298 - util: fix build with clang 10 on mips64 2921 - glapi: rename exec="dynamic" to exec "vtxfmt" to make it self-explanatory 3047 - v3dv: signal fence when all submitted jobs complete execution 3974 - radv: pass a pointer to a pipeline for the create/insert cache functions 4121 - ci: clean up debian-clang no-error list 4122 - gallivm: avoid a self-assign warning [all …]
|
H A D | 21.1.0.rst | 138 - amd clang cannot convert ‘llvm::AtomicOrdering’ to ‘llvm::MaybeAlign’ build failure 251 - docs: Mark some non-core zink extensions complete 252 - docs: Mark some ES3 zink features complete 992 - radv: Add clang-format for AMD code. 2786 - intel/compiler: Don't insert barriers for NULL sources 2811 - microsoft/clc: Add -fgnu89-inline to clang args 3117 - intel/mi_builder: fix self modifying batches 3547 - radeonsi: don't insert start/stop pipeline stat events if it has no effect 3778 - ci: Bump LLVM/clang from 10 to 11 4889 - util/fossilize_db: Fix compile error with clang [all …]
|
/aosp_15_r20/out/.module_paths/ |
D | files.db | 3 …self","T":1745562276186206775,"I":4471797,"F":["Android.bp"]},{"P":"art/test/1903-suspend-self/src… 5 …self-extractors","T":1745562279566204972,"I":4866597,"F":["METADATA"]},{"P":"device/google/akita/s… 6 …self-extractors","T":1745562279858204817,"I":4870850,"F":["METADATA"]},{"P":"device/google/bluejay… 7 …clang","T":1745562308070189929,"I":5638382,"F":null},{"P":"bcc/src/cc/clang/include","T":174556230… 8 …clang","T":1745562311522188125,"I":5798955,"F":[]},{"P":"cronet/build/config/compiler","T":1745562… 9 …insert","T":1745562322314182508,"I":6455681,"F":[]},{"P":"google-cloud-java/java-compute/samples/s… 12 …insert.iterators","T":1745562329610178730,"I":7086020,"F":[]},{"P":"libcxx/test/std/iterators/pred… 14 …self-hosted-builder","T":1745562340942172886,"I":8397146,"F":[]},{"P":"pytorch/.github/scripts/s39… 15 …clang-asan","T":1745562349010168746,"I":8921766,"F":[]},{"P":"external/swiftshader/third_party/SPI… 18 …self-test","T":1745562359390163439,"I":9325377,"F":[]},{"P":"hardware/nxp/nfc/pn8x/halimpl/src","T… [all …]
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 217 clang Memory Sanitizer build instrumentation was added to work around false 405 they work properly under clang's Memory Sanitizer. A new configure flag 1331 Fixed clang ubsan (undefined behavior sanitizer) warnings in dictobject.c by 1849 self-pipe is full. 2960 Fix self-cancellation in C implementation of asyncio.Task 4414 wait until the cancellation is complete. 5321 Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note 7275 When building Python with clang and LTO, LTO flags are no longer passed into 7318 Have --with-lto works correctly with clang. 7406 Fix detection of C11 atomic support on clang. [all …]
|
/aosp_15_r20/external/bc/manuals/ |
H A D | development.md | 360 existing `.clang-format` file. More precisely, the style is whatever is output 437 Turing-complete programming language. It's a terrible one, but it works. 3333 assumes the existence of `afl-clang-lto` in the `$PATH`, but if that exists, it 3338 * `afl-clang-lto` as the compiler. (See [AFL++ Quickstart][129].) 3603 Alternatively, I/O bound programs can use the [self-pipe trick][199]. 3820 answer is that sometime, when attempting to insert into the "map", code might 3824 If the insert fails, then the name already exists, and the inserting code can 3826 the inserting code must create a new item and insert it. 4233 `bc`'s language is Turing-complete. That means that code needs the ability to 5042 [19]: https://clang-analyzer.llvm.org/scan-build.html [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | DiagnosticSemaKinds.inc | 132 …sult of a delegate init call must be immediately returned or assigned to 'self'", 0, SFINAE_Substi… 489 …CLASS_ERROR, (unsigned)diag::Severity::Error, "parameter %0 must have a complete type to use funct… 571 …eturn type in the declaration of a conversion function%select{; put the complete type after 'opera… 589 … marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; non-c… 988 …ASS_ERROR, (unsigned)diag::Severity::Error, "incomplete type %0 where a complete type is required"… 1559 …nsigned)diag::Severity::Error, "expected expression with a pointer to a complete type as a base of… 1811 …OR, (unsigned)diag::Severity::Error, "'#pragma clang attribute' attribute with no matching '#pragm… 1815 …eof, CLASS_ERROR, (unsigned)diag::Severity::Error, "unterminated '#pragma clang attribute push' at… 1816 …(unsigned)diag::Severity::Error, "'#pragma clang attribute %select{%1.|}0pop' with no matching '#p… 1960 …clang fp eval_method'|option 'ffp-eval-method'}0 cannot be used with %select{option 'fapprox-func'… [all …]
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 1007 "block implicitly retains 'self'; explicitly mention 'self' to indicate " 1009 InGroup<DiagGroup<"implicit-retain-self">>, DefaultIgnore; 1354 "incomplete type %0 where a complete type is required">; 3032 "convenience initializer missing a 'self' call to another initializer">, 3268 // to complete the type, which doesn't involve changes to the call line 4603 "insert an explicit cast to silence this issue">; 4851 "or assigned to 'self'">; 4888 "cannot assign to 'self' outside of a method in the init family">; 4890 "cannot assign to 'self' in a class method">; 6826 "accepted due to -fheinous-gnu-extensions, but clang may remove support " [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 2759 -# When interrupted or exit'd, cleanup temporary files, and complete 17215 - - Normalize size class spacing to be consistent across the complete size 19573 - and cpu-profile files (this loosely matches that of /proc/self/maps 20124 - # TODO(csilvers): $libs uses the /proc/self/maps data from profile1, 21584 - #next if ($src eq $dst); # Avoid self-edges? 23103 - my $self = { file => $file, 23110 - bless $self, $class; 23113 - $self->{stride} = $main::opt_test_stride; 23116 - my $slots = $self->{slots}; 23118 - read($self->{file}, $str, 8); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | DiagnosticSemaKinds.inc | 116 …sult of a delegate init call must be immediately returned or assigned to 'self'", 0, SFINAE_Substi… 472 …CLASS_ERROR, (unsigned)diag::Severity::Error, "parameter %0 must have a complete type to use funct… 553 …eturn type in the declaration of a conversion function%select{; put the complete type after 'opera… 570 … marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; non-c… 964 …ASS_ERROR, (unsigned)diag::Severity::Error, "incomplete type %0 where a complete type is required"… 1535 …nsigned)diag::Severity::Error, "expected expression with a pointer to a complete type as a base of… 1788 …OR, (unsigned)diag::Severity::Error, "'#pragma clang attribute' attribute with no matching '#pragm… 1792 …eof, CLASS_ERROR, (unsigned)diag::Severity::Error, "unterminated '#pragma clang attribute push' at… 1793 …(unsigned)diag::Severity::Error, "'#pragma clang attribute %select{%1.|}0pop' with no matching '#p… 1933 …clang fp eval_method'|option 'ffp-eval-method'}0 cannot be used with %select{option 'fapprox-func'… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | DiagnosticSemaKinds.inc | 116 …sult of a delegate init call must be immediately returned or assigned to 'self'", 0, SFINAE_Substi… 472 …CLASS_ERROR, (unsigned)diag::Severity::Error, "parameter %0 must have a complete type to use funct… 553 …eturn type in the declaration of a conversion function%select{; put the complete type after 'opera… 570 … marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; non-c… 964 …ASS_ERROR, (unsigned)diag::Severity::Error, "incomplete type %0 where a complete type is required"… 1535 …nsigned)diag::Severity::Error, "expected expression with a pointer to a complete type as a base of… 1788 …OR, (unsigned)diag::Severity::Error, "'#pragma clang attribute' attribute with no matching '#pragm… 1792 …eof, CLASS_ERROR, (unsigned)diag::Severity::Error, "unterminated '#pragma clang attribute push' at… 1793 …(unsigned)diag::Severity::Error, "'#pragma clang attribute %select{%1.|}0pop' with no matching '#p… 1933 …clang fp eval_method'|option 'ffp-eval-method'}0 cannot be used with %select{option 'fapprox-func'… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | DiagnosticSemaKinds.inc | 114 …sult of a delegate init call must be immediately returned or assigned to 'self'", 0, SFINAE_Substi… 462 …CLASS_ERROR, (unsigned)diag::Severity::Error, "parameter %0 must have a complete type to use funct… 542 …eturn type in the declaration of a conversion function%select{; put the complete type after 'opera… 559 … marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; non-c… 944 …ASS_ERROR, (unsigned)diag::Severity::Error, "incomplete type %0 where a complete type is required"… 1512 …nsigned)diag::Severity::Error, "expected expression with a pointer to a complete type as a base of… 1764 …OR, (unsigned)diag::Severity::Error, "'#pragma clang attribute' attribute with no matching '#pragm… 1768 …eof, CLASS_ERROR, (unsigned)diag::Severity::Error, "unterminated '#pragma clang attribute push' at… 1769 …(unsigned)diag::Severity::Error, "'#pragma clang attribute %select{%1.|}0pop' with no matching '#p… 1908 …clang fp eval_method'|option 'ffp-eval-method'}0 cannot be used with %select{option 'fapprox-func'… [all …]
|
/aosp_15_r20/external/harfbuzz_ng/perf/texts/ |
H A D | en-words.txt | 1859 clang 2077 complete 5348 insert 9651 self
|
/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | CHANGES.txt | 453 …* Fix for issue #8484, constant initialization doesn't compile in msvc clang-cl environment (#8993) 543 * Fix warnings raised by clang 11 (#8664) 1550 …* More complete keyword and NSObject method (via categories) checks for field names, can result in… 1846 * SerializeToString API is changed to SerializeToString(self, **kwargs), 2021 compiler to correctly report importing-self as an error. 2478 * Map fields now have proper O(1) performance for lookup/insert/delete 3382 * Don't pass self as first argument to superclass constructor (no longer
|