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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 115 virtual void processCallEnter(NodeBuilderContext& BC, CallEnter CE,
CoreEngine.h 95 void HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred);
ExprEngine.h 273 void processCallEnter(NodeBuilderContext& BC, CallEnter CE,
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 72 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
74 if (CallEnter)
75 Current.push_back(CallEnter);
124 SourceLocation CallLoc = CP->callEnter.asLocation();
301 FullSourceLoc X_CEL = X.callEnter.asLocation();
302 FullSourceLoc Y_CEL = Y.callEnter.asLocation();
674 } else if (Optional<CallEnter> CE = P.getAs<CallEnter>()) {
695 if (Optional<CallEnter> CE = P.getAs<CallEnter>())
    [all...]
ExprEngineCallAndReturn.cpp 40 void ExprEngine::processCallEnter(NodeBuilderContext& BC, CallEnter CE,
97 Optional<CallEnter> CE;
100 CE = Node->getLocationAs<CallEnter>();
107 } else if (Optional<CallEnter> CE = PP.getAs<CallEnter>()) {
108 // If we reached the CallEnter for this function, it has no statements.
432 CallEnter Loc(CallE, CalleeSFC, CurLC);
    [all...]
BugReporterVisitors.cpp 344 Optional<CallEnter> CE = N->getLocationAs<CallEnter>();
508 if (Optional<CallEnter> CE = Succ->getLocationAs<CallEnter>()) {
621 } else if (StoreSite->getLocation().getAs<CallEnter>()) {
698 if (P.getAs<CallEnter>() && InitE)
    [all...]
CoreEngine.cpp 259 HandleCallEnter(Loc.castAs<CallEnter>(), Pred);
471 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) {
550 if (N->getLocation().getAs<CallEnter>()) {
ExplodedGraph.cpp 93 // (10) The successor is neither a CallExpr StmtPoint nor a CallEnter or
158 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>())
BugReporter.cpp 230 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid())
231 Call->callEnter = *LastCallLocation;
243 ThisCallLocation = &Call->callEnter;
587 if (Optional<CallEnter> CE = P.getAs<CallEnter>()) {
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 572 PathDiagnosticLocation callEnter;
582 void setCallee(const CallEnter &CE, const SourceManager &SM);
590 return callEnter;
599 callEnter.flatten();
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 214 milliseconds