Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/LLVM/cmake/modules/
DHandleLLVMOptions.cmake147 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
148 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
149 …-wd4224 # Suppress 'nonstandard extension used : formal parameter 'identifier' was previously defi…
150 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
151 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
152 -wd4275 # Suppress 'An exported class was derived from a class that was not exported.'
153 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
154 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
155 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
156 -wd4355 # Suppress ''this' : used in base member initializer list'
[all …]
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake260 …-wd4141 # Suppress ''modifier' : used more than once' (because of __forceinline combined with inli…
261 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
262 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
263 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
264 …-wd4258 # Suppress ''var' : definition from the for loop is ignored; the definition from the enclo…
265 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
266 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
267 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
268 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
269 -wd4355 # Suppress ''this' : used in base member initializer list'
[all …]
/external/webrtc/webrtc/modules/video_coding/
DBUILD.gn77 # Suppress warnings from Chrome's Clang plugins.
111 # Suppress warnings from Chrome's Clang plugins.
131 # Suppress warnings from Chrome's Clang plugins.
166 # Suppress warnings from Chrome's Clang plugins.
200 # Suppress warnings from Chrome's Clang plugins.
238 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/third_party/gflags/
Dgflags.gyp64 # Suppress warnings about WIN32_LEAN_AND_MEAN and size_t truncation.
73 '-Wheader-hygiene', # Suppress warning about using namespace.
76 '-Wno-unused-local-typedef', # Suppress unused private typedef.
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.h51 int Suppress(float* data,
64 void Suppress(float* in_ptr, float* spectral_mean, float* out_ptr);
Dtransient_suppressor.cc165 int TransientSuppressor::Suppress(float* data, in Suppress() function in webrtc::TransientSuppressor
211 Suppress(&in_buffer_[i * analysis_length_], in Suppress()
232 void TransientSuppressor::Suppress(float* in_ptr, in Suppress() function in webrtc::TransientSuppressor
/external/webrtc/webrtc/modules/video_render/
DBUILD.gn32 # Suppress warnings from Chrome's Clang plugins.
51 # Suppress warnings from Chrome's Clang plugins.
173 # Suppress warnings from Chrome's Clang plugins.
/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
/external/webrtc/webrtc/modules/video_capture/
DBUILD.gn40 # Suppress warnings from Chrome's Clang plugins.
61 # Suppress warnings from Chrome's Clang plugins.
161 # Suppress warnings from Chrome's Clang plugins.
/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/webrtc/webrtc/modules/video_processing/
DBUILD.gn59 # Suppress warnings from Chrome's Clang plugins.
77 # Suppress warnings from Chrome's Clang plugins.
/external/skia/tools/
Dxsan.blacklist1 # Suppress third_party/externals. We mostly care about our own code.
/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/lib/Target/SystemZ/
DSystemZShortenInst.cpp162 MachineOperand Suppress(MI.getOperand(2)); in shortenFPConv() local
173 .addOperand(Suppress); in shortenFPConv()
/external/webrtc/webrtc/modules/pacing/
DBUILD.gn23 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/test/fuzzers/
Dwebrtc_fuzzer.gni23 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/call/
DBUILD.gn24 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/audio/
DBUILD.gn28 # Suppress warnings from Chrome's Clang plugins.
/external/tagsoup/
DTODO16 Suppress start-tags for some restartable elements if the element
/external/webrtc/webrtc/modules/bitrate_controller/
DBUILD.gn32 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/modules/media_file/
DBUILD.gn39 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/modules/utility/
DBUILD.gn36 # Suppress warnings from Chrome's Clang plugins.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
DBUILD.gn53 # Suppress warnings from Chrome's Clang plugins.

123456