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 DArrayBoundChecker.cpp82 const NonLoc ByteOffsetVal; member in __anon612badfa0111::StateUpdateReporter
92 ByteOffsetVal(ByteOffsVal), ElementType(determineElementType(E, C)), in StateUpdateReporter()
496 if (!providesInformationAboutInteresting(ByteOffsetVal, BR)) { in getMessage()
509 std::optional<int64_t> OffsetN = getConcreteValue(ByteOffsetVal); in getMessage()