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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /external/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 263 virtual bool inTopFrame() const;
303 bool inTopFrame() const override { return getParent() == nullptr; }
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 66 if (!LC->inTopFrame())
CheckObjCDealloc.cpp 607 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty());
    [all...]
NullabilityChecker.cpp 608 C.getLocationContext()->inTopFrame()) {
    [all...]
BasicObjCFoundationChecks.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 456 bool LocationContext::inTopFrame() const {
457 return getCurrentStackFrame()->inTopFrame();
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
ExprEngine.cpp     [all...]

Completed in 881 milliseconds