Searched refs:Suppress (Results 1 – 25 of 59) sorted by relevance
123
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 151 -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/ |
D | glibc-2.X-drd.supp | 5 # 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
|
D | glibc-2.2.supp | 149 #-------- Suppress errors appearing as a result of calling
|
/external/bison/lib/ |
D | rawmemchr.valgrind | 1 # Suppress a valgrind message about use of uninitialized memory in rawmemchr().
|
D | strchrnul.valgrind | 1 # Suppress a valgrind message about use of uninitialized memory in strchrnul().
|
D | memchr.valgrind | 1 # Suppress a valgrind message about use of uninitialized memory in memchr().
|
/external/bison/m4/ |
D | extern-inline.m4 | 21 Suppress the use of extern inline on Apple's platforms,
|
/external/clang/test/Parser/ |
D | objcxx11-attributes.mm | 42 // FIXME: Suppress vexing parse warning
|
/external/qemu/pc-bios/keymaps/ |
D | de-ch | 109 # Suppress Windows unsupported AltGr keys
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tab_view_picker_table.mm | 50 // Suppress the "Selection changed" message that's sent while the table is
|
D | browser_window_controller_private.mm | 181 // Suppress title drawing if necessary.
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollViewMac.mm | 67 // Suppress the resetting of drag margins since we know we can't affect them.
|
D | WidgetMac.mm | 86 // Suppress the resetting of drag margins since we know we can't affect them.
|
/external/protobuf/gtest/scons/ |
D | SConstruct.common | 209 '-nologo', # Suppress logo line 225 '-NOLOGO', # Suppress logo line
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 475 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError() argument 476 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1885 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/ |
D | PHP SmartyPants Readme.txt | 163 Suppress all transformations. (Do nothing.)
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 72 Suppress any output except for test failures.
|
/external/bzip2/ |
D | bzip2.txt | 168 Suppress non-essential warning messages. Messages
|
D | bzip2.1.preformatted | 171 Suppress non‐essential warning messages. Messages
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 5153 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()
|
D | SemaExpr.cpp | 10096 if (!Diagnoser.Suppress) { in VerifyIntegerConstantExpression() 10209 if (!Diagnoser.Suppress) in VerifyIntegerConstantExpression() 10250 if (!Diagnoser.Suppress) { in VerifyIntegerConstantExpression()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameView.mm | 145 // Suppress the resetting of drag margins since we know we can't affect them.
|
/external/tcpdump/ |
D | CHANGES | 446 - Suppress nfs truncation message on errors.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1085 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">, Flags<[CC1Option]>;
|
123