| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | SmartPtrModeling.cpp | 397 !BR.isInteresting(ThisRegion)) in evalCall() 414 !BR.isInteresting(ThisRegion)) in evalCall() 618 !BR.isInteresting(ThisRegion)) in handleReset() 653 !BR.isInteresting(ThisRegion)) in handleRelease() 696 if (BR.isInteresting(FirstThisRegion) && in handleSwap() 697 !BR.isInteresting(SecondThisRegion)) { in handleSwap() 701 if (BR.isInteresting(SecondThisRegion) && in handleSwap() 702 !BR.isInteresting(FirstThisRegion)) { in handleSwap() 756 !BR.isInteresting(ThisRegion)) in handleAssignOp() 794 if (BR.isInteresting(OtherSmartPtrRegion)) { in updateMovedSmartPointers() [all …]
|
| D | DeleteWithNonVirtualDtorChecker.cpp | 134 if (!BR.isInteresting(M)) in VisitNode()
|
| D | DebugContainerModeling.cpp | 102 if (BR.isInteresting(Field)) { in analyzerContainerDataField()
|
| D | StreamChecker.cpp | 388 if (BR.isInteresting(StreamSym) && &BR.getBugType() == BT_ResourceLeak) in operator ()() 403 if (!BR.isInteresting(StreamSym) || in constructSetEofNoteTag()
|
| D | ContainerModeling.cpp | 725 if (!BR.isInteresting(ContReg)) in getChangeTag()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | IVUsers.cpp | 60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function 73 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 74 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting() 81 if (isInteresting(Op, I, L, SE, LI)) { in isInteresting() 203 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | BugReporter.h | 453 bool isInteresting(SymbolRef sym) const; 454 bool isInteresting(const MemRegion *R) const; 455 bool isInteresting(SVal V) const; 456 bool isInteresting(const LocationContext *LC) const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/ |
| D | StandardInstrumentations.cpp | 396 bool ChangeReporter<IRUnitT>::isInteresting(Any IR, StringRef PassID) { in isInteresting() function in ChangeReporter 411 if (!isInteresting(IR, PassID)) in saveIRBeforePass() 434 } else if (!isInteresting(IR, PassID)) { in handleIRAfterPass()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/ |
| D | StandardInstrumentations.h | 199 bool isInteresting(Any IR, StringRef PassID);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporter.cpp | 440 R->isInteresting(C.getLocationContextFor(&call.path)))) in removeUnneededCalls() 2357 bool PathSensitiveBugReport::isInteresting(SVal V) const { in isInteresting() function in PathSensitiveBugReport 2361 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { in isInteresting() function in PathSensitiveBugReport 2365 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { in isInteresting() function in PathSensitiveBugReport 2369 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { in isInteresting() function in PathSensitiveBugReport
|
| D | BugReporterVisitors.cpp | 2704 if (report.isInteresting(R)) in patternMatch() 2709 if (report.isInteresting(V)) in patternMatch()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 982 auto isInteresting = [](Value *V) { in shouldConvertOrWithNoCommonBitsToAdd() local 990 if (any_of(Or->operands(), isInteresting)) in shouldConvertOrWithNoCommonBitsToAdd() 994 if (Or->hasOneUse() && isInteresting(VB)) in shouldConvertOrWithNoCommonBitsToAdd()
|