Home
last modified time | relevance | path

Searched refs:PTMD (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp179 const auto PTMD = this->getPTMData(); in getDecl() local
180 if (PTMD.isNull()) in getDecl()
184 if (PTMD.is<const DeclaratorDecl *>()) in getDecl()
185 DD = PTMD.get<const DeclaratorDecl *>(); in getDecl()
187 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
205 const PTMDataType PTMD = getPTMData(); in begin() local
206 if (PTMD.is<const DeclaratorDecl *>()) in begin()
208 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
212 const PTMDataType PTMD = getPTMData(); in end() local
213 if (PTMD.is<const DeclaratorDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = in accumCXXBase() local
194 DD = PTMD->getDeclaratorDecl(); in accumCXXBase()
196 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp157 const auto PTMD = this->getPTMData(); in getDecl() local
158 if (PTMD.isNull()) in getDecl()
162 if (PTMD.is<const NamedDecl *>()) in getDecl()
163 ND = PTMD.get<const NamedDecl *>(); in getDecl()
165 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
183 const PTMDataType PTMD = getPTMData(); in begin() local
184 if (PTMD.is<const NamedDecl *>()) in begin()
186 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
190 const PTMDataType PTMD = getPTMData(); in end() local
191 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = PTMDT.get<const PointerToMemberData *>(); in accumCXXBase() local
193 ND = PTMD->getDeclaratorDecl(); in accumCXXBase()
195 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp179 const auto PTMD = this->getPTMData(); in getDecl() local
180 if (PTMD.isNull()) in getDecl()
184 if (PTMD.is<const DeclaratorDecl *>()) in getDecl()
185 DD = PTMD.get<const DeclaratorDecl *>(); in getDecl()
187 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
205 const PTMDataType PTMD = getPTMData(); in begin() local
206 if (PTMD.is<const DeclaratorDecl *>()) in begin()
208 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
212 const PTMDataType PTMD = getPTMData(); in end() local
213 if (PTMD.is<const DeclaratorDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = in accumCXXBase() local
194 DD = PTMD->getDeclaratorDecl(); in accumCXXBase()
196 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp157 const auto PTMD = this->getPTMData(); in getDecl() local
158 if (PTMD.isNull()) in getDecl()
162 if (PTMD.is<const NamedDecl *>()) in getDecl()
163 ND = PTMD.get<const NamedDecl *>(); in getDecl()
165 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
183 const PTMDataType PTMD = getPTMData(); in begin() local
184 if (PTMD.is<const NamedDecl *>()) in begin()
186 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
190 const PTMDataType PTMD = getPTMData(); in end() local
191 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = PTMDT.get<const PointerToMemberData *>(); in accumCXXBase() local
193 ND = PTMD->getDeclaratorDecl(); in accumCXXBase()
195 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp179 const auto PTMD = this->getPTMData(); in getDecl() local
180 if (PTMD.isNull()) in getDecl()
184 if (PTMD.is<const DeclaratorDecl *>()) in getDecl()
185 DD = PTMD.get<const DeclaratorDecl *>(); in getDecl()
187 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
205 const PTMDataType PTMD = getPTMData(); in begin() local
206 if (PTMD.is<const DeclaratorDecl *>()) in begin()
208 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
212 const PTMDataType PTMD = getPTMData(); in end() local
213 if (PTMD.is<const DeclaratorDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = in accumCXXBase() local
194 DD = PTMD->getDeclaratorDecl(); in accumCXXBase()
196 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp179 const auto PTMD = this->getPTMData(); in getDecl() local
180 if (PTMD.isNull()) in getDecl()
184 if (PTMD.is<const DeclaratorDecl *>()) in getDecl()
185 DD = PTMD.get<const DeclaratorDecl *>(); in getDecl()
187 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
205 const PTMDataType PTMD = getPTMData(); in begin() local
206 if (PTMD.is<const DeclaratorDecl *>()) in begin()
208 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
212 const PTMDataType PTMD = getPTMData(); in end() local
213 if (PTMD.is<const DeclaratorDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = in accumCXXBase() local
194 DD = PTMD->getDeclaratorDecl(); in accumCXXBase()
196 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp179 const auto PTMD = this->getPTMData(); in getDecl() local
180 if (PTMD.isNull()) in getDecl()
184 if (PTMD.is<const DeclaratorDecl *>()) in getDecl()
185 DD = PTMD.get<const DeclaratorDecl *>(); in getDecl()
187 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
205 const PTMDataType PTMD = getPTMData(); in begin() local
206 if (PTMD.is<const DeclaratorDecl *>()) in begin()
208 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
212 const PTMDataType PTMD = getPTMData(); in end() local
213 if (PTMD.is<const DeclaratorDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = in accumCXXBase() local
194 DD = PTMD->getDeclaratorDecl(); in accumCXXBase()
196 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp157 const auto PTMD = this->getPTMData(); in getDecl() local
158 if (PTMD.isNull()) in getDecl()
162 if (PTMD.is<const NamedDecl *>()) in getDecl()
163 ND = PTMD.get<const NamedDecl *>(); in getDecl()
165 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
183 const PTMDataType PTMD = getPTMData(); in begin() local
184 if (PTMD.is<const NamedDecl *>()) in begin()
186 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
190 const PTMDataType PTMD = getPTMData(); in end() local
191 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp192 const PointerToMemberData *PTMD = PTMDT.get<const PointerToMemberData *>(); in accumCXXBase() local
193 ND = PTMD->getDeclaratorDecl(); in accumCXXBase()
195 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp179 const auto PTMD = this->getPTMData(); in getDecl() local
180 if (PTMD.isNull()) in getDecl()
184 if (PTMD.is<const DeclaratorDecl *>()) in getDecl()
185 DD = PTMD.get<const DeclaratorDecl *>(); in getDecl()
187 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
205 const PTMDataType PTMD = getPTMData(); in begin() local
206 if (PTMD.is<const DeclaratorDecl *>()) in begin()
208 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
212 const PTMDataType PTMD = getPTMData(); in end() local
213 if (PTMD.is<const DeclaratorDecl *>()) in end()
[all …]
H A DBasicValueFactory.cpp193 const PointerToMemberData *PTMD = in accumCXXBase() local
195 DD = PTMD->getDeclaratorDecl(); in accumCXXBase()
197 PathList = PTMD->getCXXBaseList(); in accumCXXBase()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp175 const auto PTMD = this->getPTMData(); in getDecl() local
176 if (PTMD.isNull()) in getDecl()
180 if (PTMD.is<const DeclaratorDecl *>()) in getDecl()
181 DD = PTMD.get<const DeclaratorDecl *>(); in getDecl()
183 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
201 const PTMDataType PTMD = getPTMData(); in begin() local
202 if (PTMD.is<const DeclaratorDecl *>()) in begin()
204 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
208 const PTMDataType PTMD = getPTMData(); in end() local
209 if (PTMD.is<const DeclaratorDecl *>()) in end()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp216 const auto PTMD = this->getPTMData(); in getDecl() local
217 if (PTMD.isNull()) in getDecl()
221 if (PTMD.is<const NamedDecl *>()) in getDecl()
222 ND = PTMD.get<const NamedDecl *>(); in getDecl()
224 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
242 const PTMDataType PTMD = getPTMData(); in begin() local
243 if (PTMD.is<const NamedDecl *>()) in begin()
245 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
249 const PTMDataType PTMD = getPTMData(); in end() local
250 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp216 const auto PTMD = this->getPTMData(); in getDecl() local
217 if (PTMD.isNull()) in getDecl()
221 if (PTMD.is<const NamedDecl *>()) in getDecl()
222 ND = PTMD.get<const NamedDecl *>(); in getDecl()
224 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
242 const PTMDataType PTMD = getPTMData(); in begin() local
243 if (PTMD.is<const NamedDecl *>()) in begin()
245 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
249 const PTMDataType PTMD = getPTMData(); in end() local
250 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp216 const auto PTMD = this->getPTMData(); in getDecl() local
217 if (PTMD.isNull()) in getDecl()
221 if (PTMD.is<const NamedDecl *>()) in getDecl()
222 ND = PTMD.get<const NamedDecl *>(); in getDecl()
224 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
242 const PTMDataType PTMD = getPTMData(); in begin() local
243 if (PTMD.is<const NamedDecl *>()) in begin()
245 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
249 const PTMDataType PTMD = getPTMData(); in end() local
250 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp216 const auto PTMD = this->getPTMData(); in getDecl() local
217 if (PTMD.isNull()) in getDecl()
221 if (PTMD.is<const NamedDecl *>()) in getDecl()
222 ND = PTMD.get<const NamedDecl *>(); in getDecl()
224 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
242 const PTMDataType PTMD = getPTMData(); in begin() local
243 if (PTMD.is<const NamedDecl *>()) in begin()
245 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
249 const PTMDataType PTMD = getPTMData(); in end() local
250 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp216 const auto PTMD = this->getPTMData(); in getDecl() local
217 if (PTMD.isNull()) in getDecl()
221 if (PTMD.is<const NamedDecl *>()) in getDecl()
222 ND = PTMD.get<const NamedDecl *>(); in getDecl()
224 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
242 const PTMDataType PTMD = getPTMData(); in begin() local
243 if (PTMD.is<const NamedDecl *>()) in begin()
245 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
249 const PTMDataType PTMD = getPTMData(); in end() local
250 if (PTMD.is<const NamedDecl *>()) in end()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Core/
H A DSVals.cpp216 const auto PTMD = this->getPTMData(); in getDecl() local
217 if (PTMD.isNull()) in getDecl()
221 if (PTMD.is<const NamedDecl *>()) in getDecl()
222 ND = PTMD.get<const NamedDecl *>(); in getDecl()
224 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
242 const PTMDataType PTMD = getPTMData(); in begin() local
243 if (PTMD.is<const NamedDecl *>()) in begin()
245 return PTMD.get<const PointerToMemberData *>()->begin(); in begin()
249 const PTMDataType PTMD = getPTMData(); in end() local
250 if (PTMD.is<const NamedDecl *>()) in end()
[all …]

12