Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h277 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(
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
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()
DCXXSelfAssignmentChecker.cpp56 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
66 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
DSmartPtrModeling.cpp394 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()
651 C.addTransition(State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in handleRelease()
692 C.addTransition(State, C.getNoteTag([FirstThisRegion, SecondThisRegion]( in handleSwap()
756 C.addTransition(State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, in handleAssignOp()
795 C.getNoteTag([ThisRegion, OtherSmartPtrRegion, IsArgValNull]( in updateMovedSmartPointers()
819 C.addTransition(State, C.getNoteTag([OtherSmartPtrRegion, in updateMovedSmartPointers()
889 C.addTransition(NullState, C.getNoteTag( in handleBoolConversion()
902 C.getNoteTag( in handleBoolConversion()
DReturnValueChecker.cpp103 const NoteTag *CallTag = C.getNoteTag( in checkPostCall()
151 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
DStringChecker.cpp86 C.addTransition(NotNull, Null ? C.getNoteTag(Callback) : nullptr); in checkPreCall()
DDebugContainerModeling.cpp101 C.getNoteTag( in analyzerContainerDataField()
DMIGChecker.cpp216 C.getNoteTag([this, PVD](PathSensitiveBugReport &BR) -> std::string { in checkPostCall()
DErrnoModeling.cpp279 return C.getNoteTag([Message](PathSensitiveBugReport &BR) -> std::string { in getErrnoNoteTag()
DStreamChecker.cpp418 return C.getNoteTag(NoteFn{&BT_ResourceLeak, StreamSym, Message}); in constructNoteTag()
423 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetEofNoteTag()
DFuchsiaHandleChecker.cpp485 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall()
DContainerModeling.cpp709 return C.getNoteTag( in getChangeTag()
DStdLibraryFunctionsChecker.cpp1005 C.getNoteTag([Msg = std::move(Msg), ArgSVal]( in checkPreCall()
1045 const NoteTag *Tag = C.getNoteTag( in checkPostCall()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/
DInvalidPtrChecker.cpp105 C.getNoteTag([SymbolicEnvPtrRegion, FunctionName]( in REGISTER_SET_WITH_PROGRAMSTATE()
127 Note = C.getNoteTag([PrevReg, FD](PathSensitiveBugReport &BR, in postPreviousReturnInvalidatingCall()
155 C.getNoteTag([MR](PathSensitiveBugReport &BR, llvm::raw_ostream &Out) { in postPreviousReturnInvalidatingCall()