Home
last modified time | relevance | path

Searched refs:Suppress (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake151 -wd4065 # Suppress 'switch statement contains 'default' but no 'case' labels'
152 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
153 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
154 -wd4181 # Suppress 'qualifier applied to reference type; ignored'
155 …-wd4224 # Suppress 'nonstandard extension used : formal parameter 'identifier' was previously defi…
156 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
157 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
158 -wd4275 # Suppress 'An exported class was derived from a class that was not exported.'
159 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
160 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
[all …]
/external/valgrind/main/
Dglibc-2.X-drd.supp5 # Suppress all data races triggered by ld.
16 # Suppress all data races where the topmost frame is inside libc.so. Although
276 # Suppress the races on boost::once_flag::epoch and on
291 # Suppress the race reports on boost::detail::current_thread_tls_key. See also
Dglibc-2.2.supp149 #-------- Suppress errors appearing as a result of calling
/external/bison/lib/
Drawmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in rawmemchr().
Dstrchrnul.valgrind1 # Suppress a valgrind message about use of uninitialized memory in strchrnul().
Dmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in memchr().
/external/bison/m4/
Dextern-inline.m421 Suppress the use of extern inline on Apple's platforms,
/external/clang/test/Parser/
Dobjcxx11-attributes.mm42 // FIXME: Suppress vexing parse warning
/external/qemu/pc-bios/keymaps/
Dde-ch109 # Suppress Windows unsupported AltGr keys
/external/chromium/chrome/browser/ui/cocoa/
Dtab_view_picker_table.mm50 // Suppress the "Selection changed" message that's sent while the table is
Dbrowser_window_controller_private.mm181 // Suppress title drawing if necessary.
/external/webkit/Source/WebCore/platform/mac/
DScrollViewMac.mm67 // Suppress the resetting of drag margins since we know we can't affect them.
DWidgetMac.mm86 // Suppress the resetting of drag margins since we know we can't affect them.
/external/protobuf/gtest/scons/
DSConstruct.common209 '-nologo', # Suppress logo line
225 '-NOLOGO', # Suppress logo line
/external/clang/include/clang/Lex/
DPreprocessor.h475 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError() argument
476 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
/external/clang/include/clang/Sema/
DSema.h1885 bool Suppress;
1888 ICEConvertDiagnoser(bool Suppress = false,
1890 : Suppress(Suppress), SuppressConversion(SuppressConversion) { } in Suppress() function
7069 bool Suppress;
7071 VerifyICEDiagnoser(bool Suppress = false) : Suppress(Suppress) { } in Suppress() function
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt163 Suppress all transformations. (Do nothing.)
/external/llvm/docs/CommandGuide/
Dlit.rst72 Suppress any output except for test failures.
/external/bzip2/
Dbzip2.txt168 Suppress non-essential warning messages. Messages
Dbzip2.1.preformatted171 Suppress non‐essential warning messages. Messages
/external/clang/lib/Sema/
DSemaOverload.cpp5153 if (!Diagnoser.Suppress) in ConvertToIntegralOrEnumerationType()
5164 : TypeDiagnoser(Diagnoser.Suppress), Diagnoser(Diagnoser), From(From) {} in ConvertToIntegralOrEnumerationType()
5201 if (ExplicitConversions.size() == 1 && !Diagnoser.Suppress) { in ConvertToIntegralOrEnumerationType()
5270 if (Diagnoser.Suppress) in ConvertToIntegralOrEnumerationType()
5284 !Diagnoser.Suppress) { in ConvertToIntegralOrEnumerationType()
DSemaExpr.cpp10096 if (!Diagnoser.Suppress) { in VerifyIntegerConstantExpression()
10209 if (!Diagnoser.Suppress) in VerifyIntegerConstantExpression()
10250 if (!Diagnoser.Suppress) { in VerifyIntegerConstantExpression()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.mm145 // Suppress the resetting of drag margins since we know we can't affect them.
/external/tcpdump/
DCHANGES446 - Suppress nfs truncation message on errors.
/external/clang/include/clang/Driver/
DOptions.td1085 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">, Flags<[CC1Option]>;

123