HomeSort by relevance Sort by last modified time
    Searched defs:suppressions (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 53 // Suppressions filename.
54 const char *suppressions; member in struct:__tsan::Flags
  /external/valgrind/main/coregrind/
m_errormgr.c 75 suppressions file. Note that the list gets rearranged as a result
77 static Supp* suppressions = NULL; variable
220 /* Suppressions. Tools can get/set tool-relevant parts with functions
881 /* Show the used suppressions. Returns False if no suppression
892 for (su = suppressions; su != NULL; su = su->next) {
917 suppressions used. */
927 /* If we're printing XML, just show the suppressions and stop. */
    [all...]

Completed in 114 milliseconds