Home
last modified time | relevance | path

Searched refs:BugTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h420 BugTypesTy BugTypes; variable
442 : BugTypes(F.getEmptySet()), kind(k), D(d) {} in BugReporter()
446 : BugTypes(F.getEmptySet()), kind(BaseBRKind), D(d) {} in BugReporter()
464 iterator begin() { return BugTypes.begin(); } in begin()
465 iterator end() { return BugTypes.end(); } in end()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2248 if (BugTypes.isEmpty()) in FlushReports()
2263 BugTypes = F.getEmptySet(); in FlushReports()
2688 BugTypes = F.add(BugTypes, BT); in Register()