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

  /external/valgrind/tsan/
suppressions.cc 30 // This file contains the parser for valgrind-compatible suppressions.
32 #include "suppressions.h"
324 struct Suppressions::SuppressionsRep {
325 vector<Suppression> suppressions; member in struct:Suppressions::SuppressionsRep
330 Suppressions::Suppressions() : rep_(new SuppressionsRep) {}
332 Suppressions::~Suppressions() {
336 int Suppressions::ReadFromString(const string &str) {
337 int sizeBefore = rep_->suppressions.size()
    [all...]
thread_sanitizer.h 121 vector<string> suppressions; member in struct: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
210 /* Suppressions. Tools can get/set tool-relevant parts with functions
910 /* Show the used suppressions. Returns False if no suppression
921 for (su = suppressions; su != NULL; su = su->next) {
946 suppressions used. */
956 /* If we're printing XML, just show the suppressions and stop. */
    [all...]

Completed in 482 milliseconds