Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp68 const NonLoc ByteOffsetVal; member in __anonb48263820111::StateUpdateReporter
77 : Reg(R), ByteOffsetVal(ByteOffsVal), in StateUpdateReporter()
478 if (!providesInformationAboutInteresting(ByteOffsetVal, BR)) { in getMessage()
491 std::optional<int64_t> OffsetN = getConcreteValue(ByteOffsetVal); in getMessage()