OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugReporterVisitor
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AllocationState.h
26
std::unique_ptr<
BugReporterVisitor
> getInnerPointerBRVisitor(SymbolRef Sym);
DivZeroChecker.cpp
29
std::unique_ptr<
BugReporterVisitor
> Visitor = nullptr) const;
45
std::unique_ptr<
BugReporterVisitor
> Visitor) const {
Taint.h
89
class TaintBugVisitor final : public
BugReporterVisitor
{
DeleteWithNonVirtualDtorChecker.cpp
41
class DeleteBugVisitor : public
BugReporterVisitor
{
ArrayBoundCheckerV2.cpp
39
std::unique_ptr<
BugReporterVisitor
> Visitor = nullptr) const;
232
std::unique_ptr<
BugReporterVisitor
> Visitor) const {
InnerPointerChecker.cpp
42
class InnerPointerBRVisitor : public
BugReporterVisitor
{
291
std::unique_ptr<
BugReporterVisitor
> getInnerPointerBRVisitor(SymbolRef Sym) {
VLASizeChecker.cpp
58
std::unique_ptr<
BugReporterVisitor
> Visitor = nullptr) const;
213
CheckerContext &C, std::unique_ptr<
BugReporterVisitor
> Visitor) const {
DynamicTypeChecker.cpp
40
class DynamicTypeBugVisitor : public
BugReporterVisitor
{
ObjCSuperDeallocChecker.cpp
64
class SuperDeallocBRVisitor final : public
BugReporterVisitor
{
TestAfterDivZeroChecker.cpp
57
class DivisionBRVisitor : public
BugReporterVisitor
{
ValistChecker.cpp
71
class ValistBugVisitor : public
BugReporterVisitor
{
MacOSKeychainAPIChecker.cpp
131
class SecKeychainBugVisitor : public
BugReporterVisitor
{
MoveChecker.cpp
157
class MovedBugVisitor : public
BugReporterVisitor
{
DynamicTypePropagation.cpp
77
class GenericsBugVisitor : public
BugReporterVisitor
{
NullabilityChecker.cpp
136
class NullabilityBugVisitor : public
BugReporterVisitor
{
LocalizationChecker.cpp
115
class NonLocalizedStringBRVisitor final : public
BugReporterVisitor
{
MallocChecker.cpp
733
class MallocBugVisitor final : public
BugReporterVisitor
{
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h
44
class
BugReporterVisitor
: public llvm::FoldingSetNode {
46
BugReporterVisitor
() = default;
47
BugReporterVisitor
(const
BugReporterVisitor
&) = default;
48
BugReporterVisitor
(
BugReporterVisitor
&&) {}
49
virtual ~
BugReporterVisitor
();
125
class FindLastStoreBRVisitor final : public
BugReporterVisitor
{
164
class TrackConstraintBRVisitor final : public
BugReporterVisitor
{
196
class NilReceiverBRVisitor final : public
BugReporterVisitor
{
[
all
...]
BugReporter.h
293
using VisitorList = SmallVector<std::unique_ptr<
BugReporterVisitor
>, 8>;
332
llvm::FoldingSet<
BugReporterVisitor
> CallbacksSet;
495
void addVisitor(std::unique_ptr<
BugReporterVisitor
> visitor);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.h
80
class RequestNodeVisitor : public
BugReporterVisitor
{
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
315
// Implementation of
BugReporterVisitor
.
318
PathDiagnosticPieceRef
BugReporterVisitor
::getEndPath(BugReporterContext &,
324
void
BugReporterVisitor
::finalizeVisitor(BugReporterContext &,
329
BugReporterVisitor
::getDefaultEndPath(const BugReporterContext &BRC,
355
class NoStoreFuncVisitor final : public
BugReporterVisitor
{
812
class MacroNullReturnSuppressionVisitor final : public
BugReporterVisitor
{
908
class ReturnVisitor : public
BugReporterVisitor
{
1814
class TrackControlDependencyCondBRVisitor final : public
BugReporterVisitor
{
2247
// Register a
BugReporterVisitor
to issue a message telling us how
BugReporter.cpp
87
BugReporterVisitor
::~
BugReporterVisitor
() = default;
2009
LastPiece =
BugReporterVisitor
::getDefaultEndPath(*this, ErrorNode,
2157
std::unique_ptr<
BugReporterVisitor
> visitor) {
2760
for (std::unique_ptr<
BugReporterVisitor
> &Visitor : R->visitors())
Completed in 71 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026