/external/v8/tools/clang/plugins/tests/ |
D | virtual_specifiers.txt | 9 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 …]
|
D | virtual_base_method_also_final.txt | 1 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/ |
D | audio_encoder_copy_red_unittest.cc | 166 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 …]
|
D | audio_encoder_copy_red.cc | 64 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/ |
D | machine-copy-prop.mir | 19 # 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.
|
D | hoist-common.ll | 4 ; 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/ |
D | icmpa.ll | 27 ; 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.
|
D | sel1.ll | 8 ; 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/ |
D | sdiv.ll | 43 ; 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/ |
D | cocoa-api-usage.m | 80 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}}
|
D | cocoa-api-usage.m.fixed | 80 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/ |
D | objcmt-instancetype.m | 107 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}}
|
D | objcmt-instancetype.m.result | 107 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/ |
D | multiple-div.ll | 6 ;; apparently-redundant wr to %y, which is not actually redundant
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_impl.cc | 76 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/ |
D | gvn.ll | 9 ; 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
|
D | rle-s2l.ll | 10 ; 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/ |
D | my_my_FONIPA.txt | 121 $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/ |
D | OverlappingInsertvalues.ll | 4 ; 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/ |
D | rle-s2l.ll | 10 ; 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/ |
D | non-local-offset.ll | 6 ; 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/ |
D | non-local-offset.ll | 6 ; fully redundant. 30 ; fully redundant. However, the second load is larger, so it's not a simple
|
/external/llvm/test/CodeGen/PowerPC/ |
D | variable_elem_vec_extracts.ll | 100 ; 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/ |
D | dagcombine-anyexttozeroext.ll | 28 ; 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/ |
D | elidelocalchecks.ll | 2 ; 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
|