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 668 return getLocationForCaller(CE->getCalleeContext(),
672 return getLocationForCaller(CEE->getCalleeContext(),
691 return CEE->getCalleeContext()->getCallSite();
872 PathDiagnosticLocation pos = getLocationForCaller(CE.getCalleeContext(),
889 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 548 LCM[&C->path] = CE->getCalleeContext();
572 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 318 milliseconds