Searched refs:getNoteTag (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { 269 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb, 271 return getNoteTag( 284 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, 286 return getNoteTag([Cb](BugReporterContext &, 297 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) { 298 return getNoteTag( 311 const NoteTag *getNoteTag( 314 return getNoteTag(
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 104 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag() function 113 return C.getNoteTag( in getNoteTag() 138 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag() function 144 return C.getNoteTag( in getNoteTag() 255 getNoteTag(C, CastInfo, CastToTy, Object, CastSucceeds, IsKnownCast)); in addCastTransition() 318 getNoteTag(C, CastInfo, CastToTy, Call.getArgExpr(0), true, in addInstanceOfTransition() 332 getNoteTag(C, CastToTyVec, Call.getArgExpr(0), IsAnyKnown)); in addInstanceOfTransition() 362 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() 615 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() 753 C.addTransition(State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in handleAssignOp() 790 C.getNoteTag([ThisRegion, OtherSmartPtrRegion, IsArgValNull]( in updateMovedSmartPointers() 813 C.addTransition(State, C.getNoteTag([OtherSmartPtrRegion, in updateMovedSmartPointers() 881 C.addTransition(NullState, C.getNoteTag( in handleBoolConversion() 894 C.getNoteTag( in handleBoolConversion()
|
| H A D | ReturnValueChecker.cpp | 101 const NoteTag *CallTag = C.getNoteTag( in checkPostCall() 148 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
|
| H A D | DebugContainerModeling.cpp | 100 C.getNoteTag( in analyzerContainerDataField()
|
| H A D | MIGChecker.cpp | 214 C.getNoteTag([this, PVD](PathSensitiveBugReport &BR) -> std::string { in checkPostCall()
|
| H A D | StreamChecker.cpp | 397 return C.getNoteTag(NoteFn{&BT_ResourceLeak, StreamSym, Message}); in constructNoteTag() 402 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetEofNoteTag()
|
| H A D | FuchsiaHandleChecker.cpp | 488 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall()
|
| H A D | ContainerModeling.cpp | 723 return C.getNoteTag( in getChangeTag()
|