Home
last modified time | relevance | path

Searched defs:Suppress (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc165 int TransientSuppressor::Suppress(float* data, in Suppress() function in webrtc::TransientSuppressor
232 void TransientSuppressor::Suppress(float* in_ptr, in Suppress() function in webrtc::TransientSuppressor
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp157 MachineOperand Suppress(MI.getOperand(2)); in shortenFPConv() local
/external/clang/include/clang/Sema/
DSema.h2287 : Suppress(Suppress), SuppressConversion(SuppressConversion) {} in Suppress() argument
2333 bool Suppress, bool SuppressConversion) in ICEConvertDiagnoser()
8704 VerifyICEDiagnoser(bool Suppress = false) : Suppress(Suppress) { } in Suppress() function
/external/clang/lib/Sema/
DSema.cpp1356 bool Suppress = getDiagnostics().getSuppressAllDiagnostics(); in tryExprAsCall() local
DSemaOpenMP.cpp3285 bool Suppress = SemaRef.getDiagnostics().getSuppressAllDiagnostics(); in BuildPreCond() local
/external/clang/include/clang/Lex/
DPreprocessor.h731 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError()