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 43 const StackFrameContext *calleeCtx = CE.getCalleeContext();
90 S = CEE->getCalleeContext()->getCallSite();
101 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());
109 if (CE->getCalleeContext() == SF)
    [all...]
PathDiagnostic.cpp 675 return getLocationForCaller(CE->getCalleeContext(),
679 return getLocationForCaller(CEE->getCalleeContext(),
698 return CEE->getCalleeContext()->getCallSite();
883 PathDiagnosticLocation pos = getLocationForCaller(CE.getCalleeContext(),
900 const StackFrameContext *CalleeCtx = CE.getCalleeContext();
    [all...]
BugReporterVisitors.cpp 177 if (CEE->getCalleeContext()->getCallSite() == S)
197 const StackFrameContext *CalleeContext = CEE->getCalleeContext();
348 if (CE->getCalleeContext() != StackFrame)
515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
    [all...]
BugReporter.cpp 580 LCM[&C->path] = CE->getCalleeContext();
604 LCM[&C->path] = CE->getCalleeContext();
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 594 const StackFrameContext *getCalleeContext() const {
600 const StackFrameContext *CalleeCtx = getCalleeContext();
645 const StackFrameContext *getCalleeContext() const {
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 530 AllocStmt = Exit->getCalleeContext()->getCallSite();
RetainCountChecker.cpp     [all...]
MallocChecker.cpp     [all...]

Completed in 852 milliseconds