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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 405 class CallExit : public StmtPoint {
407 // CallExit uses the callee's location context.
408 CallExit(const Stmt *S, const LocationContext *L)
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 86 (isa<CallEnter>(progPoint) || isa<CallExit>(progPoint)))
PathDiagnostic.cpp 513 const CallExit &CE,
670 const CallExit *CExit = dyn_cast<CallExit>(&P);
671 assert(CExit && "Stack Hints should be constructed at CallExit points.");
BugReporter.cpp 430 if (const CallExit *CE = dyn_cast<CallExit>(&P)) {
443 // we have a previous CallExit. If the front of the active
    [all...]
ExprEngineCallAndReturn.cpp 58 if (isa<BlockEdge>(PP) || isa<CallExit>(PP)) {
CoreEngine.cpp 535 // Create a CallExit node and enqueue it.
541 CallExit Loc(CE, LocCtx);
568 // If we are in an inlined call, generate CallExit node.
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 513 const CallExit &CE,

Completed in 200 milliseconds