Home
last modified time | relevance | path

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

123

/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake274 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
275 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
276 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
277 …-wd4258 # Suppress ''var' : definition from the for loop is ignored; the definition from the enclo…
278 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
279 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
280 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
281 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
282 -wd4355 # Suppress ''this' : used in base member initializer list'
283 -wd4456 # Suppress 'declaration of 'var' hides local variable'
[all …]
/external/skia/site/dev/runtime/
Dconfig.md11 description: Suppress GIF warnings and errors when calling image decode
18 description: Suppress most JPG warnings when calling decode functions.
24 description: Suppress most JPG error messages when decode function fails.
30 description: Suppress most PNG warnings when calling image decode functions.
/external/lldb/
DCMakeLists.txt117 -Wno-deprecated-declarations # Suppress "deprecated auto_ptr" warnings
124 -Wno-deprecated-register # Suppress "deprecated register keyword" warnings
131 -wd4018 # Suppress 'warning C4018: '>=' : signed/unsigned mismatch'
132 -wd4068 # Suppress 'warning C4068: unknown pragma'
133 -wd4150 # Suppress 'warning C4150: deletion of pointer to incomplete type'
134 -wd4521 # Suppress 'warning C4521: 'type' : multiple copy constructors specified'
/external/valgrind/
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
283 # Suppress the races on boost::once_flag::epoch and on
298 # 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/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc22 // Suppress a race report if we've already output another race report
25 "Suppress a race report if we've already output another race report "
28 "Suppress a race report if we've already output another race report "
/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/tagsoup/
DTODO16 Suppress start-tags for some restartable elements if the element
DCHANGES27 Suppress all but the first DOCTYPE declaration
284 Suppress unknown and/or empty initial start-tag always
/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/elfutils/src/libasm/
DChangeLog3 * Makefile.am: Suppress output of textrel_check command.
/external/selinux/sepolgen/
DChangeLog106 * Suppress generation of rules for non-denials from Karl MacMillan (take 3).
/external/clang/include/clang/Lex/
DPreprocessor.h549 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError() argument
550 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
/external/sepolicy/
Duntrusted_app.te112 # for files. Suppress the denials when they occur.
/external/clang/docs/
DAddressSanitizer.rst160 # Suppress error reports for code in a file or in a function:
/external/clang/lib/Sema/
DSema.cpp1303 bool Suppress = getDiagnostics().getSuppressAllDiagnostics(); in tryExprAsCall() local
1307 getDiagnostics().setSuppressAllDiagnostics(Suppress); in tryExprAsCall()
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake60 # Suppress spurious warnings MSVC 7.1 sometimes issues.
/external/clang/include/clang/Sema/
DSema.h2104 bool Suppress;
2107 ContextualImplicitConverter(bool Suppress = false,
2109 : Suppress(Suppress), SuppressConversion(SuppressConversion) {} in Suppress() function
2155 bool Suppress, bool SuppressConversion) in ICEConvertDiagnoser() argument
2156 : ContextualImplicitConverter(Suppress, SuppressConversion), in ICEConvertDiagnoser()
8212 bool Suppress;
8214 VerifyICEDiagnoser(bool Suppress = false) : Suppress(Suppress) { } in Suppress() function
/external/llvm/test/
Dlit.cfg321 # Suppress x86_64-mingw32 while investigating since r219108.
/external/llvm/docs/CommandGuide/
Dlit.rst72 Suppress any output except for test failures.
/external/bzip2/
Dbzip2.txt168 Suppress non-essential warning messages. Messages

123