Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp84 const NoteTag *createNoteTag() const;
128 Ctx.addTransition(FoldedState, createNoteTag()); in run()
315 const NoteTag *BitwiseShiftValidator::createNoteTag() const { in createNoteTag() function in __anon1c4322b80111::BitwiseShiftValidator
H A DArrayBoundChecker.cpp102 const NoteTag *createNoteTag(CheckerContext &C) const;
484 const NoteTag *StateUpdateReporter::createNoteTag(CheckerContext &C) const { in createNoteTag() function in StateUpdateReporter
676 C.addTransition(ExceedsUpperBound, SUR.createNoteTag(C)); in performCheck()
717 C.addTransition(State, SUR.createNoteTag(C)); in performCheck()