Searched refs:unnecessary (Results 1 – 25 of 539) sorted by relevance
12345678910>>...22
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | abseil-duration-unnecessary-conversion.rst | 1 .. title:: clang-tidy - abseil-duration-unnecessary-conversion 3 abseil-duration-unnecessary-conversion 17 // Suggestion - Remove unnecessary conversions 34 // Suggestion - Remove unnecessary conversions 51 // Suggestion - Remove unnecessary conversion
|
D | readability-redundant-member-init.rst | 6 Finds member initializations that are unnecessary because the same default 14 // Explicitly initializing the member s is unnecessary. 30 When `true`, the check will ignore unnecessary base class initializations 39 // Explicitly initializing member s and base class Bar is unnecessary.
|
D | abseil-redundant-strcat-calls.rst | 6 Suggests removal of unnecessary calls to ``absl::StrCat`` when the result is 9 The extra calls cause unnecessary temporary strings to be constructed. Removing
|
D | readability-redundant-string-init.rst | 6 Finds unnecessary string initializations. 13 // Initializing string with empty string literal is unnecessary.
|
D | performance-unnecessary-copy-initialization.rst | 1 .. title:: clang-tidy - performance-unnecessary-copy-initialization 3 performance-unnecessary-copy-initialization
|
D | performance-unnecessary-value-param.rst | 1 .. title:: clang-tidy - performance-unnecessary-value-param 3 performance-unnecessary-value-param
|
D | readability-redundant-string-cstr.rst | 7 Finds unnecessary calls to ``std::string::c_str()`` and ``std::string::data()``.
|
D | performance-inefficient-vector-operation.rst | 7 ``emplace_back``) that may cause unnecessary memory reallocations. 11 unnecessary memory reallocations.
|
D | readability-delete-null-pointer.rst | 7 The check is unnecessary as deleting a null pointer has no effect.
|
/external/rust/crates/grpcio-sys/grpc/test/ |
D | .clang-tidy | 2 …xplicit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initializa… 3 …xplicit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initializa…
|
/external/grpc-grpc/test/ |
D | .clang-tidy | 2 …xplicit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initializa… 3 …xplicit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initializa…
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-unnecessary-value-param-arc.m | 1 // RUN: clang-tidy %s -checks=-*,performance-unnecessary-value-param -- \ 9 // not raise performance-unnecessary-value-param.
|
D | performance-unnecessary-value-param-arc.mm | 1 // RUN: clang-tidy %s -checks=-*,performance-unnecessary-value-param -- \ 9 // not raise performance-unnecessary-value-param.
|
/external/rust/crates/grpcio/ |
D | .clang-tidy | 10 -performance-unnecessary-copy-initialization, 11 -performance-unnecessary-value-param,
|
/external/rust/crates/grpcio-sys/grpc/ |
D | .clang-tidy | 10 -performance-unnecessary-copy-initialization, 11 -performance-unnecessary-value-param,
|
/external/libcxx/utils/google-benchmark/ |
D | README.LLVM | 4 This directory contains the Google Benchmark source code with some unnecessary
|
/external/googletest/googlemock/scripts/generator/ |
D | README.cppclean | 6 to unnecessary #include directives. Unnecessary #includes can cause 20 * (planned) Find unnecessary header files #included 22 - Header is unnecessary if classes were forward declared instead
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | exceptions-legacy.mm | 27 // Leave the @synchronized. The reload of obj here is unnecessary. 66 // Catch handler. Reload of 'failed' address is unnecessary.
|
/external/clang/test/CodeGenObjCXX/ |
D | exceptions-legacy.mm | 27 // Leave the @synchronized. The reload of obj here is unnecessary. 77 // Catch handler. Reload of 'failed' address is unnecessary.
|
/external/tinyalsa/ |
D | README | 7 - Avoid supporting complex and unnecessary operations that could be
|
/external/linux-kselftest/android/patches/ |
D | 0011-disable-rtc-tests.patch | 1 Do not run unnecessary or incompatible rtc tests on Android.
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | simplify-exceptions.mm | 8 // Check that we don't emit unnecessary personality function references.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-55.ll | 1 ; Check that we don't insert unnecessary CC spills
|
/external/clang/test/CodeGenObjC/ |
D | simplify-exceptions.mm | 8 // Check that we don't emit unnecessary personality function references.
|
/external/curl/docs/cmdline-opts/ |
D | local-port.d | 10 cause unnecessary connection setup failures.
|
12345678910>>...22