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

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 34 template<typename RegionTy> struct MemRegionManagerTrait;
36 template <typename RegionTy, typename A1>
37 RegionTy* MemRegionManager::getRegion(const A1 a1) {
38 const typename MemRegionManagerTrait<RegionTy>::SuperRegionTy *superRegion =
39 MemRegionManagerTrait<RegionTy>::getSuperRegion(*this, a1);
42 RegionTy::ProfileRegion(ID, a1, superRegion);
44 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID,
48 R = A.Allocate<RegionTy>();
49 new (R) RegionTy(a1, superRegion)
    [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 150 template<typename RegionTy> const RegionTy* getAs() const;
    [all...]

Completed in 1271 milliseconds