Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp397 !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 …]
DDeleteWithNonVirtualDtorChecker.cpp134 if (!BR.isInteresting(M)) in VisitNode()
DDebugContainerModeling.cpp102 if (BR.isInteresting(Field)) { in analyzerContainerDataField()
DStreamChecker.cpp388 if (BR.isInteresting(StreamSym) && &BR.getBugType() == BT_ResourceLeak) in operator ()()
403 if (!BR.isInteresting(StreamSym) || in constructSetEofNoteTag()
DContainerModeling.cpp725 if (!BR.isInteresting(ContReg)) in getChangeTag()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIVUsers.cpp60 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/
DBugReporter.h453 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/
DStandardInstrumentations.cpp396 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/
DStandardInstrumentations.h199 bool isInteresting(Any IR, StringRef PassID);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp440 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
DBugReporterVisitors.cpp2704 if (report.isInteresting(R)) in patternMatch()
2709 if (report.isInteresting(V)) in patternMatch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DReassociate.cpp982 auto isInteresting = [](Value *V) { in shouldConvertOrWithNoCommonBitsToAdd() local
990 if (any_of(Or->operands(), isInteresting)) in shouldConvertOrWithNoCommonBitsToAdd()
994 if (Or->hasOneUse() && isInteresting(VB)) in shouldConvertOrWithNoCommonBitsToAdd()