HomeSort by relevance Sort by last modified time
    Searched refs:getCalleeContext (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 42 const StackFrameContext *calleeCtx = CE.getCalleeContext();
87 S = CEE->getCalleeContext()->getCallSite();
98 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());
106 if (CE->getCalleeContext() == SF)
    [all...]
PathDiagnostic.cpp 679 return getLocationForCaller(CE->getCalleeContext(),
683 return getLocationForCaller(CEE->getCalleeContext(),
702 return CEE->getCalleeContext()->getCallSite();
887 PathDiagnosticLocation pos = getLocationForCaller(CE.getCalleeContext(),
904 const StackFrameContext *CalleeCtx = CE.getCalleeContext();
    [all...]
BugReporterVisitors.cpp 181 if (CEE->getCalleeContext()->getCallSite() == S)
201 const StackFrameContext *CalleeContext = CEE->getCalleeContext();
348 if (CE->getCalleeContext() != StackFrame)
515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
928 if (CEE->getCalleeContext()->getCallSite() == S ||
929 CEE->getCalleeContext()->getCallSite() == Inner)
    [all...]
BugReporter.cpp 584 LCM[&C->path] = CE->getCalleeContext();
608 LCM[&C->path] = CE->getCalleeContext();
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 571 const StackFrameContext *getCalleeContext() const {
615 const StackFrameContext *getCalleeContext() const {
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 531 AllocStmt = Exit->getCalleeContext()->getCallSite();
MallocChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]

Completed in 116 milliseconds