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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 357 class CallExit : public StmtPoint {
359 // CallExit uses the callee's location context.
360 CallExit(const Stmt *S, const LocationContext *L)
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 223 HandleCallExit(cast<CallExit>(Node->getLocation()), Node);
256 void CoreEngine::HandleCallExit(const CallExit &L, ExplodedNode *Pred) {
657 // If we are in an inlined call, generate CallExit node.
688 // Create a CallExit node and enqueue it.
694 CallExit Loc(CE, LocCtx);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 98 void HandleCallExit(const CallExit &L, ExplodedNode *Pred);

Completed in 307 milliseconds