Home
last modified time | relevance | path

Searched refs:RegionTy (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/nim/nim-1.6.2/tests/typerel/
H A Dtregionptrs2.nim5 RegionTy = object
6 ThingyPtr = RegionTy ptr Thingy
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
69 RegionTy::ProfileRegion(ID, arg1, superRegion);
74 R = A.Allocate<RegionTy>();
75 new (R) RegionTy(arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
91 R = A.Allocate<RegionTy>();
92 new (R) RegionTy(arg1, arg2, superRegion);
99 template <typename RegionTy, typename SuperTy,
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
110 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
69 RegionTy::ProfileRegion(ID, arg1, superRegion);
74 R = A.Allocate<RegionTy>();
75 new (R) RegionTy(arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
91 R = A.Allocate<RegionTy>();
92 new (R) RegionTy(arg1, arg2, superRegion);
99 template <typename RegionTy, typename SuperTy,
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
110 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
69 RegionTy::ProfileRegion(ID, arg1, superRegion);
74 R = A.Allocate<RegionTy>();
75 new (R) RegionTy(arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
91 R = A.Allocate<RegionTy>();
92 new (R) RegionTy(arg1, arg2, superRegion);
99 template <typename RegionTy, typename SuperTy,
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
110 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp67 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
70 RegionTy::ProfileRegion(ID, arg1, superRegion);
75 R = A.Allocate<RegionTy>();
76 new (R) RegionTy(arg1, superRegion);
87 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
92 R = A.Allocate<RegionTy>();
93 new (R) RegionTy(arg1, arg2, superRegion);
100 template <typename RegionTy, typename SuperTy,
106 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
111 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp67 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
70 RegionTy::ProfileRegion(ID, arg1, superRegion);
75 R = A.Allocate<RegionTy>();
76 new (R) RegionTy(arg1, superRegion);
87 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
92 R = A.Allocate<RegionTy>();
93 new (R) RegionTy(arg1, arg2, superRegion);
100 template <typename RegionTy, typename SuperTy,
106 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
111 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1227 template<typename RegionTy>
1228 const RegionTy* MemRegion::getAs() const { in getAs()
1229 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1235 template<typename RegionTy>
1236 const RegionTy* MemRegion::castAs() const { in castAs()
1237 return cast<RegionTy>(this); in castAs()
1409 template <typename RegionTy, typename SuperTy,
1411 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1227 template<typename RegionTy>
1228 const RegionTy* MemRegion::getAs() const { in getAs()
1229 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1235 template<typename RegionTy>
1236 const RegionTy* MemRegion::castAs() const { in castAs()
1237 return cast<RegionTy>(this); in castAs()
1409 template <typename RegionTy, typename SuperTy,
1411 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h171 template<typename RegionTy> const RegionTy* getAs() const;
172 template<typename RegionTy> const RegionTy* castAs() const;
1285 template<typename RegionTy>
1286 const RegionTy* MemRegion::getAs() const { in getAs()
1287 if (const auto *RT = dyn_cast<RegionTy>(this)) in getAs()
1293 template<typename RegionTy>
1294 const RegionTy* MemRegion::castAs() const { in castAs()
1295 return cast<RegionTy>(this); in castAs()
1480 template <typename RegionTy, typename SuperTy,
1482 RegionTy* getSubRegion(const Arg1Ty arg1,
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp68 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
71 RegionTy::ProfileRegion(ID, arg1, superRegion);
76 R = A.Allocate<RegionTy>();
77 new (R) RegionTy(arg1, superRegion);
88 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
93 R = A.Allocate<RegionTy>();
94 new (R) RegionTy(arg1, arg2, superRegion);
101 template <typename RegionTy, typename SuperTy,
107 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
112 R = A.Allocate<RegionTy>();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
69 RegionTy::ProfileRegion(ID, arg1, superRegion);
74 R = A.Allocate<RegionTy>();
75 new (R) RegionTy(arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
91 R = A.Allocate<RegionTy>();
92 new (R) RegionTy(arg1, arg2, superRegion);
99 template <typename RegionTy, typename SuperTy,
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
110 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp67 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
70 RegionTy::ProfileRegion(ID, arg1, superRegion);
75 R = A.Allocate<RegionTy>();
76 new (R) RegionTy(arg1, superRegion);
87 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
92 R = A.Allocate<RegionTy>();
93 new (R) RegionTy(arg1, arg2, superRegion);
100 template <typename RegionTy, typename SuperTy,
106 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
111 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
69 RegionTy::ProfileRegion(ID, arg1, superRegion);
74 R = A.Allocate<RegionTy>();
75 new (R) RegionTy(arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
91 R = A.Allocate<RegionTy>();
92 new (R) RegionTy(arg1, arg2, superRegion);
99 template <typename RegionTy, typename SuperTy,
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
110 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
69 RegionTy::ProfileRegion(ID, arg1, superRegion);
74 R = A.Allocate<RegionTy>();
75 new (R) RegionTy(arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
91 R = A.Allocate<RegionTy>();
92 new (R) RegionTy(arg1, arg2, superRegion);
99 template <typename RegionTy, typename SuperTy,
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
110 R = A.Allocate<RegionTy>();
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp66 RegionTy* MemRegionManager::getSubRegion(const Arg1Ty arg1,
69 RegionTy::ProfileRegion(ID, arg1, superRegion);
74 R = A.Allocate<RegionTy>();
75 new (R) RegionTy(arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
91 R = A.Allocate<RegionTy>();
92 new (R) RegionTy(arg1, arg2, superRegion);
99 template <typename RegionTy, typename SuperTy,
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
110 R = A.Allocate<RegionTy>();
[all …]

123