Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp53 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text,
417 getChangeTag(C, "became empty", ContReg, ContE); in handleClear()
456 getChangeTag(C, "extended to the back by 1 position", ContReg, ContE); in handlePushBack()
485 getChangeTag(C, "shrank from the back by 1 position", ContReg, ContE); in handlePopBack()
530 getChangeTag(C, "extended to the front by 1 position", ContReg, ContE); in handlePushFront()
567 getChangeTag(C, "shrank from the front by 1 position", ContReg, ContE); in handlePopFront()
709 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag() function in ContainerModeling