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.cpp1124 std::optional<int64_t> CountVal = getKnownValue(State, NMembVal); in tryToInvalidateFReadBufferByElements() local
1129 if (!ElemTy.isNull() && CountVal && Size && StartIndexVal) { in tryToInvalidateFReadBufferByElements()
1130 int64_t NumBytesRead = Size.value() * CountVal.value(); in tryToInvalidateFReadBufferByElements()