OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calleectx
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
267
static void addParameterValuesToBindings(const StackFrameContext *
CalleeCtx
,
285
Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl,
CalleeCtx
));
311
const StackFrameContext *
CalleeCtx
,
313
const FunctionDecl *D = cast<FunctionDecl>(
CalleeCtx
->getDecl());
315
addParameterValuesToBindings(
CalleeCtx
, Bindings, SVB, *this,
475
const StackFrameContext *
CalleeCtx
,
477
AnyFunctionCall::getInitialStackFrameContents(
CalleeCtx
, Bindings);
485
const CXXMethodDecl *MD = cast<CXXMethodDecl>(
CalleeCtx
->getDecl());
486
Loc ThisLoc = SVB.getCXXThis(MD,
CalleeCtx
);
557
void BlockCall::getInitialStackFrameContents(const StackFrameContext *
CalleeCtx
,
[
all
...]
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
...]
ProgramState.cpp
250
const StackFrameContext *
CalleeCtx
) const {
252
getStateManager().StoreMgr->enterStackFrame(getStore(), Call,
CalleeCtx
);
BugReporter.cpp
[
all
...]
PathDiagnostic.cpp
889
const StackFrameContext *
CalleeCtx
= CE.getCalleeContext();
890
Callee =
CalleeCtx
->getDecl();
893
callEnter = getLocationForCaller(
CalleeCtx
, CE.getLocationContext(), SM);
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
323
virtual void getInitialStackFrameContents(const StackFrameContext *
CalleeCtx
,
426
virtual void getInitialStackFrameContents(const StackFrameContext *
CalleeCtx
,
528
virtual void getInitialStackFrameContents(const StackFrameContext *
CalleeCtx
,
568
virtual void getInitialStackFrameContents(const StackFrameContext *
CalleeCtx
,
748
virtual void getInitialStackFrameContents(const StackFrameContext *
CalleeCtx
,
899
virtual void getInitialStackFrameContents(const StackFrameContext *
CalleeCtx
,
966
getCaller(const StackFrameContext *
CalleeCtx
, ProgramStateRef State);
[
all
...]
Store.h
205
const StackFrameContext *
CalleeCtx
);
ProgramState.h
255
const StackFrameContext *
CalleeCtx
) const;
/external/clang/include/clang/Analysis/
ProgramPoint.h
563
CallEnter(const Stmt *stmt, const StackFrameContext *
calleeCtx
,
565
: ProgramPoint(stmt,
calleeCtx
, CallEnterKind, callerCtx, 0) {}
611
CallExitEnd(const StackFrameContext *
CalleeCtx
,
613
: ProgramPoint(
CalleeCtx
, CallExitEndKind, CallerCtx, 0) {}
Completed in 686 milliseconds