Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/snappy/
DREADME.chromium14 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/issues/detail?id=70
15 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/issues/detail?id=71
16 * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/detail?id=75
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake158 -wd4275 # Suppress 'An exported class was derived from a class that was not exported.'
175 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
176 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
177 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
178 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
179 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
180 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
181 -wd4355 # Suppress ''this' : used in base member initializer list'
182 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
183 …-wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destr…
[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/
Dstrchrnul.valgrind1 # Suppress a valgrind message about use of uninitialized memory in strchrnul().
Drawmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in rawmemchr().
Dmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in memchr().
/external/llvm/utils/TableGen/
Dtdtags32 -q Suppress $TBLGEN error messages.
84 -q Suppress $TBLGEN error messages. Not all .td files are well-
/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/protobuf/gtest/scons/
DSConstruct.common209 '-nologo', # Suppress logo line
225 '-NOLOGO', # Suppress logo line
/external/clang/include/clang/Lex/
DPreprocessor.h482 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError() argument
483 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
/external/chromium_org/tools/valgrind/tsan/
Dignores.txt178 # "Suppress" a data race in TraceLog::GetCategory which has
/external/clang/docs/
DAddressSanitizer.rst144 # Suppress error reports for code in a file or in a function:
/external/clang/lib/Sema/
DSema.cpp1187 bool Suppress = getDiagnostics().getSuppressAllDiagnostics(); in tryExprAsCall() local
1191 getDiagnostics().setSuppressAllDiagnostics(Suppress); in tryExprAsCall()
/external/clang/include/clang/Sema/
DSema.h1992 bool Suppress;
1995 ContextualImplicitConverter(bool Suppress = false,
1997 : Suppress(Suppress), SuppressConversion(SuppressConversion) {} in Suppress() function
2043 bool Suppress, bool SuppressConversion) in ICEConvertDiagnoser() argument
2044 : ContextualImplicitConverter(Suppress, SuppressConversion), in ICEConvertDiagnoser()
7396 bool Suppress;
7398 VerifyICEDiagnoser(bool Suppress = false) : Suppress(Suppress) { } in Suppress() function
/external/chromium_org/testing/gtest/cmake/
Dinternal_utils.cmake60 # Suppress spurious warnings MSVC 7.1 sometimes issues.
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions.txt41 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
Dsuppressions_full.txt74 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
973 # Suppress anything in cmd.exe. It's safer to suppress these than disable
/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

123