Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp53 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text,
412 getChangeTag(C, "became empty", ContReg, ContE); in handleClear()
451 getChangeTag(C, "extended to the back by 1 position", ContReg, ContE); in handlePushBack()
480 getChangeTag(C, "shrank from the back by 1 position", ContReg, ContE); in handlePopBack()
525 getChangeTag(C, "extended to the front by 1 position", ContReg, ContE); in handlePushFront()
562 getChangeTag(C, "shrank from the front by 1 position", ContReg, ContE); in handlePopFront()
704 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag() function in ContainerModeling