| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 277 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { 289 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb, 291 return getNoteTag( 304 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, 306 return getNoteTag([Cb](BugReporterContext &, 317 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) { 318 return getNoteTag( 331 const NoteTag *getNoteTag( 334 return getNoteTag(
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 105 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag() function 114 return C.getNoteTag( in getNoteTag() 139 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag() function 145 return C.getNoteTag( in getNoteTag() 256 getNoteTag(C, CastInfo, CastToTy, Object, CastSucceeds, IsKnownCast)); in addCastTransition() 319 getNoteTag(C, CastInfo, CastToTy, Call.getArgExpr(0), true, in addInstanceOfTransition() 333 getNoteTag(C, CastToTyVec, Call.getArgExpr(0), IsAnyKnown)); in addInstanceOfTransition() 365 C.getNoteTag("Assuming null pointer is passed into cast", in evalNullParamNullReturn()
|
| H A D | CXXSelfAssignmentChecker.cpp | 56 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction() 66 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
|
| H A D | SmartPtrModeling.cpp | 394 State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in evalCall() 410 C.addTransition(State, C.getNoteTag([ThisRegion, TrackingExpr, in evalCall() 614 State, C.getNoteTag([ThisRegion, TrackingExpr](PathSensitiveBugReport &BR, in handleReset() 650 C.addTransition(State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in handleRelease() 691 C.addTransition(State, C.getNoteTag([FirstThisRegion, SecondThisRegion]( in handleSwap() 755 C.addTransition(State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in handleAssignOp() 794 C.getNoteTag([ThisRegion, OtherSmartPtrRegion, IsArgValNull]( in updateMovedSmartPointers() 818 C.addTransition(State, C.getNoteTag([OtherSmartPtrRegion, in updateMovedSmartPointers() 888 C.addTransition(NullState, C.getNoteTag( in handleBoolConversion() 901 C.getNoteTag( in handleBoolConversion()
|
| H A D | ReturnValueChecker.cpp | 103 const NoteTag *CallTag = C.getNoteTag( in checkPostCall() 151 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
|
| H A D | StringChecker.cpp | 86 C.addTransition(NotNull, Null ? C.getNoteTag(Callback) : nullptr); in checkPreCall()
|
| H A D | DebugContainerModeling.cpp | 94 C.getNoteTag( in analyzerContainerDataField()
|
| H A D | MIGChecker.cpp | 216 C.getNoteTag([this, PVD](PathSensitiveBugReport &BR) -> std::string { in checkPostCall()
|
| H A D | ErrnoModeling.cpp | 274 return C.getNoteTag([Message](PathSensitiveBugReport &BR) -> std::string { in getErrnoNoteTag()
|
| H A D | BitwiseShiftChecker.cpp | 329 return Ctx.getNoteTag(Msg, /*isPrunable=*/true); in createNoteTag()
|
| H A D | GenericTaintChecker.cpp | 160 return C.getNoteTag([TaintedSymbols = std::move(TaintedSymbols), in taintOriginTrackerTag() 190 return C.getNoteTag([TaintedSymbols = std::move(TaintedSymbols), in taintPropagationExplainerTag()
|
| H A D | FuchsiaHandleChecker.cpp | 485 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall()
|
| H A D | StreamChecker.cpp | 467 return C.getNoteTag([this, StreamSym, in constructNoteTag() 477 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetEofNoteTag()
|
| H A D | ContainerModeling.cpp | 709 return C.getNoteTag( in getChangeTag()
|
| H A D | StdLibraryFunctionsChecker.cpp | 1352 C.getNoteTag([Msg = std::move(Msg), ArgSVal]( in checkPreCall() 1412 const NoteTag *Tag = C.getNoteTag( in checkPostCall() 1433 C.getNoteTag([CaseNote, ErrnoNote, in checkPostCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 123 return C.getNoteTag([this, MainRegion, GetenvRegions, in REGISTER_SET_WITH_PROGRAMSTATE() 188 Note = C.getNoteTag([this, PrevReg, FD](PathSensitiveBugReport &BR, in postPreviousReturnInvalidatingCall() 218 const NoteTag *PreviousCallNote = C.getNoteTag( in postPreviousReturnInvalidatingCall()
|