Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp1085 std::optional<int64_t> CountVal = getKnownValue(State, NMembVal); in tryToInvalidateFReadBufferByElements() local
1090 if (!ElemTy.isNull() && CountVal && Size && StartIndexVal) { in tryToInvalidateFReadBufferByElements()
1091 int64_t NumBytesRead = Size.value() * CountVal.value(); in tryToInvalidateFReadBufferByElements()