Home
last modified time | relevance | path

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 DCheckerContext.h257 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 DSmartPtrModeling.cpp230 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 DCastValueChecker.cpp104 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 DCXXSelfAssignmentChecker.cpp56 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
66 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
H A DReturnValueChecker.cpp101 const NoteTag *CallTag = C.getNoteTag( in checkPostCall()
148 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
H A DDebugContainerModeling.cpp100 C.getNoteTag( in analyzerContainerDataField()
H A DMIGChecker.cpp214 C.getNoteTag([this, PVD](PathSensitiveBugReport &BR) -> std::string { in checkPostCall()
H A DFuchsiaHandleChecker.cpp488 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall()
H A DStreamChecker.cpp381 return C.getNoteTag(NoteFn{getCheckerName(), StreamSym, Message}); in constructNoteTag()
H A DContainerModeling.cpp723 return C.getNoteTag( in getChangeTag()