Searched refs:getChangeTag (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 54 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text, 408 getChangeTag(C, "became empty", ContReg, ContE); in handleClear() 447 getChangeTag(C, "extended to the back by 1 position", ContReg, ContE); in handlePushBack() 476 getChangeTag(C, "shrank from the back by 1 position", ContReg, ContE); in handlePopBack() 521 getChangeTag(C, "extended to the front by 1 position", ContReg, ContE); in handlePushFront() 558 getChangeTag(C, "shrank from the front by 1 position", ContReg, ContE); in handlePopFront() 700 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C, in getChangeTag() function in ContainerModeling
|