OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callerCtx
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
226
const StackFrameContext *
callerCtx
=
261
state = state->BindExpr(CE,
callerCtx
, V);
274
state = state->BindExpr(CCE,
callerCtx
, ThisV);
312
CallExitEnd Loc(calleeCtx,
callerCtx
);
[
all
...]
/external/clang/include/clang/Analysis/
ProgramPoint.h
564
const LocationContext *
callerCtx
)
565
: ProgramPoint(stmt, calleeCtx, CallEnterKind,
callerCtx
, 0) {}
612
const LocationContext *
CallerCtx
)
613
: ProgramPoint(CalleeCtx, CallExitEndKind,
CallerCtx
, 0) {}
Completed in 232 milliseconds