Home
last modified time | relevance | path

Searched refs:silence (Results 1 – 25 of 63) sorted by relevance

123

/external/clang/test/SemaObjC/
Darc-non-pod-memaccess.m25 // 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 …]
Dproperty-deprecated-warning.m60 …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}}
Dwarn-unreachable.m56 …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}}
Dattr-availability.m47 …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}}
Duninit-variables.m17 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}}
Dself-assign.m11 // expected-note{{place parentheses around the assignment to silence this warning}}
Didiomatic-parentheses.m31 … // expected-note {{place parentheses around the assignment to silence this warning}} \
/external/clang/test/SemaCXX/
Dwarn-bool-conversion.cpp49 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()
Dcondition.cpp52 expected-note {{prefix with the address-of operator to silence this warning}} in test3()
/external/gptfdisk/
Dsgdisk.cc41 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/
Dparentheses.cpp89 … 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()
Dwarn-self-assign-field.mm41 // This is a common pattern to silence "parameter unused". Shouldn't warn.
/external/mesa3d/src/mapi/glapi/gen/
Dgl_apitemp.py67 silence = ''
83 silence += "%s(void) %s;" % (space, p.name);
105 if silence:
106 print ' %s' % (silence)
/external/valgrind/none/tests/s390x/
Decag.stdout.exp1 just to silence the consistency checker
/external/llvm/test/BugPoint/
Dcrash-narrowfunctiontest.ll3 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
Dremove_arguments_test.ll1 …oad %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
Dmetadata.ll1 …ibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
/external/clang/test/PCH/
Dpragma-diag-section.cpp31 expected-note@28 {{initialize the variable 'a' to silence}} in m()
/external/mesa3d/src/gallium/state_trackers/xorg/
DMakefile12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
/external/libopus/celt/
Dcelt_encoder.c1294 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 …]
Dcelt_decoder.c694 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/
Dunused-ivars.m86 // <rdar://problem/7353683> - consult attribute((unused)) to silence warnings
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME26 XS(boot_Perf__Trace__Context) to silence a warning/error.
/external/selinux/libsemanage/tests/
DREADME56 function to silence error messages produced by libsemanage and keep
/external/clang/include/clang/Basic/
DDiagnosticCommentKinds.td155 "add a deprecation attribute to the declaration to silence this warning">;

123