OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallExitEnd
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
662
/// CallExitBegin and
CallExitEnd
. The following operations occur between the
667
/// -
CallExitEnd
688
class
CallExitEnd
: public ProgramPoint {
690
//
CallExitEnd
uses the caller's location context.
691
CallExitEnd
(const StackFrameContext *CalleeCtx,
701
CallExitEnd
() = default;
PathDiagnostic.h
43
class
CallExitEnd
;
620
construct(const
CallExitEnd
&CE,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
91
} else if (Optional<
CallExitEnd
> CEE = PP.getAs<
CallExitEnd
>()) {
199
/// CallExitBegin and
CallExitEnd
. The following operations occur between the
204
/// 4.
CallExitEnd
(switch to the caller context)
310
CallExitEnd
Loc(calleeCtx, callerCtx);
ExplodedGraph.cpp
340
if (auto CEE = P.getAs<
CallExitEnd
>())
BugReporterVisitors.cpp
963
if (Optional<
CallExitEnd
> CEE = Node->getLocationAs<
CallExitEnd
>())
993
Optional<
CallExitEnd
> CEE = Node->getLocationAs<
CallExitEnd
>();
CoreEngine.cpp
188
Loc.getAs<
CallExitEnd
>() ||
BugReporter.cpp
288
CallExitEnd
CExit = P.castAs<
CallExitEnd
>();
1194
if (Optional<
CallExitEnd
> CE = P.getAs<
CallExitEnd
>()) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp
703
} else if (Optional<
CallExitEnd
> CEE = P.getAs<
CallExitEnd
>()) {
847
PathDiagnosticCallPiece::construct(const
CallExitEnd
&CE,
Completed in 83 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026