Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp54 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text,
403 getChangeTag(C, "became empty", ContReg, ContE); in handleClear()
442 getChangeTag(C, "extended to the back by 1 position", ContReg, ContE); in handlePushBack()
471 getChangeTag(C, "shrank from the back by 1 position", ContReg, ContE); in handlePopBack()
516 getChangeTag(C, "extended to the front by 1 position", ContReg, ContE); in handlePushFront()
553 getChangeTag(C, "shrank from the front by 1 position", ContReg, ContE); in handlePopFront()
695 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag() function in ContainerModeling