Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp38 void verifyMatch(CheckerContext &C, SVal Iter1, SVal Iter2) const;
70 verifyMatch(C, InstCall->getCXXThisVal(), Call.getArgSVal(0)); in checkPreCall()
79 verifyMatch(C, Call.getArgSVal(0), Call.getArgSVal(1)); in checkPreCall()
87 verifyMatch(C, Call.getArgSVal(0), in checkPreCall()
90 verifyMatch(C, Call.getArgSVal(1), in checkPreCall()
94 verifyMatch(C, Call.getArgSVal(0), in checkPreCall()
99 verifyMatch(C, Call.getArgSVal(1), Call.getArgSVal(2)); in checkPreCall()
102 verifyMatch(C, Call.getArgSVal(0), in checkPreCall()
122 verifyMatch(C, Call.getArgSVal(0), Call.getArgSVal(1)); in checkPreCall()
177 verifyMatch(C, LHS, Call.getArgSVal(J)); in checkPreCall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp279 void BlockFrequencyInfo::verifyMatch(BlockFrequencyInfo &Other) const { in verifyMatch() function in BlockFrequencyInfo
281 BFI->verifyMatch(*Other.BFI); in verifyMatch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h101 void verifyMatch(BlockFrequencyInfo &Other) const;
H A DBlockFrequencyInfoImpl.h1071 void verifyMatch(BlockFrequencyInfoImpl<BT> &Other) const;
1743 void BlockFrequencyInfoImpl<BT>::verifyMatch(
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp826 NewBFI.verifyMatch(*BFI); in verifyBFIUpdates()