Home
last modified time | relevance | path

Searched refs:redundant (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/external/v8/tools/clang/plugins/tests/
Dvirtual_specifiers.txt9 virtual_specifiers.cpp:46:3: warning: [chromium-style] 'virtual' is redundant; 'override' implies '…
12 virtual_specifiers.cpp:47:3: warning: [chromium-style] 'virtual' is redundant; 'override' implies '…
15 virtual_specifiers.cpp:52:3: warning: [chromium-style] 'virtual' is redundant; 'final' implies 'vir…
18 virtual_specifiers.cpp:53:3: warning: [chromium-style] 'virtual' is redundant; 'final' implies 'vir…
21 virtual_specifiers.cpp:58:38: warning: [chromium-style] 'override' is redundant; 'final' implies 'o…
27 virtual_specifiers.cpp:58:3: warning: [chromium-style] 'virtual' is redundant; 'final' implies 'vir…
30 virtual_specifiers.cpp:59:20: warning: [chromium-style] 'override' is redundant; 'final' implies 'o…
36 virtual_specifiers.cpp:59:3: warning: [chromium-style] 'virtual' is redundant; 'final' implies 'vir…
39 virtual_specifiers.cpp:64:23: warning: [chromium-style] 'override' is redundant; 'final' implies 'o…
45 virtual_specifiers.cpp:65:12: warning: [chromium-style] 'override' is redundant; 'final' implies 'o…
[all …]
Doverridden_methods.txt6 ./overridden_methods.h:25:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
13 ./overridden_methods.h:38:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
20 ./overridden_methods.h:46:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
27 ./overridden_methods.h:48:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
34 ./overridden_methods.h:52:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
41 ./overridden_methods.h:54:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
48 ./overridden_methods.h:56:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
55 ./overridden_methods.h:58:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
62 ./overridden_methods.h:61:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
69 ./overridden_methods.h:63:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl…
[all …]
Dvirtual_base_method_also_final.txt1 virtual_base_method_also_final.cpp:10:3: warning: [chromium-style] 'virtual' is redundant; 'final' …
4 virtual_base_method_also_final.cpp:13:8: warning: [chromium-style] 'virtual' is redundant; 'final' …
Dblacklisted_dirs.txt5 /src/chromium/src/myheader.h:2:3: warning: [chromium-style] 'virtual' will be redundant; 'override'…
12 /src/chrome-breakpad/src/myheader.h:124:3: warning: [chromium-style] 'virtual' will be redundant; '…
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
Daudio_encoder_copy_red_unittest.cc166 EXPECT_EQ(1u, encoded_info_.redundant.size()); in TEST_F()
182 ASSERT_EQ(2u, encoded_info_.redundant.size()); in TEST_F()
202 EXPECT_EQ(1u, encoded_info_.redundant.size()); in TEST_F()
207 ASSERT_EQ(2u, encoded_info_.redundant.size()); in TEST_F()
208 EXPECT_EQ(i, encoded_info_.redundant[0].encoded_bytes); in TEST_F()
209 EXPECT_EQ(i - 1, encoded_info_.redundant[1].encoded_bytes); in TEST_F()
233 ASSERT_EQ(2u, encoded_info_.redundant.size()); in TEST_F()
234 EXPECT_EQ(primary_timestamp, encoded_info_.redundant[0].encoded_timestamp); in TEST_F()
235 EXPECT_EQ(secondary_timestamp, encoded_info_.redundant[1].encoded_timestamp); in TEST_F()
269 ASSERT_EQ(2u, encoded_info_.redundant.size()); in TEST_F()
[all …]
Daudio_encoder_copy_red.cc64 RTC_CHECK(info.redundant.empty()) << "Cannot use nested redundant encoders."; in EncodeInternal()
70 info.redundant.push_back(info); in EncodeInternal()
71 RTC_DCHECK_EQ(info.redundant.size(), 1u); in EncodeInternal()
75 info.redundant.push_back(secondary_info_); in EncodeInternal()
76 RTC_DCHECK_EQ(info.redundant.size(), 2u); in EncodeInternal()
81 RTC_DCHECK_EQ(info.speech, info.redundant[0].speech); in EncodeInternal()
86 for (std::vector<EncodedInfoLeaf>::const_iterator it = info.redundant.begin(); in EncodeInternal()
87 it != info.redundant.end(); ++it) { in EncodeInternal()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dlstreg.txt10 …'type' is the type of subtag (language, extlang, script, region, variant, grandfathered, redundant)
11 # - 'subtag' is the subtag (or tag, if grandfathered or redundant) defined by this record
960 # redundant
964 redundant | art-lojban | Lojban | 2001-11-11 | | # use language art + variant lojban
965 redundant | az-Arab | Azerbaijani in Arabic script | 2003-05-30 | | # use language az + script Arab
966 redundant | az-Cyrl | Azerbaijani in Cyrillic script | 2003-05-30 | | # use language az + script Cy…
967 redundant | az-Latn | Azerbaijani in Latin script | 2003-05-30 | | # use language az + script Latn
968 redundant | be-Latn | Belarusian in Latin script | 2005-01-06 | | # use language be + script Latn
969 redundant | cel-gaulish | Gaulish | 2001-05-25 | | # use language cel + variant gaulish
970 redundant | de-1901 | German, traditional orthography | 2001-07-17 | | # use language de + variant …
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dwaitcnt-no-redundant.mir3 # Check that the waitcnt pass does *not* insert a redundant waitcnt instr.
4 # In this testcase, ensure that pass does not insert redundant S_WAITCNT 3952
7 # CHECK-LABEL: name: waitcnt-no-redundant
13 name: waitcnt-no-redundant
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmachine-copy-prop.mir19 # The second copy is redundant and will be removed, check that we also remove
36 # The second copy is redundant and will be removed, check that we also remove
53 # The second copy is redundant and will be removed, check that we also remove
70 # The second copy is redundant; the call preserves the source and dest register.
88 # The 2nd copy is redundant; The call preserves the source and dest register.
120 # The second copy is not redundant if the source register ($rax) is clobbered
137 # The second copy is not redundant if the dest register ($rax) is clobbered
154 # The second copy is not redundant if the source register ($rax) is clobbered
171 # The second copy is not redundant if the dest register ($rax) is clobbered
188 # A reserved register may change its value so the 2nd copy is not redundant.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/
Dicmpa.ll27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1.
48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
/external/llvm/test/CodeGen/X86/
Dmachine-copy-prop.mir19 # The second copy is redundant and will be removed, check that we also remove
37 # The second copy is redundant and will be removed, check that we also remove
55 # The second copy is redundant and will be removed, check that we also remove
73 # The second copy is redundant; the call preserves the source and dest register.
92 # The 2nd copy is redundant; The call preserves the source and dest register.
126 # The second copy is not redundant if the source register (%rax) is clobbered
144 # The second copy is not redundant if the dest register (%rax) is clobbered
162 # The second copy is not redundant if the source register (%rax) is clobbered
180 # The second copy is not redundant if the dest register (%rax) is clobbered
198 # A reserved register may change its value so the 2nd copy is not redundant.
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dicmpa.ll27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1.
48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
Dsel1.ll8 ; FIXME: The following instruction is redundant.
24 ; FIXME: The following 2 instructions are redundant.
41 ; FIXME: The following 2 instructions are redundant.
57 ; FIXME: The following instruction is redundant.
/external/u-boot/tools/
Dmkenvimage.c77 int redundant = 0; in main() local
107 redundant = 1; in main()
151 envsize = datasize - (CRC_SIZE + redundant); in main()
152 envptr = dataptr + CRC_SIZE + redundant; in main()
290 if (redundant) in main()
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dsdiv.ll43 ; FIXME: The sll/sra instructions are redundant since div is signed.
49 ; FIXME: The sll/sra instructions are redundant since div is signed.
75 ; FIXME: The sll/sra instructions are redundant since div is signed.
82 ; FIXME: This instruction is redundant.
87 ; FIXME: This instruction is redundant.
110 ; FIXME: The sll/sra instructions are redundant since div is signed.
117 ; FIXME: This is instruction is redundant since div is signed.
122 ; FIXME: This is instruction is redundant since div is signed.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Dsdiv.ll41 ; FIXME: The andi/negu instructions are redundant since div is signed.
47 ; FIXME: The andi/negu instructions are redundant since div is signed.
75 ; FIXME: The sll/sra instructions are redundant since div is signed.
82 ; FIXME: This instruction is redundant.
87 ; FIXME: This instruction is redundant.
110 ; FIXME: The sll/sra instructions are redundant since div is signed.
117 ; FIXME: This is instruction is redundant since div is signed.
122 ; FIXME: This is instruction is redundant since div is signed.
/external/clang/test/SemaObjC/
Dcocoa-api-usage.m80 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
81 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
82 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
83 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
Dcocoa-api-usage.m.fixed80 NSString *str = M(@"foo"); // expected-warning {{redundant}}
81 str = @"foo"; // expected-warning {{redundant}}
82 NSArray *arr = @[str]; // expected-warning {{redundant}}
83 NSDictionary *dict = @{str: arr}; // expected-warning {{redundant}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/
Dpre-after-rle.ll5 ; Detecting that %s is fully redundant should let us detect that %w is partially
6 ; redundant.
39 ; %s is fully redundant but has more than one available value. Detecting that
40 ; %w is partially redundant requires alias analysis that can analyze those
/external/clang/test/ARCMT/
Dobjcmt-instancetype.m107 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
108 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
109 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
110 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
Dobjcmt-instancetype.m.result107 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
108 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
109 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
110 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.cc76 if (info.redundant.empty()) { in ConvertEncodedInfoToFragmentationHeader()
82 static_cast<uint16_t>(info.redundant.size())); in ConvertEncodedInfoToFragmentationHeader()
83 frag->fragmentationVectorSize = static_cast<uint16_t>(info.redundant.size()); in ConvertEncodedInfoToFragmentationHeader()
85 for (size_t i = 0; i < info.redundant.size(); ++i) { in ConvertEncodedInfoToFragmentationHeader()
87 offset += info.redundant[i].encoded_bytes; in ConvertEncodedInfoToFragmentationHeader()
88 frag->fragmentationLength[i] = info.redundant[i].encoded_bytes; in ConvertEncodedInfoToFragmentationHeader()
90 info.encoded_timestamp - info.redundant[i].encoded_timestamp); in ConvertEncodedInfoToFragmentationHeader()
91 frag->fragmentationPlType[i] = info.redundant[i].payload_type; in ConvertEncodedInfoToFragmentationHeader()
/external/u-boot/tools/env/
Dfw_env.c1397 struct env_image_redundant *redundant; in fw_env_open() local
1418 redundant = addr0; in fw_env_open()
1419 environment.crc = &redundant->crc; in fw_env_open()
1420 environment.flags = &redundant->flags; in fw_env_open()
1421 environment.data = redundant->data; in fw_env_open()
1457 redundant = addr1; in fw_env_open()
1492 crc1 = crc32(0, (uint8_t *)redundant->data, ENV_SIZE); in fw_env_open()
1494 crc1_ok = (crc1 == redundant->crc); in fw_env_open()
1495 flag1 = redundant->flags; in fw_env_open()
1549 environment.crc = &redundant->crc; in fw_env_open()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dopt-Os-pipeline.ll46 ; CHECK-NEXT: Combine redundant instructions
75 ; CHECK-NEXT: Combine redundant instructions
100 ; CHECK-NEXT: Combine redundant instructions
133 ; CHECK-NEXT: Combine redundant instructions
161 ; CHECK-NEXT: Combine redundant instructions
209 ; CHECK-NEXT: Combine redundant instructions
222 ; CHECK-NEXT: Combine redundant instructions
232 ; CHECK-NEXT: Combine redundant instructions
261 ; CHECK-NEXT: Remove redundant instructions
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Dmultiple-div.ll6 ;; apparently-redundant wr to %y, which is not actually redundant

12345678910>>...20