Home
last modified time | relevance | path

Searched refs:unnecessary (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dabseil-duration-unnecessary-conversion.rst1 .. 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
Dreadability-redundant-member-init.rst6 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.
Dabseil-redundant-strcat-calls.rst6 Suggests removal of unnecessary calls to ``absl::StrCat`` when the result is
9 The extra calls cause unnecessary temporary strings to be constructed. Removing
Dreadability-redundant-string-init.rst6 Finds unnecessary string initializations.
13 // Initializing string with empty string literal is unnecessary.
Dperformance-unnecessary-copy-initialization.rst1 .. title:: clang-tidy - performance-unnecessary-copy-initialization
3 performance-unnecessary-copy-initialization
Dperformance-unnecessary-value-param.rst1 .. title:: clang-tidy - performance-unnecessary-value-param
3 performance-unnecessary-value-param
Dreadability-redundant-string-cstr.rst7 Finds unnecessary calls to ``std::string::c_str()`` and ``std::string::data()``.
Dperformance-inefficient-vector-operation.rst7 ``emplace_back``) that may cause unnecessary memory reallocations.
11 unnecessary memory reallocations.
Dreadability-delete-null-pointer.rst7 The check is unnecessary as deleting a null pointer has no effect.
/external/rust/crates/grpcio-sys/grpc/test/
D.clang-tidy2 …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-tidy2 …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/
Dperformance-unnecessary-value-param-arc.m1 // RUN: clang-tidy %s -checks=-*,performance-unnecessary-value-param -- \
9 // not raise performance-unnecessary-value-param.
Dperformance-unnecessary-value-param-arc.mm1 // RUN: clang-tidy %s -checks=-*,performance-unnecessary-value-param -- \
9 // not raise performance-unnecessary-value-param.
/external/rust/crates/grpcio/
D.clang-tidy10 -performance-unnecessary-copy-initialization,
11 -performance-unnecessary-value-param,
/external/rust/crates/grpcio-sys/grpc/
D.clang-tidy10 -performance-unnecessary-copy-initialization,
11 -performance-unnecessary-value-param,
/external/libcxx/utils/google-benchmark/
DREADME.LLVM4 This directory contains the Google Benchmark source code with some unnecessary
/external/googletest/googlemock/scripts/generator/
DREADME.cppclean6 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/
Dexceptions-legacy.mm27 // Leave the @synchronized. The reload of obj here is unnecessary.
66 // Catch handler. Reload of 'failed' address is unnecessary.
/external/clang/test/CodeGenObjCXX/
Dexceptions-legacy.mm27 // Leave the @synchronized. The reload of obj here is unnecessary.
77 // Catch handler. Reload of 'failed' address is unnecessary.
/external/tinyalsa/
DREADME7 - Avoid supporting complex and unnecessary operations that could be
/external/linux-kselftest/android/patches/
D0011-disable-rtc-tests.patch1 Do not run unnecessary or incompatible rtc tests on Android.
/external/llvm-project/clang/test/CodeGenObjC/
Dsimplify-exceptions.mm8 // Check that we don't emit unnecessary personality function references.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-cmp-55.ll1 ; Check that we don't insert unnecessary CC spills
/external/clang/test/CodeGenObjC/
Dsimplify-exceptions.mm8 // Check that we don't emit unnecessary personality function references.
/external/curl/docs/cmdline-opts/
Dlocal-port.d10 cause unnecessary connection setup failures.

12345678910>>...22