OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bugReports
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
283
/// for
BugReports
that cover a path as it will be automatically inferred.
574
/// It collects the
BugReports
and BugTypes and knows how to generate
588
/// A vector of
BugReports
for tracking the allocated pointers and cleanup.
602
/// Iterator over the set of
BugReports
tracked by the BugReporter.
644
SmallVectorImpl<BugReport *> &
bugReports
) {
653
ArrayRef<BugReport *>
bugReports
);
662
SmallVectorImpl<BugReport *> &
bugReports
) override;
668
ArrayRef<BugReport *>
bugReports
) override;
681
/// \p
bugReports
A set of bug reports within a *single* equivalence class
688
ArrayRef<PathSensitiveBugReport *> &
bugReports
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
223
findValidReport(ArrayRef<PathSensitiveBugReport *> &
bugReports
,
2527
ArrayRef<PathSensitiveBugReport *> &
bugReports
);
2535
ArrayRef<PathSensitiveBugReport *> &
bugReports
) {
2537
for (const auto I :
bugReports
) {
2554
for (PathSensitiveBugReport *Report :
bugReports
) {
2799
ArrayRef<PathSensitiveBugReport *> &
bugReports
,
2802
BugPathGetter BugGraph(&Reporter.getGraph(),
bugReports
);
2852
ArrayRef<PathSensitiveBugReport *> &
bugReports
) {
2853
assert(!
bugReports
.empty());
2858
PathDiagnosticBuilder::findValidReport(
bugReports
, *this)
[
all
...]
Completed in 63 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026