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/
CoreEngine.cpp
778
if (
CalleeCtx
->getTranslationUnit() !=
786
idx::TranslationUnit *TU =
CalleeCtx
->getTranslationUnit();
816
AnalysisContext *NewAnaCtx = AMgr.getAnalysisContext(
CalleeCtx
->getDecl(),
817
CalleeCtx
->getTranslationUnit());
818
const StackFrameContext *OldLocCtx =
CalleeCtx
;
835
const CFGBlock *Entry = &(
CalleeCtx
->getCFG()->getEntry());
843
BlockEdge Loc(Entry, SuccB,
CalleeCtx
);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h
524
const StackFrameContext *
CalleeCtx
;
536
: Eng(eng), Pred(pred), CE(s),
CalleeCtx
(callee), Block(blk), Index(idx) {}
546
const StackFrameContext *getCalleeContext() const { return
CalleeCtx
; }
Completed in 26 milliseconds