Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp163 MachineOperand Suppress(MI.getOperand(2)); in shortenFPConv() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7237 VerifyICEDiagnoser(bool Suppress = false) : Suppress(Suppress) {} in Suppress() argument
10047 : Suppress(Suppress), SuppressConversion(SuppressConversion) {} in Suppress() argument
10096 ICEConvertDiagnoser(bool AllowScopedEnumerations, bool Suppress, in ICEConvertDiagnoser()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp228 bool LeakSuppressionContext::Suppress(u32 stack_trace_id, uptr hit_count, in Suppress() function in __lsan::LeakSuppressionContext
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1265 void SetSuppressIncludeNotFoundError(bool Suppress) { in SetSuppressIncludeNotFoundError()