Home
last modified time | relevance | path

Searched refs:getNoteTag (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h288 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {
300 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb,
302 return getNoteTag(
315 const NoteTag *getNoteTag(std::function<std::string()> &&Cb,
317 return getNoteTag([Cb](BugReporterContext &,
328 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) {
329 return getNoteTag(
342 const NoteTag *getNoteTag(
345 return getNoteTag(
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp105 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 DReturnValueChecker.cpp87 C.addTransition(StTrue, C.getNoteTag(Msg, /*IsPrunable=*/true)); in checkPostCall()
97 C.addTransition(State, C.getNoteTag(Msg, /*IsPrunable=*/true)); in checkPostCall()
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 DSmartPtrModeling.cpp391 State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in evalCall()
407 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()
887 C.addTransition(NullState, C.getNoteTag( in handleBoolConversion()
900 C.getNoteTag( in handleBoolConversion()
H A DStringChecker.cpp86 C.addTransition(NotNull, Null ? C.getNoteTag(Callback) : nullptr); in checkPreCall()
H A DDebugContainerModeling.cpp94 C.getNoteTag( in analyzerContainerDataField()
H A DSetgidSetuidOrderChecker.cpp128 const NoteTag *Note = C.getNoteTag([this, in processSetuid()
H A DMIGChecker.cpp216 C.getNoteTag([this, PVD](PathSensitiveBugReport &BR) -> std::string { in checkPostCall()
H A DErrnoModeling.cpp227 return C.getNoteTag([Message](PathSensitiveBugReport &BR) -> std::string { in getErrnoNoteTag()
H A DBitwiseShiftChecker.cpp328 return Ctx.getNoteTag(Msg, /*isPrunable=*/true); in createNoteTag()
H A DBuiltinFunctionChecker.cpp130 return C.getNoteTag([Result, Arg1, Arg2, overflow](PathSensitiveBugReport &BR, in createBuiltinOverflowNoteTag()
H A DBlockInCriticalSectionChecker.cpp425 return C.getNoteTag([M, BT](PathSensitiveBugReport &BR, in createCritSectionNote()
H A DStreamChecker.cpp295 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetEofNoteTag()
308 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetErrorNoteTag()
321 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetEofOrErrorNoteTag()
608 return C.getNoteTag([this, StreamSym, in constructLeakNoteTag()
H A DGenericTaintChecker.cpp153 return C.getNoteTag([TaintedSymbols = std::move(TaintedSymbols), in taintOriginTrackerTag()
182 return C.getNoteTag([TaintedSymbols = std::move(TaintedSymbols), in taintPropagationExplainerTag()
H A DArrayBoundChecker.cpp489 return C.getNoteTag([*this](PathSensitiveBugReport &BR) -> std::string { in createNoteTag()
H A DContainerModeling.cpp718 return C.getNoteTag( in getChangeTag()
H A DStdLibraryFunctionsChecker.cpp1353 C.getNoteTag([Msg = std::move(Msg), ArgSVal]( in checkPreCall()
1416 const NoteTag *Tag = C.getNoteTag( in checkPostCall()
1437 C.getNoteTag([CaseNote, ErrnoNote, in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp128 return C.getNoteTag([this, MainRegion, GetenvRegions, in REGISTER_SET_WITH_PROGRAMSTATE()
193 Note = C.getNoteTag([this, PrevReg, FD](PathSensitiveBugReport &BR, in postPreviousReturnInvalidatingCall()
223 const NoteTag *PreviousCallNote = C.getNoteTag( in postPreviousReturnInvalidatingCall()