Home
last modified time | relevance | path

Searched refs:NoteTag (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h277 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {
278 return Eng.getDataTags().make<NoteTag>(std::move(Cb), IsPrunable);
288 const NoteTag
304 const NoteTag *getNoteTag(std::function<std::string()> &&Cb,
317 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) {
331 const NoteTag *getNoteTag(
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp101 const NoteTag *createEnvInvalidationNote(CheckerContext &C,
122 const NoteTag *InvalidPtrChecker::createEnvInvalidationNote( in REGISTER_SET_WITH_PROGRAMSTATE()
176 const NoteTag *InvalidationNote = in EnvpInvalidatingCall()
186 const NoteTag *Note = nullptr; in postPreviousReturnInvalidatingCall()
223 const NoteTag *PreviousCallNote = C.getNoteTag( in postPreviousReturnInvalidatingCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp55 const NoteTag *SelfAssignTag = in checkBeginFunction()
65 const NoteTag *NonSelfAssignTag = in checkBeginFunction()
H A DContainerModeling.cpp54 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text,
407 const NoteTag *ChangeTag = in handleClear()
446 const NoteTag *ChangeTag = in handlePushBack()
475 const NoteTag *ChangeTag = in handlePopBack()
520 const NoteTag *ChangeTag = in handlePushFront()
557 const NoteTag *ChangeTag = in handlePopFront()
700 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag()
H A DErrnoModeling.h80 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message);
H A DBlockInCriticalSectionChecker.cpp186 [[nodiscard]] const NoteTag *createCritSectionNote(CritSectionMarker M,
334 const NoteTag *
H A DDebugContainerModeling.cpp93 const NoteTag *InterestingTag = in analyzerContainerDataField()
H A DCastValueChecker.cpp105 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
139 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
H A DSetgidSetuidOrderChecker.cpp128 const NoteTag *Note = C.getNoteTag([this, in processSetuid()
H A DMIGChecker.cpp215 const NoteTag *T = in checkPostCall()
H A DGenericTaintChecker.cpp150 const NoteTag *taintOriginTrackerTag(CheckerContext &C, in taintOriginTrackerTag()
180 const NoteTag *taintPropagationExplainerTag( in taintPropagationExplainerTag()
879 const NoteTag *InjectionTag = nullptr; in checkPostCall()
1023 const NoteTag *InjectionTag = taintOriginTrackerTag( in process()
H A DArrayBoundCheckerV2.cpp88 const NoteTag *createNoteTag(CheckerContext &C) const;
466 const NoteTag *StateUpdateReporter::createNoteTag(CheckerContext &C) const { in createNoteTag()
H A DErrnoModeling.cpp228 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message) { in getErrnoNoteTag()
H A DStreamChecker.cpp284 const NoteTag *constructSetEofNoteTag(CheckerContext &C, in constructSetEofNoteTag()
297 const NoteTag *constructSetErrorNoteTag(CheckerContext &C, in constructSetErrorNoteTag()
310 const NoteTag *constructSetEofOrErrorNoteTag(CheckerContext &C, in constructSetEofOrErrorNoteTag()
593 const NoteTag *constructLeakNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructLeakNoteTag()
717 const NoteTag *getFailureNoteTag(const StreamChecker *Ch, CheckerContext &C) { in getFailureNoteTag()
H A DStdLibraryFunctionsChecker.cpp1412 const NoteTag *Tag = C.getNoteTag( in checkPostCall()
1432 const NoteTag *Tag = in checkPostCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h779 class NoteTag : public DataTag {
790 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp239 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
H A DBugReporterVisitors.cpp1870 if (isa_and_nonnull<NoteTag>(P.getTag())) in VisitNode()
3454 int NoteTag::Kind = 0;
3465 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()