Home
last modified time | relevance | path

Searched refs:createNoteTag (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp86 const NoteTag *createNoteTag() const;
130 Ctx.addTransition(FoldedState, createNoteTag()); in run()
316 const NoteTag *BitwiseShiftValidator::createNoteTag() const { in createNoteTag() function in __anon760d32cd0111::BitwiseShiftValidator
H A DArrayBoundCheckerV2.cpp88 const NoteTag *createNoteTag(CheckerContext &C) const;
466 const NoteTag *StateUpdateReporter::createNoteTag(CheckerContext &C) const { in createNoteTag() function in StateUpdateReporter
630 C.addTransition(ExceedsUpperBound, SUR.createNoteTag(C)); in performCheck()
670 C.addTransition(State, SUR.createNoteTag(C)); in performCheck()