Home
last modified time | relevance | path

Searched refs:LazyCompoundVal (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUninitializedObjectChecker.cpp210 static Optional<nonloc::LazyCompoundVal>
261 Optional<nonloc::LazyCompoundVal> Object = getObjectVal(CtorDecl, Context); in checkEndFunction()
492 if (Optional<nonloc::LazyCompoundVal> RecordV = in isPointerOrReferenceUninit()
493 DerefdV.getAs<nonloc::LazyCompoundVal>()) { in isPointerOrReferenceUninit()
625 static Optional<nonloc::LazyCompoundVal>
636 return Object.getAs<nonloc::LazyCompoundVal>(); in getObjectVal()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp177 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal()
203 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
207 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
384 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1043 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1044 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1302 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1551 static Optional<nonloc::LazyCompoundVal>
1558 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1591 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2078 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2236 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2370 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2371 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp177 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal()
203 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
207 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
384 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp177 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal()
203 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
207 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
384 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp177 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal()
203 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
207 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
384 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp177 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal()
203 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
207 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
384 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Core/
H A DSVals.cpp177 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal()
203 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
207 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
384 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp166 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
170 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
347 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1052 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1053 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1311 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1591 static Optional<nonloc::LazyCompoundVal>
1598 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1631 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2095 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2253 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2387 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2388 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp144 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
148 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
325 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1044 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1045 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1303 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1552 static Optional<nonloc::LazyCompoundVal>
1559 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1592 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2052 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2210 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2344 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2345 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp166 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
170 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
347 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1044 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1045 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1303 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1552 static Optional<nonloc::LazyCompoundVal>
1559 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1592 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2052 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2210 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2344 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2345 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp144 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
148 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
325 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1044 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1045 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1303 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1552 static Optional<nonloc::LazyCompoundVal>
1559 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1592 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2052 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2210 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2344 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2345 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp166 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
170 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
347 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1052 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1053 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1311 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1591 static Optional<nonloc::LazyCompoundVal>
1598 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1631 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2095 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2253 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2387 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2388 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp166 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
170 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
347 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1044 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1045 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1303 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1552 static Optional<nonloc::LazyCompoundVal>
1559 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1592 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2052 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2210 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2344 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2345 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp166 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
170 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
347 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp1019 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1020 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1278 V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1558 static Optional<nonloc::LazyCompoundVal>
1565 Optional<nonloc::LazyCompoundVal> LCV = V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
1598 if (Optional<nonloc::LazyCompoundVal> V = in findLazyBinding()
2050 if (Optional<nonloc::LazyCompoundVal> V = in createLazyBinding()
2208 if (Init.getAs<nonloc::LazyCompoundVal>()) in bindArray()
2343 if (Optional<nonloc::LazyCompoundVal> LCV = in bindStruct()
2344 V.getAs<nonloc::LazyCompoundVal>()) { in bindStruct()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp144 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
148 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
325 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp166 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
170 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
338 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp166 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
170 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
334 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()

12345678910>>...12