Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp107 static bool providesInformationAboutInteresting(SymbolRef Sym,
109 static bool providesInformationAboutInteresting(SVal SV, in providesInformationAboutInteresting() function in __anonb48263820111::StateUpdateReporter
111 return providesInformationAboutInteresting(SV.getAsSymbol(), BR); in providesInformationAboutInteresting()
478 if (!providesInformationAboutInteresting(ByteOffsetVal, BR)) { in getMessage()
480 providesInformationAboutInteresting(*AssumedUpperBound, BR)) { in getMessage()
532 bool StateUpdateReporter::providesInformationAboutInteresting( in providesInformationAboutInteresting() function in StateUpdateReporter