HomeSort by: relevance | last modified time | path
    Searched defs:Suppress (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 96 bool Suppress(u32 stack_trace_id, uptr hit_count, uptr total_size);
147 // Suppress by module name.
154 // Suppress by file or function name.
224 bool LeakSuppressionContext::Suppress(u32 stack_trace_id, uptr hit_count,
962 if (suppressions->Suppress(leaks_[i].stack_trace_id, leaks_[i].hit_count,
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1139 // If RR signature is different, or data is different, then don't suppress our answer
1145 // then we can suppress our answer this time.
3628 // If shutting down, don't suppress responses so that goodbyes for auth records get sent without delay.
3827 // is intended to suppress floods of shared-record replies from many other devices on the network.
3830 // Known Answer, so as to suppress the only answer we were expecting to get, makes little sense.
4274 // 2. The Additional Section contains answers we already know, to suppress duplicate responses
4691 mDNSBool Suppress = mDNSfalse;
4709 else if ((Suppress = SuppressOnThisInterface(q->DupSuppress, intf)) ||
4712 if (Suppress)
6049 // Today, we suppress questions (not send them on the wire) for several reasons e.g.
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 673 /// 0: Suppress all vtordisps
3493 bool Suppress;
3496 ContextualImplicitConverter(bool Suppress = false,
3498 : Suppress(Suppress), SuppressConversion(SuppressConversion) {}
3544 bool Suppress, bool SuppressConversion)
3545 : ContextualImplicitConverter(Suppress, SuppressConversion),
8756 /// This value is used to suppress printing of redundant context stacks
11896 bool Suppress;
11898 VerifyICEDiagnoser(bool Suppress = false) : Suppress(Suppress) {
    [all...]

Completed in 64 milliseconds