Searched refs:NoteTag (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 277 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(
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ErrnoModeling.h | 91 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message); 120 const NoteTag *getNoteTagForStdSuccess(CheckerContext &C, llvm::StringRef Fn); 125 const NoteTag *getNoteTagForStdMustBeChecked(CheckerContext &C,
|
| H A D | CXXSelfAssignmentChecker.cpp | 55 const NoteTag *SelfAssignTag = in checkBeginFunction() 65 const NoteTag *NonSelfAssignTag = in checkBeginFunction()
|
| H A D | ReturnValueChecker.cpp | 103 const NoteTag *CallTag = C.getNoteTag( in checkPostCall() 151 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction()
|
| H A D | ErrnoModeling.cpp | 278 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message) { in getErrnoNoteTag() 320 const NoteTag *getNoteTagForStdSuccess(CheckerContext &C, llvm::StringRef Fn) { in getNoteTagForStdSuccess() 328 const NoteTag *getNoteTagForStdMustBeChecked(CheckerContext &C, in getNoteTagForStdMustBeChecked()
|
| H A D | ContainerModeling.cpp | 54 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text, 402 const NoteTag *ChangeTag = in handleClear() 441 const NoteTag *ChangeTag = in handlePushBack() 470 const NoteTag *ChangeTag = in handlePopBack() 515 const NoteTag *ChangeTag = in handlePushFront() 552 const NoteTag *ChangeTag = in handlePopFront() 695 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag()
|
| H A D | DebugContainerModeling.cpp | 100 const NoteTag *InterestingTag = in analyzerContainerDataField()
|
| 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 | MIGChecker.cpp | 215 const NoteTag *T = in checkPostCall()
|
| H A D | StdLibraryFunctionsChecker.cpp | 409 virtual const NoteTag *describe(CheckerContext &C, in describe() 480 const NoteTag *describe(CheckerContext &C, in describe() 495 const NoteTag *describe(CheckerContext &C, in describe() 1039 const NoteTag *NT = nullptr; in checkPostCall() 1045 const NoteTag *Tag = C.getNoteTag( in checkPostCall() 1062 if (const NoteTag *NT = in checkPostCall()
|
| H A D | StreamChecker.cpp | 416 const NoteTag *constructNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructNoteTag() 421 const NoteTag *constructSetEofNoteTag(CheckerContext &C, in constructSetEofNoteTag()
|
| H A D | FuchsiaHandleChecker.cpp | 483 const NoteTag *T = nullptr; in checkPostCall()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 104 const NoteTag *Note = in REGISTER_SET_WITH_PROGRAMSTATE() 120 const NoteTag *Note = nullptr; in postPreviousReturnInvalidatingCall() 154 const NoteTag *PreviousCallNote = in postPreviousReturnInvalidatingCall()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 763 class NoteTag : public DataTag { 774 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() function
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 1849 if (isa_and_nonnull<NoteTag>(P.getTag())) in VisitNode() 3498 int NoteTag::Kind = 0; 3509 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag()); in VisitNode()
|
| H A D | CoreEngine.cpp | 251 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
|