Searched refs:verifyMatch (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 37 void verifyMatch(CheckerContext &C, SVal Iter, const MemRegion *Cont) const; 38 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() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfo.cpp | 278 void BlockFrequencyInfo::verifyMatch(BlockFrequencyInfo &Other) const { in verifyMatch() function in BlockFrequencyInfo 280 BFI->verifyMatch(*Other.BFI); in verifyMatch()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfo.h | 101 void verifyMatch(BlockFrequencyInfo &Other) const;
|
| H A D | BlockFrequencyInfoImpl.h | 1068 void verifyMatch(BlockFrequencyInfoImpl<BT> &Other) const; 1740 void BlockFrequencyInfoImpl<BT>::verifyMatch(
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 826 NewBFI.verifyMatch(*BFI); in verifyBFIUpdates()
|