OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathDiagnosticCallPiece
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp
72
PathDiagnosticCallPiece
::~
PathDiagnosticCallPiece
() = default;
87
auto &Call = cast<
PathDiagnosticCallPiece
>(*Piece);
195
if (const auto *call = dyn_cast<
PathDiagnosticCallPiece
>(piece))
250
static Optional<bool> compareCall(const
PathDiagnosticCallPiece
&X,
251
const
PathDiagnosticCallPiece
&Y) {
303
return compareCall(cast<
PathDiagnosticCallPiece
>(X),
304
cast<
PathDiagnosticCallPiece
>(Y));
846
std::shared_ptr<
PathDiagnosticCallPiece
>
847
PathDiagnosticCallPiece
::construct(const CallExitEnd &CE
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h
565
class
PathDiagnosticCallPiece
: public PathDiagnosticPiece {
581
PathDiagnosticCallPiece
(const Decl *callerD,
585
PathDiagnosticCallPiece
(PathPieces &oldPath, const Decl *caller)
595
~
PathDiagnosticCallPiece
() override;
619
static std::shared_ptr<
PathDiagnosticCallPiece
>
623
static
PathDiagnosticCallPiece
*construct(PathPieces &pieces,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp
117
ReportCall(o, cast<
PathDiagnosticCallPiece
>(P), indent,
147
void ReportCall(raw_ostream &o, const
PathDiagnosticCallPiece
&P,
337
void PlistPrinter::ReportCall(raw_ostream &o, const
PathDiagnosticCallPiece
&P,
644
if (const
PathDiagnosticCallPiece
*Call =
645
dyn_cast<
PathDiagnosticCallPiece
>(&Piece)) {
BugReporter.cpp
99
std::pair<
PathDiagnosticCallPiece
*, const ExplodedNode *>;
385
removeRedundantMsgs(cast<
PathDiagnosticCallPiece
>(*piece).path);
436
auto &call = cast<
PathDiagnosticCallPiece
>(*piece);
496
auto *Call = dyn_cast<
PathDiagnosticCallPiece
>(I.get());
528
if (auto *C = dyn_cast<
PathDiagnosticCallPiece
>(I->get()))
562
if (auto *C = dyn_cast<
PathDiagnosticCallPiece
>(I->get()))
725
PathDiagnosticCallPiece
*CP = I.first;
1152
PathDiagnosticCallPiece
*Call;
1154
Call = cast<
PathDiagnosticCallPiece
>(C.getActivePath().front().get());
1159
Call =
PathDiagnosticCallPiece
::construct(C.getActivePath(), Caller)
[
all
...]
Completed in 41 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026