/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 56 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function 69 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting() 70 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting() 77 if (isInteresting(Op, I, L, SE, LI)) { in isInteresting() 170 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersIfInteresting()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrModeling.cpp | 397 !BR.isInteresting(ThisRegion)) in evalCall() 414 !BR.isInteresting(ThisRegion)) in evalCall() 617 !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() 758 !BR.isInteresting(ThisRegion)) in handleAssignOp() 798 if (BR.isInteresting(OtherSmartPtrRegion)) { in updateMovedSmartPointers() [all …]
|
H A D | StringChecker.cpp | 81 return BR.isInteresting(*Param) ? "Assuming the pointer is not null." in checkPreCall()
|
H A D | DebugContainerModeling.cpp | 96 if (BR.isInteresting(Field)) { in analyzerContainerDataField()
|
H A D | CXXDeleteChecker.cpp | 208 if (!BR.isInteresting(M)) in VisitNode()
|
H A D | SetgidSetuidOrderChecker.cpp | 130 if (!BR.isInteresting(RetSym) || &BR.getBugType() != &this->BT) in processSetuid()
|
H A D | ErrnoModeling.cpp | 231 if (ErrnoR && BR.isInteresting(ErrnoR)) { in getErrnoNoteTag()
|
H A D | StreamChecker.cpp | 287 if (!BR.isInteresting(StreamSym) || in constructSetEofNoteTag() 300 if (!BR.isInteresting(StreamSym) || in constructSetErrorNoteTag() 313 if (!BR.isInteresting(StreamSym)) in constructSetEofOrErrorNoteTag() 597 if (BR.isInteresting(StreamSym) && &BR.getBugType() == &BT_ResourceLeak) in constructLeakNoteTag()
|
H A D | GenericTaintChecker.cpp | 159 if (!BR.isInteresting(CallLocation) || in taintOriginTrackerTag() 196 if (BR.isInteresting(Sym)) { in taintPropagationExplainerTag()
|
H A D | ArrayBoundCheckerV2.cpp | 539 if (BR.isInteresting(PartSym)) in providesInformationAboutInteresting()
|
H A D | StdLibraryFunctionsChecker.cpp | 1354 if (BR.isInteresting(ArgSVal)) in checkPreCall() 1424 if (BR.isInteresting(RV) && Node->succ_size() > 1) in checkPostCall() 1444 BR.isInteresting(ErrnoLoc->getAsRegion()); in checkPostCall() 1451 if (BR.isInteresting(RV)) in checkPostCall()
|
H A D | ContainerModeling.cpp | 716 if (!BR.isInteresting(ContReg)) in getChangeTag()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86InstrMappingEmitter.cpp | 163 static bool isInteresting(const Record *Rec) { in isInteresting() function 185 if (!isInteresting(Rec)) in emitCompressEVEXTable() 275 if (!isInteresting(Rec)) in emitNFTransformTable() 318 if (!isInteresting(Rec) || NoCompressSet.find(Name) != NoCompressSet.end()) in emitND2NonNDTable() 352 if (!isInteresting(Rec)) in emitSSE2AVXTable()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | InvalidPtrChecker.cpp | 140 if (BR.isInteresting(MainRegion)) { in REGISTER_SET_WITH_PROGRAMSTATE() 146 if (BR.isInteresting(MR)) { in REGISTER_SET_WITH_PROGRAMSTATE() 195 if (!BR.isInteresting(PrevReg) || &BR.getBugType() != &InvalidPtrBugType) in postPreviousReturnInvalidatingCall() 225 if (!BR.isInteresting(MR) || &BR.getBugType() != &InvalidPtrBugType) in postPreviousReturnInvalidatingCall()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 451 bool isInteresting(SymbolRef sym) const; 452 bool isInteresting(const MemRegion *R) const; 453 bool isInteresting(SVal V) const; 454 bool isInteresting(const LocationContext *LC) const;
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 453 R->isInteresting(C.getLocationContextFor(&call.path)))) in removeUnneededCalls() 2377 bool PathSensitiveBugReport::isInteresting(SVal V) const { in isInteresting() function in PathSensitiveBugReport 2381 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { in isInteresting() function in PathSensitiveBugReport 2385 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { in isInteresting() function in PathSensitiveBugReport 2389 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { in isInteresting() function in PathSensitiveBugReport
|
H A D | BugReporterVisitors.cpp | 2992 if (report.isInteresting(R)) in patternMatch() 2997 if (report.isInteresting(V)) in patternMatch()
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 371 bool isInteresting(Any IR, StringRef PassID, StringRef PassName) { in isInteresting() function 400 if (!isInteresting(IR, PassID, PassName)) in saveIRBeforePass() 418 } else if (!isInteresting(IR, PassID, PassName)) { in handleIRAfterPass() 2507 if (!isInteresting(IR, PassID, PIC.getPassNameForClassName(PassID))) { in registerCallbacks()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 940 auto isInteresting = [](Value *V) { in shouldConvertOrWithNoCommonBitsToAdd() local 948 if (any_of(Or->operands(), isInteresting)) in shouldConvertOrWithNoCommonBitsToAdd() 952 if (Or->hasOneUse() && isInteresting(VB)) in shouldConvertOrWithNoCommonBitsToAdd()
|