Searched refs:getNoteTag (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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(
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrModeling.cpp | 230 State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in evalCall() 246 C.addTransition(State, C.getNoteTag([ThisRegion, TrackingExpr, in evalCall() 349 State, C.getNoteTag([ThisRegion, TrackingExpr](PathSensitiveBugReport &BR, in handleReset() 384 C.addTransition(State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in handleRelease() 424 State, C.getNoteTag([ThisRegion, ArgRegion](PathSensitiveBugReport &BR, in handleSwap() 485 C.addTransition(State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in handleAssignOp() 522 C.getNoteTag([ThisRegion, OtherSmartPtrRegion, IsArgValNull]( in updateMovedSmartPointers() 545 C.addTransition(State, C.getNoteTag([OtherSmartPtrRegion, in updateMovedSmartPointers() 613 C.addTransition(NullState, C.getNoteTag( in handleBoolConversion() 626 C.getNoteTag( in handleBoolConversion()
|
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 | 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 | FuchsiaHandleChecker.cpp | 488 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall()
|
H A D | StreamChecker.cpp | 381 return C.getNoteTag(NoteFn{getCheckerName(), StreamSym, Message}); in constructNoteTag()
|
H A D | ContainerModeling.cpp | 723 return C.getNoteTag( in getChangeTag()
|