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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 87 virtual void processCallEnter(CallEnter CE, ExplodedNode *Pred) = 0;
ExprEngine.h 200 void processCallEnter(CallEnter CE, ExplodedNode *Pred);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 116 CallEnter Loc(E, SFC, Pred->getLocationContext());
166 CallEnter PP(S, SFC, Pred->getLocationContext());
CoreEngine.cpp 241 CallEnter CEnter = cast<CallEnter>(Loc);
497 if (isa<CallEnter>(N->getLocation())) {
ExprEngineCallAndReturn.cpp 24 void ExprEngine::processCallEnter(CallEnter CE, ExplodedNode *Pred) {
208 CallEnter Loc(CE, CalleeSFC, Pred->getLocationContext());
ExplodedGraph.cpp 86 (isa<CallEnter>(progPoint) || isa<CallExit>(progPoint)))
BugReporter.cpp 439 if (const CallEnter *CE = dyn_cast<CallEnter>(&P)) {
    [all...]
PathDiagnostic.cpp 529 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE,
533 callEnter = PathDiagnosticLocation(CE.getCallExpr(), SM,
551 return new PathDiagnosticEventPiece(callEnter, msg);
  /external/clang/include/clang/Analysis/
ProgramPoint.h 386 class CallEnter : public StmtPoint {
388 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 479 PathDiagnosticLocation callEnter;
489 void setCallee(const CallEnter &CE, const SourceManager &SM);
497 return callEnter;
506 callEnter.flatten();

Completed in 598 milliseconds