/external/clang/test/SemaObjC/ |
D | arc-non-pod-memaccess.m | 25 // expected-note{{explicitly cast the pointer to silence this warning}} 27 // expected-note{{explicitly cast the pointer to silence this warning}} 29 // expected-note{{explicitly cast the pointer to silence this warning}} 33 // expected-note{{explicitly cast the pointer to silence this warning}} 35 // expected-note{{explicitly cast the pointer to silence this warning}} 37 // expected-note{{explicitly cast the pointer to silence this warning}} 41 // expected-note{{explicitly cast the pointer to silence this warning}} 43 // expected-note{{explicitly cast the pointer to silence this warning}} 45 // expected-note{{explicitly cast the pointer to silence this warning}} 49 // expected-note{{explicitly cast the pointer to silence this warning}} [all …]
|
D | property-deprecated-warning.m | 60 …re 'partial_dep_target' to silence this warning}} expected-note@+2 {{explicitly redeclare 'setPart… 85 … in iOS 5.0}} expected-note@+2 {{explicitly redeclare 'setPartialTarget:' to silence this warning}} 89 …re 'partial_dep_target' to silence this warning}} expected-note@+2 {{explicitly redeclare 'setPart… 118 …lare 'partialIsEnabled' to silence this warning}} expected-note@+3 {{explicitly redeclare 'partial… 141 …ced in iOS 5.0}} expected-note@+2 {{explicitly redeclare 'partialPtarget' to silence this warning}}
|
D | warn-unreachable.m | 56 …if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by add… 59 if (YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}} 69 if (!YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
|
D | attr-availability.m | 47 …ed in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'partialMethod' to silence this warning}} 52 …S X 10.8}} expected-note@+2 {{explicitly redeclare 'partial_proto_method' to silence this warning}} 56 …S X 10.8}} expected-note@+2 {{explicitly redeclare 'partial_proto_method' to silence this warning}} 164 … in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'ipartialMethod2' to silence this warning}} 171 … in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'ipartialMethod2' to silence this warning}} 184 …oduced in OS X 10.8}} expected-note@+2 {{explicitly redeclare 'PartialI2' to silence this warning}}
|
D | uninit-variables.m | 17 int x; // expected-note{{initialize the variable 'x' to silence this warning}} 40 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
|
D | self-assign.m | 11 // expected-note{{place parentheses around the assignment to silence this warning}}
|
D | idiomatic-parentheses.m | 31 … // expected-note {{place parentheses around the assignment to silence this warning}} \
|
/external/clang/test/SemaCXX/ |
D | warn-bool-conversion.cpp | 49 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 51 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 53 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 55 expected-note {{prefix with the address-of operator to silence this warning}} in bar() 57 expected-note {{prefix with the address-of operator to silence this warning}} \ in bar() 60 expected-note {{prefix with the address-of operator to silence this warning}} in bar()
|
D | condition.cpp | 52 expected-note {{prefix with the address-of operator to silence this warning}} in test3()
|
/external/gptfdisk/ |
D | sgdisk.cc | 41 int silence = open("/dev/null", 0); in android_dump() local 42 dup2(silence, STDOUT_FILENO); in android_dump() 43 dup2(silence, STDERR_FILENO); in android_dump()
|
/external/clang/test/Sema/ |
D | parentheses.cpp | 89 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test() 94 … expected-note {{place parentheses around the '-' expression to silence this warning}} in test() 100 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test()
|
D | warn-self-assign-field.mm | 41 // This is a common pattern to silence "parameter unused". Shouldn't warn.
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_apitemp.py | 67 silence = '' 83 silence += "%s(void) %s;" % (space, p.name); 105 if silence: 106 print ' %s' % (silence)
|
/external/valgrind/none/tests/s390x/ |
D | ecag.stdout.exp | 1 just to silence the consistency checker
|
/external/llvm/test/BugPoint/ |
D | crash-narrowfunctiontest.ll | 3 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
D | remove_arguments_test.ll | 1 …oad %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
|
D | metadata.ll | 1 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
/external/clang/test/PCH/ |
D | pragma-diag-section.cpp | 31 expected-note@28 {{initialize the variable 'a' to silence}} in m()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | Makefile | 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
|
/external/libopus/celt/ |
D | celt_encoder.c | 1294 int silence=0; in celt_encode_with_ec() local 1449 silence = (sample_max==0); in celt_encode_with_ec() 1451 silence = (sample_max <= (opus_val16)1/(1<<st->lsb_depth)); in celt_encode_with_ec() 1455 silence = 1; in celt_encode_with_ec() 1458 ec_enc_bit_logp(enc, silence, 15); in celt_encode_with_ec() 1460 silence=0; in celt_encode_with_ec() 1461 if (silence) in celt_encode_with_ec() 1487 …->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && st->start==0 && !silence && !st->disable_pf in celt_encode_with_ec() 1883 if(silence) in celt_encode_with_ec() 1914 nbAvailableBytes += silence?0:adjust; in celt_encode_with_ec() [all …]
|
D | celt_decoder.c | 694 int silence; local 783 silence = 1; 785 silence = ec_dec_bit_logp(dec, 15); 787 silence = 0; 788 if (silence) 916 if (silence)
|
/external/clang/test/Analysis/ |
D | unused-ivars.m | 86 // <rdar://problem/7353683> - consult attribute((unused)) to silence warnings
|
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 26 XS(boot_Perf__Trace__Context) to silence a warning/error.
|
/external/selinux/libsemanage/tests/ |
D | README | 56 function to silence error messages produced by libsemanage and keep
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommentKinds.td | 155 "add a deprecation attribute to the declaration to silence this warning">;
|