Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp408 bool AlsoMentionUnderflow) { in getExceedsMsgs() argument
428 if (AlsoMentionUnderflow) { in getExceedsMsgs()
451 AlsoMentionUnderflow ? "around" : "after the end of", in getExceedsMsgs()
457 bool AlsoMentionUnderflow) { in getTaintMsgs() argument
463 AlsoMentionUnderflow ? "negative or " : "")}; in getTaintMsgs()
617 bool AlsoMentionUnderflow = SUR.assumedNonNegative(); in performCheck() local
636 Location, AlsoMentionUnderflow); in performCheck()
652 Messages Msgs = getTaintMsgs(Reg, OffsetName, AlsoMentionUnderflow); in performCheck()