Home
last modified time | relevance | path

Searched refs:KnownSVal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h278 class KnownSVal : public SVal {
281 KnownSVal() = default;
288 KnownSVal(const DefinedSVal &V) : SVal(V) {} in KnownSVal() function
289 KnownSVal(const UndefinedVal &V) : SVal(V) {} in KnownSVal() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h149 FindLastStoreBRVisitor(KnownSVal V, const MemRegion *R,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1591 if (auto KV = State->getSVal(OriginalR).getAs<KnownSVal>()) in VisitNode()
2100 if (auto KV = LVal.getAs<KnownSVal>()) in trackExpressionValue()
2143 if (auto KV = V.getAs<KnownSVal>()) in trackExpressionValue()
2183 if (auto KV = RVal.getAs<KnownSVal>()) in trackExpressionValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp988 AllVarBindings[0].second.castAs<KnownSVal>(), AllocBindingToReport, in findBindingToReport()