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 685 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) {
704 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>())
887 const CallExitEnd &CE,
    [all...]
BugReporterVisitors.cpp 175 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>())
192 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>();
923 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) {
    [all...]
ExprEngineCallAndReturn.cpp 86 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) {
211 /// CallExitBegin and CallExitEnd. The following operations occur between the
216 /// 4. CallExitEnd (switch to the caller context)
312 CallExitEnd Loc(calleeCtx, callerCtx);
    [all...]
CoreEngine.cpp 266 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 586 /// CallExitBegin and CallExitEnd. The following operations occur between the
591 /// - CallExitEnd
608 class CallExitEnd : public ProgramPoint {
610 // CallExitEnd uses the caller's location context.
611 CallExitEnd(const StackFrameContext *CalleeCtx,
621 CallExitEnd() {}
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 540 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>())
MallocChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 607 const CallExitEnd &CE,

Completed in 1010 milliseconds