| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 288 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { 289 return Eng.getDataTags().make<NoteTag>(std::move(Cb), IsPrunable); 299 const NoteTag 315 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, 328 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) { 342 const NoteTag *getNoteTag(
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 101 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 D | CXXSelfAssignmentChecker.cpp | 55 const NoteTag *SelfAssignTag = in checkBeginFunction() 65 const NoteTag *NonSelfAssignTag = in checkBeginFunction()
|
| H A D | ContainerModeling.cpp | 53 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text, 411 const NoteTag *ChangeTag = in handleClear() 450 const NoteTag *ChangeTag = in handlePushBack() 479 const NoteTag *ChangeTag = in handlePopBack() 524 const NoteTag *ChangeTag = in handlePushFront() 561 const NoteTag *ChangeTag = in handlePopFront() 704 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag()
|
| H A D | ErrnoModeling.h | 80 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message);
|
| H A D | BitwiseShiftChecker.cpp | 84 const NoteTag *createNoteTag() const; 315 const NoteTag *BitwiseShiftValidator::createNoteTag() const { in createNoteTag()
|
| H A D | BuiltinFunctionChecker.cpp | 99 const NoteTag *createBuiltinOverflowNoteTag(CheckerContext &C, 128 const NoteTag *BuiltinFunctionChecker::createBuiltinOverflowNoteTag( in createBuiltinOverflowNoteTag()
|
| H A D | DebugContainerModeling.cpp | 93 const NoteTag *InterestingTag = in analyzerContainerDataField()
|
| H A D | BlockInCriticalSectionChecker.cpp | 241 [[nodiscard]] const NoteTag *createCritSectionNote(CritSectionMarker M, 421 const NoteTag *
|
| H A D | CastValueChecker.cpp | 105 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag() 139 static const NoteTag *getNoteTag(CheckerContext &C, in getNoteTag()
|
| H A D | SetgidSetuidOrderChecker.cpp | 128 const NoteTag *Note = C.getNoteTag([this, in processSetuid()
|
| H A D | MIGChecker.cpp | 215 const NoteTag *T = in checkPostCall()
|
| H A D | GenericTaintChecker.cpp | 149 const NoteTag *taintOriginTrackerTag(CheckerContext &C, in taintOriginTrackerTag() 178 const NoteTag *taintPropagationExplainerTag( in taintPropagationExplainerTag() 877 const NoteTag *InjectionTag = nullptr; in checkPostCall() 1021 const NoteTag *InjectionTag = taintOriginTrackerTag( in process()
|
| H A D | ArrayBoundChecker.cpp | 102 const NoteTag *createNoteTag(CheckerContext &C) const; 484 const NoteTag *StateUpdateReporter::createNoteTag(CheckerContext &C) const { in createNoteTag()
|
| H A D | ErrnoModeling.cpp | 226 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message) { in getErrnoNoteTag()
|
| H A D | StreamChecker.cpp | 293 const NoteTag *constructSetEofNoteTag(CheckerContext &C, in constructSetEofNoteTag() 306 const NoteTag *constructSetErrorNoteTag(CheckerContext &C, in constructSetErrorNoteTag() 319 const NoteTag *constructSetEofOrErrorNoteTag(CheckerContext &C, in constructSetEofOrErrorNoteTag() 606 const NoteTag *constructLeakNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructLeakNoteTag() 724 const NoteTag *getFailureNoteTag(const StreamChecker *Ch, CheckerContext &C) { in getFailureNoteTag()
|
| H A D | StdLibraryFunctionsChecker.cpp | 1416 const NoteTag *Tag = C.getNoteTag( in checkPostCall() 1436 const NoteTag *Tag = in checkPostCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 784 class NoteTag : public DataTag { 795 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 1822 if (isa_and_nonnull<NoteTag>(P.getTag())) in VisitNode() 3411 int NoteTag::Kind = 0; 3422 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()
|
| H A D | CoreEngine.cpp | 274 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
|