Home
last modified time | relevance | path

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

1234567891011

/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:3: warning: [chromium-style] 'virtual' is redundant; 'override' implies '…
24 virtual_specifiers.cpp:58:38: warning: [chromium-style] 'override' is redundant; 'final' implies 'o…
30 virtual_specifiers.cpp:59:3: warning: [chromium-style] 'virtual' is redundant; 'override' implies '…
33 virtual_specifiers.cpp:59:20: warning: [chromium-style] 'override' is redundant; 'final' implies 'o…
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 …]
Dvirtual_base_method_also_final.txt1 virtual_base_method_also_final.cpp:10:3: warning: [chromium-style] 'virtual' is redundant; 'final' …
13 virtual_base_method_also_final.cpp:13:3: warning: [chromium-style] 'virtual' is redundant; 'final' …
19 virtual_base_method_also_final.cpp:16:3: warning: [chromium-style] 'virtual' is redundant; 'final' …
/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/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.
Dhoist-common.ll4 ; to there being a redundant xorl in the entry block
6 ; However, now that MachineSink sinks the redundant xor
/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/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/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/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/llvm/test/CodeGen/SPARC/
Dmultiple-div.ll6 ;; apparently-redundant wr to %y, which is not actually 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/llvm/test/Transforms/ObjCARC/
Dgvn.ll9 ; GVN should be able to eliminate this redundant load, with ARC-specific
26 ; GVN should not be able to eliminate this redundant load, with ARC-specific
Drle-s2l.ll10 ; Basic redundant @objc_loadWeak elimination.
38 ; Basic redundant @objc_loadWeakRetained elimination.
55 ; Basic redundant @objc_loadWeakRetained elimination, this time
73 ; A regular call blocks redundant weak load elimination.
/external/icu/icu4c/source/data/translit/
Dmy_my_FONIPA.txt121 $vs_aa \u1037 → a $creaky; # redundant creaky tone
180 $vs_e $vs_aa း → ɔ $high; # redundant high tone; this does not usually occur
187 $vs_ai း → ɛ $high; # redundant high tone; this does not usually occur
214 # Remove redundant MEDIAL YA and MEDIAL RA after initial YA.
297 ဣ\u1037 → ʔḭ; # redundant creaky tone; this does not usually occur
303 ဥ\u1037 → ʔṵ; # redundant creaky tone; this does not usually occur
313 ဩး → ʔɔ\u0301; # redundant high tone; this does not usually occur
/external/llvm/test/Transforms/InstCombine/
DOverlappingInsertvalues.ll4 ; Check that we can find and remove redundant insertvalues
13 ; Check that we can find and remove redundant nodes in insertvalues chain
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Drle-s2l.ll10 ; Basic redundant @objc_loadWeak elimination.
38 ; Basic redundant @objc_loadWeakRetained elimination.
55 ; Basic redundant @objc_loadWeakRetained elimination, this time
73 ; A regular call blocks redundant weak load elimination.
/external/llvm/test/Transforms/GVN/
Dnon-local-offset.ll6 ; fully redundant.
30 ; fully redundant. However, the second load is larger, so it's not a simple
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
Dnon-local-offset.ll6 ; fully redundant.
30 ; fully redundant. However, the second load is larger, so it's not a simple
/external/llvm/test/CodeGen/PowerPC/
Dvariable_elem_vec_extracts.ll100 ; FIXME: the instruction below is a redundant regclass copy, to be removed
106 ; FIXME: the instruction below is a redundant regclass copy, to be removed
112 ; FIXME: the instruction below is a redundant regclass copy, to be removed
/external/llvm/test/CodeGen/ARM/
Ddagcombine-anyexttozeroext.ll28 ; The uxth is redundant, and we should be able to extend without
42 ; The and is not redundant and cannot be removed. Since
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Delidelocalchecks.ll2 ; Also test that redundant checks of the same variable are elided.
63 ; loads and stores with elided redundant checks
102 ; Loads and stores with elided redundant checks

1234567891011