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

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 678 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) {
697 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>())
880 const CallExitEnd &CE,
    [all...]
BugReporterVisitors.cpp 176 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>())
193 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>();
    [all...]
ExprEngineCallAndReturn.cpp 89 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) {
214 /// CallExitBegin and CallExitEnd. The following operations occur between the
219 /// 4. CallExitEnd (switch to the caller context)
315 CallExitEnd Loc(calleeCtx, callerCtx);
    [all...]
CoreEngine.cpp 278 Loc.getAs<CallExitEnd>());
BugReporter.cpp 576 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) {
593 // we have a previous CallExitEnd. If the former, it means that the
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 616 /// CallExitBegin and CallExitEnd. The following operations occur between the
621 /// - CallExitEnd
638 class CallExitEnd : public ProgramPoint {
640 // CallExitEnd uses the caller's location context.
641 CallExitEnd(const StackFrameContext *CalleeCtx,
651 CallExitEnd() {}
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 529 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>())
MallocChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 606 const CallExitEnd &CE,

Completed in 120 milliseconds