/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 274 -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/ |
D | config.md | 11 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/ |
D | CMakeLists.txt | 117 -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/ |
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 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
|
D | glibc-2.2.supp | 149 #-------- Suppress errors appearing as a result of calling
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 22 // 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/ |
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/tagsoup/ |
D | TODO | 16 Suppress start-tags for some restartable elements if the element
|
D | CHANGES | 27 Suppress all but the first DOCTYPE declaration 284 Suppress unknown and/or empty initial start-tag always
|
/external/llvm/utils/TableGen/ |
D | tdtags | 32 -q Suppress $TBLGEN error messages. 84 -q Suppress $TBLGEN error messages. Not all .td files are well-
|
/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/elfutils/src/libasm/ |
D | ChangeLog | 3 * Makefile.am: Suppress output of textrel_check command.
|
/external/selinux/sepolgen/ |
D | ChangeLog | 106 * Suppress generation of rules for non-denials from Karl MacMillan (take 3).
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 549 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError() argument 550 SuppressIncludeNotFoundError = Suppress; in SetSuppressIncludeNotFoundError()
|
/external/sepolicy/ |
D | untrusted_app.te | 112 # for files. Suppress the denials when they occur.
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 160 # Suppress error reports for code in a file or in a function:
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 1303 bool Suppress = getDiagnostics().getSuppressAllDiagnostics(); in tryExprAsCall() local 1307 getDiagnostics().setSuppressAllDiagnostics(Suppress); in tryExprAsCall()
|
/external/google-breakpad/src/testing/gtest/cmake/ |
D | internal_utils.cmake | 60 # Suppress spurious warnings MSVC 7.1 sometimes issues.
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2104 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/ |
D | lit.cfg | 321 # Suppress x86_64-mingw32 while investigating since r219108.
|
/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
|