OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calleeCtx
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
42
const StackFrameContext *
calleeCtx
= CE.getCalleeContext();
43
PrettyStackTraceLocationContext CrashInfo(
calleeCtx
);
45
const CFG *CalleeCFG =
calleeCtx
->getCFG();
56
BlockEdge Loc(Entry, Succ,
calleeCtx
);
184
const StackFrameContext *
calleeCtx
) {
185
const Decl *RuntimeCallee =
calleeCtx
->getDecl();
221
const StackFrameContext *
calleeCtx
=
227
calleeCtx
->getParent()->getCurrentStackFrame();
229
const Stmt *CE =
calleeCtx
->getCallSite();
239
CallEventRef<> Call = CEMgr.getCaller(
calleeCtx
, state)
[
all
...]
/external/clang/include/clang/Analysis/
ProgramPoint.h
563
CallEnter(const Stmt *stmt, const StackFrameContext *
calleeCtx
,
565
: ProgramPoint(stmt,
calleeCtx
, CallEnterKind, callerCtx, nullptr) {}
611
CallExitEnd(const StackFrameContext *
CalleeCtx
,
613
: ProgramPoint(
CalleeCtx
, CallExitEndKind, CallerCtx, nullptr) {}
Completed in 77 milliseconds